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
Fields in org.apache.maven.plugin.verifier with type parameters of type File Modifier and Type Field Description private java.util.List<File>
VerificationResult. contentFailures
private java.util.List<File>
VerificationResult. existenceFailures
private java.util.List<File>
VerificationResult. nonExistenceFailures
Methods in org.apache.maven.plugin.verifier that return types with arguments of type File Modifier and Type Method Description java.util.List<File>
VerificationResult. getContentFailures()
java.util.List<File>
VerificationResult. getExistenceFailures()
java.util.List<File>
VerificationResult. getNonExistenceFailures()
Methods in org.apache.maven.plugin.verifier with parameters of type File Modifier and Type Method Description void
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 File Modifier and Type Field Description private java.util.List<File>
Verifications. files
Field 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 void
Verifications. addFile(File file)
Method addFile.void
Verifications. 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 void
Verifications. 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 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 Modifier and Type Method Description private void
VerificationsXpp3Writer. writeFile(File file, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeFile.
-