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

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

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

null

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

Constructor Summary
File()
           
 
Method Summary
 java.lang.String getContains()
          Get Check the content against this regexp.
 java.lang.String getLocation()
          Get Location of the file or directory to check.
 java.lang.String getModelEncoding()
           
 boolean isExists()
          Get When this is set to true the plugin checks that the file or directory exists.
 void setContains(java.lang.String contains)
          Set Check the content against this regexp.
 void setExists(boolean exists)
          Set When this is set to true the plugin checks that the file or directory exists.
 void setLocation(java.lang.String location)
          Set Location of the file or directory to check.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File()
Method Detail

getContains

public java.lang.String getContains()
Get Check the content against this regexp.


getLocation

public java.lang.String getLocation()
Get Location of the file or directory to check.


isExists

public boolean isExists()
Get When this is set to true the plugin checks that the file or directory exists. When set to false it checks that the file or directory does not exist.


setContains

public void setContains(java.lang.String contains)
Set Check the content against this regexp.

Parameters:
contains -

setExists

public void setExists(boolean exists)
Set When this is set to true the plugin checks that the file or directory exists. When set to false it checks that the file or directory does not exist.

Parameters:
exists -

setLocation

public void setLocation(java.lang.String location)
Set Location of the file or directory to check.

Parameters:
location -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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