Uses of Class
org.apache.maven.plugin.verifier.model.File
Packages that use File
Package
Description
-
Uses of File in org.apache.maven.plugin.verifier
Fields in org.apache.maven.plugin.verifier with type parameters of type FileModifier and TypeFieldDescriptionVerificationResult.contentFailuresVerificationResult.existenceFailuresVerificationResult.nonExistenceFailuresMethods in org.apache.maven.plugin.verifier that return types with arguments of type FileModifier and TypeMethodDescriptionVerificationResult.getContentFailures()VerificationResult.getExistenceFailures()VerificationResult.getNonExistenceFailures()Methods in org.apache.maven.plugin.verifier with parameters of type FileModifier and TypeMethodDescriptionvoidVerificationResult.addContentFailure(File file) Add content failure.voidVerificationResult.addExistenceFailure(File file) voidVerificationResult.addNonExistenceFailure(File file) Added non existence failure.private booleanVerifierMojo.verifyFile(File fileCheck, VerificationResult results) private booleanVerifierMojo.verifyFileContent(File fileCheck, VerificationResult results) private booleanVerifierMojo.verifyFileExistence(File fileCheck, VerificationResult results) -
Uses of File in org.apache.maven.plugin.verifier.model
Fields in org.apache.maven.plugin.verifier.model with type parameters of type FileMethods in org.apache.maven.plugin.verifier.model that return types with arguments of type FileMethods in org.apache.maven.plugin.verifier.model with parameters of type FileModifier and TypeMethodDescriptionvoidMethod addFile.voidVerifications.removeFile(File file) Method removeFile.Method parameters in org.apache.maven.plugin.verifier.model with type arguments of type File -
Uses of File in org.apache.maven.plugin.verifier.model.io.xpp3
Methods in org.apache.maven.plugin.verifier.model.io.xpp3 that return FileModifier and TypeMethodDescriptionprivate FileVerificationsXpp3Reader.parseFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseFile.Methods in org.apache.maven.plugin.verifier.model.io.xpp3 with parameters of type File