public class ValidationSet extends Object
Constructor and Description |
---|
ValidationSet() |
Modifier and Type | Method and Description |
---|---|
File |
getDir()
Returns a directory, which is scanned for files to validate.
|
String[] |
getExcludes()
Returns patterns of files, which are being excluded from
the validation set.
|
String[] |
getIncludes()
Returns patterns of files, which are being included into
the validation set.
|
String |
getPublicId()
Returns the schemas public ID.
|
String |
getSchemaLanguage()
Returns the schema language.
|
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(File pDir)
Sets a directory, which is scanned for files to validate.
|
void |
setExcludes(String[] pExcludes)
Sets patterns of files, which are being excluded from
the validation set.
|
void |
setIncludes(String[] pIncludes)
Sets patterns of files, which are being included into
the validation set.
|
void |
setPublicId(String pPublicId)
Sets the schemas public ID.
|
void |
setSchemaLanguage(String pSchemaLanguage)
Sets the schema language.
|
void |
setSkipDefaultExcludes(boolean pSkipDefaultExcludes)
Sets, whether Maven's default excludes are being ignored.
|
void |
setSystemId(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.
|
public File getDir()
public String[] getExcludes()
public String[] getIncludes()
public String getPublicId()
public String getSchemaLanguage()
public String getSystemId()
public boolean isSkipDefaultExcludes()
public boolean isValidating()
public void setDir(File pDir)
public void setExcludes(String[] pExcludes)
public void setIncludes(String[] pIncludes)
public void setPublicId(String pPublicId)
public void setSchemaLanguage(String pSchemaLanguage)
public void setSkipDefaultExcludes(boolean pSkipDefaultExcludes)
public void setSystemId(String pSystemId)
public void setValidating(boolean pValidating)
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.