A C E F G H I O P R S V W

A

addContentFailure(File) - Method in class org.apache.maven.plugin.verifier.VerificationResult
 
addExistenceFailure(File) - Method in class org.apache.maven.plugin.verifier.VerificationResult
 
addFile(File) - Method in class org.apache.maven.plugin.verifier.model.Verifications
Method addFile
addNonExistenceFailure(File) - Method in class org.apache.maven.plugin.verifier.VerificationResult
 

C

ConsoleVerificationResultPrinter - Class in org.apache.maven.plugin.verifier
 
ConsoleVerificationResultPrinter(Log) - Constructor for class org.apache.maven.plugin.verifier.ConsoleVerificationResultPrinter
 

E

execute() - Method in class org.apache.maven.plugin.verifier.VerifierMojo
 

F

File - Class in org.apache.maven.plugin.verifier.model
null
File() - Constructor for class org.apache.maven.plugin.verifier.model.File
 

G

getAbsoluteFileToCheck(File) - Method in class org.apache.maven.plugin.verifier.VerifierMojo
 
getAddDefaultEntities() - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getAddDefaultEntities
getBooleanValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getBooleanValue
getCharacterValue(String, String, XmlPullParser) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getCharacterValue
getContains() - Method in class org.apache.maven.plugin.verifier.model.File
Get Check the content against this regexp.
getContentFailures() - Method in class org.apache.maven.plugin.verifier.VerificationResult
 
getDateValue(String, String, String, XmlPullParser) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getDateValue
getDoubleValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getDoubleValue
getExistenceFailures() - Method in class org.apache.maven.plugin.verifier.VerificationResult
 
getFiles() - Method in class org.apache.maven.plugin.verifier.model.Verifications
Method getFiles
getFloatValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getFloatValue
getIntegerValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getIntegerValue
getLocation() - Method in class org.apache.maven.plugin.verifier.model.File
Get Location of the file or directory to check.
getLongValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getLongValue
getModelEncoding() - Method in class org.apache.maven.plugin.verifier.model.File
 
getModelEncoding() - Method in class org.apache.maven.plugin.verifier.model.Verifications
 
getNonExistenceFailures() - Method in class org.apache.maven.plugin.verifier.VerificationResult
 
getRequiredAttributeValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getRequiredAttributeValue
getShortValue(String, String, XmlPullParser, boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getShortValue
getTrimmedValue(String) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method getTrimmedValue

H

hasFailures() - Method in class org.apache.maven.plugin.verifier.VerificationResult
 

I

isExists() - Method in class org.apache.maven.plugin.verifier.model.File
Get When this is set to true the plugin checks that the file or directory exists.

O

org.apache.maven.plugin.verifier - package org.apache.maven.plugin.verifier
 
org.apache.maven.plugin.verifier.model - package org.apache.maven.plugin.verifier.model
 
org.apache.maven.plugin.verifier.model.io.xpp3 - package org.apache.maven.plugin.verifier.model.io.xpp3
 

P

print(VerificationResult) - Method in class org.apache.maven.plugin.verifier.ConsoleVerificationResultPrinter
 
print(VerificationResult) - Method in interface org.apache.maven.plugin.verifier.VerificationResultPrinter
 

R

read(Reader, boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method read
read(Reader) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Method read
removeFile(File) - Method in class org.apache.maven.plugin.verifier.model.Verifications
Method removeFile

S

setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
Returns the state of the "add default entities" flag.
setBaseDir(File) - Method in class org.apache.maven.plugin.verifier.VerifierMojo
 
setContains(String) - Method in class org.apache.maven.plugin.verifier.model.File
Set Check the content against this regexp.
setExists(boolean) - Method in class org.apache.maven.plugin.verifier.model.File
Set When this is set to true the plugin checks that the file or directory exists.
setFailOnError(boolean) - Method in class org.apache.maven.plugin.verifier.VerifierMojo
 
setFiles(List) - Method in class org.apache.maven.plugin.verifier.model.Verifications
Set List of files and directories to check.
setLocation(String) - Method in class org.apache.maven.plugin.verifier.model.File
Set Location of the file or directory to check.
setModelEncoding(String) - Method in class org.apache.maven.plugin.verifier.model.File
 
setModelEncoding(String) - Method in class org.apache.maven.plugin.verifier.model.Verifications
 
setVerificationFile(File) - Method in class org.apache.maven.plugin.verifier.VerifierMojo
 
setVerificationResultPrinter(VerificationResultPrinter) - Method in class org.apache.maven.plugin.verifier.VerifierMojo
 

V

VerificationResult - Class in org.apache.maven.plugin.verifier
 
VerificationResult() - Constructor for class org.apache.maven.plugin.verifier.VerificationResult
 
VerificationResultPrinter - Interface in org.apache.maven.plugin.verifier
 
Verifications - Class in org.apache.maven.plugin.verifier.model
Root element of the verifications file.
Verifications() - Constructor for class org.apache.maven.plugin.verifier.model.Verifications
 
VerificationsXpp3Reader - Class in org.apache.maven.plugin.verifier.model.io.xpp3
Class VerificationsXpp3Reader.
VerificationsXpp3Reader() - Constructor for class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Reader
 
VerificationsXpp3Writer - Class in org.apache.maven.plugin.verifier.model.io.xpp3
Class VerificationsXpp3Writer.
VerificationsXpp3Writer() - Constructor for class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Writer
 
VerifierMojo - Class in org.apache.maven.plugin.verifier
Verifies the existence or non-existence of files/directories and optionally checks file content against a regexp.
VerifierMojo() - Constructor for class org.apache.maven.plugin.verifier.VerifierMojo
 

W

write(Writer, Verifications) - Method in class org.apache.maven.plugin.verifier.model.io.xpp3.VerificationsXpp3Writer
Method write

A C E F G H I O P R S V W

Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.