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.contentFailures
VerificationResult.existenceFailures
VerificationResult.nonExistenceFailures
Methods 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 TypeMethodDescriptionvoid
VerificationResult.addContentFailure
(File file) Add content failure.void
VerificationResult.addExistenceFailure
(File file) void
VerificationResult.addNonExistenceFailure
(File file) Added non existence failure.private boolean
VerifierMojo.verifyFile
(File fileCheck, VerificationResult results) private boolean
VerifierMojo.verifyFileContent
(File fileCheck, VerificationResult results) private boolean
VerifierMojo.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 TypeMethodDescriptionvoid
Method addFile.void
Verifications.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 File
VerificationsXpp3Reader.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