|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.verifier.model.File
public class File
null
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 |
---|
public File()
Method Detail |
---|
public java.lang.String getContains()
public java.lang.String getLocation()
public boolean isExists()
true
the plugin
checks that the
file or directory exists. When set to
false
it checks
that the file or directory does
not exist.
public void setContains(java.lang.String contains)
contains
- public void setExists(boolean exists)
true
the plugin
checks that the
file or directory exists. When set to
false
it checks
that the file or directory does
not exist.
exists
- public void setLocation(java.lang.String location)
location
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |