Uses of Class
org.apache.maven.plugin.verifier.model.File
-
Packages that use File Package Description org.apache.maven.plugin.verifier org.apache.maven.plugin.verifier.model org.apache.maven.plugin.verifier.model.io.xpp3 -
-
Uses of File in org.apache.maven.plugin.verifier
Methods in org.apache.maven.plugin.verifier with parameters of type File Modifier and Type Method Description voidVerificationResult. addContentFailure(File file)voidVerificationResult. addExistenceFailure(File file)voidVerificationResult. addNonExistenceFailure(File file)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 File Modifier and Type Field Description private java.util.List<File>Verifications. filesField files.Methods in org.apache.maven.plugin.verifier.model that return types with arguments of type File Modifier and Type Method Description java.util.List<File>Verifications. getFiles()Method getFiles.Methods in org.apache.maven.plugin.verifier.model with parameters of type File Modifier and Type Method Description voidVerifications. addFile(File file)Method addFile.voidVerifications. removeFile(File file)Method removeFile.Method parameters in org.apache.maven.plugin.verifier.model with type arguments of type File Modifier and Type Method Description voidVerifications. setFiles(java.util.List<File> files)Set list of files and directories to check. -
Uses of File in org.apache.maven.plugin.verifier.model.io.xpp3
Methods in org.apache.maven.plugin.verifier.model.io.xpp3 that return File Modifier and Type Method Description private 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 Modifier and Type Method Description private voidVerificationsXpp3Writer. writeFile(File file, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeFile.
-