|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.xml.validation.ValidationSet
public class ValidationSet
An instance of this class is used to specify a set of files, which are validated against a common schema.
Constructor Summary | |
---|---|
ValidationSet()
|
Method Summary | |
---|---|
java.io.File |
getDir()
Returns a directory, which is scanned for files to validate. |
java.lang.String[] |
getExcludes()
Returns patterns of files, which are being excluded from the validation set. |
java.lang.String[] |
getIncludes()
Returns patterns of files, which are being included into the validation set. |
java.lang.String |
getPublicId()
Returns the schemas public ID. |
java.lang.String |
getSchemaLanguage()
Returns the schema language. |
java.lang.String |
getSystemId()
Returns the schemas system ID. |
boolean |
isSkipDefaultExcludes()
Returns, whether Maven's default excludes are being ignored. |
boolean |
isValidating()
If the documents are being validated for wellformedness only: Returns, whether the parser should be validating. |
void |
setDir(java.io.File pDir)
Sets a directory, which is scanned for files to validate. |
void |
setExcludes(java.lang.String[] pExcludes)
Sets patterns of files, which are being excluded from the validation set. |
void |
setIncludes(java.lang.String[] pIncludes)
Sets patterns of files, which are being included into the validation set. |
void |
setPublicId(java.lang.String pPublicId)
Sets the schemas public ID. |
void |
setSchemaLanguage(java.lang.String pSchemaLanguage)
Sets the schema language. |
void |
setSkipDefaultExcludes(boolean pSkipDefaultExcludes)
Sets, whether Maven's default excludes are being ignored. |
void |
setSystemId(java.lang.String pSystemId)
Sets the schemas system ID. |
void |
setValidating(boolean pValidating)
If the documents are being validated for wellformedness only: Sets, whether the parser should be validating. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationSet()
Method Detail |
---|
public java.io.File getDir()
public java.lang.String[] getExcludes()
public java.lang.String[] getIncludes()
public java.lang.String getPublicId()
public java.lang.String getSchemaLanguage()
public java.lang.String getSystemId()
public boolean isSkipDefaultExcludes()
public boolean isValidating()
public void setDir(java.io.File pDir)
public void setExcludes(java.lang.String[] pExcludes)
public void setIncludes(java.lang.String[] pIncludes)
public void setPublicId(java.lang.String pPublicId)
public void setSchemaLanguage(java.lang.String pSchemaLanguage)
public void setSkipDefaultExcludes(boolean pSkipDefaultExcludes)
public void setSystemId(java.lang.String pSystemId)
public void setValidating(boolean pValidating)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |