Package | Description |
---|---|
org.apache.maven.plugin.verifier | |
org.apache.maven.plugin.verifier.model |
Modifier and Type | Method and Description |
---|---|
List<File> |
VerificationResult.getContentFailures() |
List<File> |
VerificationResult.getExistenceFailures() |
List<File> |
VerificationResult.getNonExistenceFailures() |
Modifier and Type | Method and Description |
---|---|
void |
VerificationResult.addContentFailure(File file)
Add content failure.
|
void |
VerificationResult.addExistenceFailure(File file) |
void |
VerificationResult.addNonExistenceFailure(File file)
Added non existence failure.
|
Modifier and Type | Method and Description |
---|---|
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(List<File> files)
Set list of files and directories to check.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.