public static interface CPPCleanDocument.CPPClean extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
CPPCleanDocument.CPPClean.Factory
A factory class with static methods for creating instances
of this type.
|
TaskType.Output
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlAnySimpleType |
addNewDeletedFiles()
Appends and returns a new empty "DeletedFiles" attribute
|
XmlAnySimpleType |
addNewFilePatternsToDeleteOnClean()
Appends and returns a new empty "FilePatternsToDeleteOnClean" attribute
|
XmlAnySimpleType |
addNewFilesExcludedFromClean()
Appends and returns a new empty "FilesExcludedFromClean" attribute
|
XmlAnySimpleType |
addNewFoldersToClean()
Appends and returns a new empty "FoldersToClean" attribute
|
XmlAnySimpleType |
getDeletedFiles()
Gets the "DeletedFiles" attribute
|
String |
getDoDelete()
Gets the "DoDelete" attribute
|
XmlAnySimpleType |
getFilePatternsToDeleteOnClean()
Gets the "FilePatternsToDeleteOnClean" attribute
|
XmlAnySimpleType |
getFilesExcludedFromClean()
Gets the "FilesExcludedFromClean" attribute
|
XmlAnySimpleType |
getFoldersToClean()
Gets the "FoldersToClean" attribute
|
boolean |
isSetDeletedFiles()
True if has "DeletedFiles" attribute
|
boolean |
isSetDoDelete()
True if has "DoDelete" attribute
|
boolean |
isSetFilesExcludedFromClean()
True if has "FilesExcludedFromClean" attribute
|
void |
setDeletedFiles(XmlAnySimpleType deletedFiles)
Sets the "DeletedFiles" attribute
|
void |
setDoDelete(String doDelete)
Sets the "DoDelete" attribute
|
void |
setFilePatternsToDeleteOnClean(XmlAnySimpleType filePatternsToDeleteOnClean)
Sets the "FilePatternsToDeleteOnClean" attribute
|
void |
setFilesExcludedFromClean(XmlAnySimpleType filesExcludedFromClean)
Sets the "FilesExcludedFromClean" attribute
|
void |
setFoldersToClean(XmlAnySimpleType foldersToClean)
Sets the "FoldersToClean" attribute
|
void |
unsetDeletedFiles()
Unsets the "DeletedFiles" attribute
|
void |
unsetDoDelete()
Unsets the "DoDelete" attribute
|
void |
unsetFilesExcludedFromClean()
Unsets the "FilesExcludedFromClean" attribute
|
Boolean |
xgetDoDelete()
Gets (as xml) the "DoDelete" attribute
|
void |
xsetDoDelete(Boolean doDelete)
Sets (as xml) the "DoDelete" attribute
|
addNewOutput, getArchitecture, getCondition, getContinueOnError, getOutputArray, getOutputArray, getOutputList, getRuntime, insertNewOutput, isSetArchitecture, isSetCondition, isSetContinueOnError, isSetRuntime, removeOutput, setArchitecture, setCondition, setContinueOnError, setOutputArray, setOutputArray, setRuntime, sizeOfOutputArray, unsetArchitecture, unsetCondition, unsetContinueOnError, unsetRuntime, xgetArchitecture, xgetCondition, xgetContinueOnError, xgetRuntime, xsetArchitecture, xsetCondition, xsetContinueOnError, xsetRuntime
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final SchemaType type
XmlAnySimpleType getDeletedFiles()
boolean isSetDeletedFiles()
void setDeletedFiles(XmlAnySimpleType deletedFiles)
XmlAnySimpleType addNewDeletedFiles()
void unsetDeletedFiles()
String getDoDelete()
Boolean xgetDoDelete()
boolean isSetDoDelete()
void setDoDelete(String doDelete)
void xsetDoDelete(Boolean doDelete)
void unsetDoDelete()
XmlAnySimpleType getFilePatternsToDeleteOnClean()
void setFilePatternsToDeleteOnClean(XmlAnySimpleType filePatternsToDeleteOnClean)
XmlAnySimpleType addNewFilePatternsToDeleteOnClean()
XmlAnySimpleType getFilesExcludedFromClean()
boolean isSetFilesExcludedFromClean()
void setFilesExcludedFromClean(XmlAnySimpleType filesExcludedFromClean)
XmlAnySimpleType addNewFilesExcludedFromClean()
void unsetFilesExcludedFromClean()
XmlAnySimpleType getFoldersToClean()
void setFoldersToClean(XmlAnySimpleType foldersToClean)
XmlAnySimpleType addNewFoldersToClean()