org.apache.maven.plugin.verifier.model
Class Verifications

java.lang.Object
  extended by org.apache.maven.plugin.verifier.model.Verifications
All Implemented Interfaces:
java.io.Serializable

public class Verifications
extends java.lang.Object
implements java.io.Serializable

Root element of the verifications file.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Verifications()
           
 
Method Summary
 void addFile(File file)
          Method addFile.
 java.util.List getFiles()
          Method getFiles.
 java.lang.String getModelEncoding()
          Get the modelEncoding field.
 void removeFile(File file)
          Method removeFile.
 void setFiles(java.util.List files)
          Set list of files and directories to check.
 void setModelEncoding(java.lang.String modelEncoding)
          Set the modelEncoding field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verifications

public Verifications()
Method Detail

addFile

public void addFile(File file)
Method addFile.

Parameters:
file -

getFiles

public java.util.List getFiles()
Method getFiles.

Returns:
List

getModelEncoding

public java.lang.String getModelEncoding()
Get the modelEncoding field.

Returns:
String

removeFile

public void removeFile(File file)
Method removeFile.

Parameters:
file -

setFiles

public void setFiles(java.util.List files)
Set list of files and directories to check.

Parameters:
files -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -


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