Class Verifications
java.lang.Object
org.apache.maven.plugin.verifier.model.Verifications
- All Implemented Interfaces:
Serializable
Root element of the verifications file.
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addFile.getFiles()Method getFiles.Get the modelEncoding field.voidremoveFile(File file) Method removeFile.voidSet list of files and directories to check.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.
-
Field Details
-
files
-
modelEncoding
Field modelEncoding.
-
-
Constructor Details
-
Verifications
public Verifications()
-
-
Method Details
-
addFile
-
getFiles
-
getModelEncoding
-
removeFile
-
setFiles
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-