public static interface MSBuildDocument.MSBuild extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
MSBuildDocument.MSBuild.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 |
addNewProjects()
Appends and returns a new empty "Projects" attribute
|
XmlAnySimpleType |
addNewProperties()
Appends and returns a new empty "Properties" attribute
|
XmlAnySimpleType |
addNewTargetAndPropertyListSeparators()
Appends and returns a new empty "TargetAndPropertyListSeparators" attribute
|
XmlAnySimpleType |
addNewTargets()
Appends and returns a new empty "Targets" attribute
|
XmlAnySimpleType |
addNewToolsVersion()
Appends and returns a new empty "ToolsVersion" attribute
|
String |
getBuildInParallel()
Gets the "BuildInParallel" attribute
|
XmlAnySimpleType |
getProjects()
Gets the "Projects" attribute
|
XmlAnySimpleType |
getProperties()
Gets the "Properties" attribute
|
String |
getRebaseOutputs()
Gets the "RebaseOutputs" attribute
|
String |
getRunEachTargetSeparately()
Gets the "RunEachTargetSeparately" attribute
|
String |
getSkipNonexistentProjects()
Gets the "SkipNonexistentProjects" attribute
|
String |
getSkipNonexistentTargets()
Gets the "SkipNonexistentTargets" attribute
|
String |
getStopOnFirstFailure()
Gets the "StopOnFirstFailure" attribute
|
XmlAnySimpleType |
getTargetAndPropertyListSeparators()
Gets the "TargetAndPropertyListSeparators" attribute
|
XmlAnySimpleType |
getTargets()
Gets the "Targets" attribute
|
XmlAnySimpleType |
getToolsVersion()
Gets the "ToolsVersion" attribute
|
String |
getUnloadProjectsOnCompletion()
Gets the "UnloadProjectsOnCompletion" attribute
|
String |
getUseResultsCache()
Gets the "UseResultsCache" attribute
|
boolean |
isSetBuildInParallel()
True if has "BuildInParallel" attribute
|
boolean |
isSetProperties()
True if has "Properties" attribute
|
boolean |
isSetRebaseOutputs()
True if has "RebaseOutputs" attribute
|
boolean |
isSetRunEachTargetSeparately()
True if has "RunEachTargetSeparately" attribute
|
boolean |
isSetSkipNonexistentProjects()
True if has "SkipNonexistentProjects" attribute
|
boolean |
isSetSkipNonexistentTargets()
True if has "SkipNonexistentTargets" attribute
|
boolean |
isSetStopOnFirstFailure()
True if has "StopOnFirstFailure" attribute
|
boolean |
isSetTargetAndPropertyListSeparators()
True if has "TargetAndPropertyListSeparators" attribute
|
boolean |
isSetTargets()
True if has "Targets" attribute
|
boolean |
isSetToolsVersion()
True if has "ToolsVersion" attribute
|
boolean |
isSetUnloadProjectsOnCompletion()
True if has "UnloadProjectsOnCompletion" attribute
|
boolean |
isSetUseResultsCache()
True if has "UseResultsCache" attribute
|
void |
setBuildInParallel(String buildInParallel)
Sets the "BuildInParallel" attribute
|
void |
setProjects(XmlAnySimpleType projects)
Sets the "Projects" attribute
|
void |
setProperties(XmlAnySimpleType properties)
Sets the "Properties" attribute
|
void |
setRebaseOutputs(String rebaseOutputs)
Sets the "RebaseOutputs" attribute
|
void |
setRunEachTargetSeparately(String runEachTargetSeparately)
Sets the "RunEachTargetSeparately" attribute
|
void |
setSkipNonexistentProjects(String skipNonexistentProjects)
Sets the "SkipNonexistentProjects" attribute
|
void |
setSkipNonexistentTargets(String skipNonexistentTargets)
Sets the "SkipNonexistentTargets" attribute
|
void |
setStopOnFirstFailure(String stopOnFirstFailure)
Sets the "StopOnFirstFailure" attribute
|
void |
setTargetAndPropertyListSeparators(XmlAnySimpleType targetAndPropertyListSeparators)
Sets the "TargetAndPropertyListSeparators" attribute
|
void |
setTargets(XmlAnySimpleType targets)
Sets the "Targets" attribute
|
void |
setToolsVersion(XmlAnySimpleType toolsVersion)
Sets the "ToolsVersion" attribute
|
void |
setUnloadProjectsOnCompletion(String unloadProjectsOnCompletion)
Sets the "UnloadProjectsOnCompletion" attribute
|
void |
setUseResultsCache(String useResultsCache)
Sets the "UseResultsCache" attribute
|
void |
unsetBuildInParallel()
Unsets the "BuildInParallel" attribute
|
void |
unsetProperties()
Unsets the "Properties" attribute
|
void |
unsetRebaseOutputs()
Unsets the "RebaseOutputs" attribute
|
void |
unsetRunEachTargetSeparately()
Unsets the "RunEachTargetSeparately" attribute
|
void |
unsetSkipNonexistentProjects()
Unsets the "SkipNonexistentProjects" attribute
|
void |
unsetSkipNonexistentTargets()
Unsets the "SkipNonexistentTargets" attribute
|
void |
unsetStopOnFirstFailure()
Unsets the "StopOnFirstFailure" attribute
|
void |
unsetTargetAndPropertyListSeparators()
Unsets the "TargetAndPropertyListSeparators" attribute
|
void |
unsetTargets()
Unsets the "Targets" attribute
|
void |
unsetToolsVersion()
Unsets the "ToolsVersion" attribute
|
void |
unsetUnloadProjectsOnCompletion()
Unsets the "UnloadProjectsOnCompletion" attribute
|
void |
unsetUseResultsCache()
Unsets the "UseResultsCache" attribute
|
Boolean |
xgetBuildInParallel()
Gets (as xml) the "BuildInParallel" attribute
|
Boolean |
xgetRebaseOutputs()
Gets (as xml) the "RebaseOutputs" attribute
|
Boolean |
xgetRunEachTargetSeparately()
Gets (as xml) the "RunEachTargetSeparately" attribute
|
Boolean |
xgetSkipNonexistentProjects()
Gets (as xml) the "SkipNonexistentProjects" attribute
|
Boolean |
xgetSkipNonexistentTargets()
Gets (as xml) the "SkipNonexistentTargets" attribute
|
Boolean |
xgetStopOnFirstFailure()
Gets (as xml) the "StopOnFirstFailure" attribute
|
Boolean |
xgetUnloadProjectsOnCompletion()
Gets (as xml) the "UnloadProjectsOnCompletion" attribute
|
Boolean |
xgetUseResultsCache()
Gets (as xml) the "UseResultsCache" attribute
|
void |
xsetBuildInParallel(Boolean buildInParallel)
Sets (as xml) the "BuildInParallel" attribute
|
void |
xsetRebaseOutputs(Boolean rebaseOutputs)
Sets (as xml) the "RebaseOutputs" attribute
|
void |
xsetRunEachTargetSeparately(Boolean runEachTargetSeparately)
Sets (as xml) the "RunEachTargetSeparately" attribute
|
void |
xsetSkipNonexistentProjects(Boolean skipNonexistentProjects)
Sets (as xml) the "SkipNonexistentProjects" attribute
|
void |
xsetSkipNonexistentTargets(Boolean skipNonexistentTargets)
Sets (as xml) the "SkipNonexistentTargets" attribute
|
void |
xsetStopOnFirstFailure(Boolean stopOnFirstFailure)
Sets (as xml) the "StopOnFirstFailure" attribute
|
void |
xsetUnloadProjectsOnCompletion(Boolean unloadProjectsOnCompletion)
Sets (as xml) the "UnloadProjectsOnCompletion" attribute
|
void |
xsetUseResultsCache(Boolean useResultsCache)
Sets (as xml) the "UseResultsCache" 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
String getBuildInParallel()
Boolean xgetBuildInParallel()
boolean isSetBuildInParallel()
void setBuildInParallel(String buildInParallel)
void xsetBuildInParallel(Boolean buildInParallel)
void unsetBuildInParallel()
XmlAnySimpleType getProjects()
void setProjects(XmlAnySimpleType projects)
XmlAnySimpleType addNewProjects()
XmlAnySimpleType getProperties()
boolean isSetProperties()
void setProperties(XmlAnySimpleType properties)
XmlAnySimpleType addNewProperties()
void unsetProperties()
String getRebaseOutputs()
Boolean xgetRebaseOutputs()
boolean isSetRebaseOutputs()
void setRebaseOutputs(String rebaseOutputs)
void xsetRebaseOutputs(Boolean rebaseOutputs)
void unsetRebaseOutputs()
String getRunEachTargetSeparately()
Boolean xgetRunEachTargetSeparately()
boolean isSetRunEachTargetSeparately()
void setRunEachTargetSeparately(String runEachTargetSeparately)
void xsetRunEachTargetSeparately(Boolean runEachTargetSeparately)
void unsetRunEachTargetSeparately()
String getSkipNonexistentProjects()
Boolean xgetSkipNonexistentProjects()
boolean isSetSkipNonexistentProjects()
void setSkipNonexistentProjects(String skipNonexistentProjects)
void xsetSkipNonexistentProjects(Boolean skipNonexistentProjects)
void unsetSkipNonexistentProjects()
String getSkipNonexistentTargets()
Boolean xgetSkipNonexistentTargets()
boolean isSetSkipNonexistentTargets()
void setSkipNonexistentTargets(String skipNonexistentTargets)
void xsetSkipNonexistentTargets(Boolean skipNonexistentTargets)
void unsetSkipNonexistentTargets()
String getStopOnFirstFailure()
Boolean xgetStopOnFirstFailure()
boolean isSetStopOnFirstFailure()
void setStopOnFirstFailure(String stopOnFirstFailure)
void xsetStopOnFirstFailure(Boolean stopOnFirstFailure)
void unsetStopOnFirstFailure()
XmlAnySimpleType getTargetAndPropertyListSeparators()
boolean isSetTargetAndPropertyListSeparators()
void setTargetAndPropertyListSeparators(XmlAnySimpleType targetAndPropertyListSeparators)
XmlAnySimpleType addNewTargetAndPropertyListSeparators()
void unsetTargetAndPropertyListSeparators()
XmlAnySimpleType getTargets()
boolean isSetTargets()
void setTargets(XmlAnySimpleType targets)
XmlAnySimpleType addNewTargets()
void unsetTargets()
XmlAnySimpleType getToolsVersion()
boolean isSetToolsVersion()
void setToolsVersion(XmlAnySimpleType toolsVersion)
XmlAnySimpleType addNewToolsVersion()
void unsetToolsVersion()
String getUnloadProjectsOnCompletion()
Boolean xgetUnloadProjectsOnCompletion()
boolean isSetUnloadProjectsOnCompletion()
void setUnloadProjectsOnCompletion(String unloadProjectsOnCompletion)
void xsetUnloadProjectsOnCompletion(Boolean unloadProjectsOnCompletion)
void unsetUnloadProjectsOnCompletion()
String getUseResultsCache()
Boolean xgetUseResultsCache()
boolean isSetUseResultsCache()
void setUseResultsCache(String useResultsCache)
void xsetUseResultsCache(Boolean useResultsCache)
void unsetUseResultsCache()