Package | Description |
---|---|
org.apache.maven.plugin.verifier | |
org.apache.maven.plugin.verifier.model | |
org.apache.maven.plugin.verifier.model.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
void |
VerificationResult.addContentFailure(File file) |
void |
VerificationResult.addExistenceFailure(File file) |
void |
VerificationResult.addNonExistenceFailure(File file) |
private boolean |
VerifierMojo.verifyFile(File fileCheck,
VerificationResult results) |
private boolean |
VerifierMojo.verifyFileContent(File fileCheck,
VerificationResult results) |
private boolean |
VerifierMojo.verifyFileExistence(File fileCheck,
VerificationResult results) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<File> |
Verifications.files
Field files.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<File> |
Verifications.getFiles()
Method getFiles.
|
Modifier and Type | Method and Description |
---|---|
void |
Verifications.addFile(File file)
Method addFile.
|
void |
Verifications.removeFile(File file)
Method removeFile.
|
Modifier and Type | Method and Description |
---|---|
void |
Verifications.setFiles(java.util.List<File> files)
Set list of files and directories to check.
|
Modifier and Type | Method and Description |
---|---|
private File |
VerificationsXpp3Reader.parseFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseFile.
|
Modifier and Type | Method and Description |
---|---|
private void |
VerificationsXpp3Writer.writeFile(File file,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeFile.
|