public static interface ExecDocument.Exec extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
ExecDocument.Exec.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 |
addNewCommand()
Appends and returns a new empty "Command" attribute
|
XmlAnySimpleType |
addNewCustomErrorRegularExpression()
Appends and returns a new empty "CustomErrorRegularExpression" attribute
|
XmlAnySimpleType |
addNewCustomWarningRegularExpression()
Appends and returns a new empty "CustomWarningRegularExpression" attribute
|
XmlAnySimpleType |
addNewEnvironmentVariables()
Appends and returns a new empty "EnvironmentVariables" attribute
|
XmlAnySimpleType |
addNewOutputs()
Appends and returns a new empty "Outputs" attribute
|
XmlAnySimpleType |
addNewStandardErrorImportance()
Appends and returns a new empty "StandardErrorImportance" attribute
|
XmlAnySimpleType |
addNewStandardOutputImportance()
Appends and returns a new empty "StandardOutputImportance" attribute
|
XmlAnySimpleType |
addNewStdErrEncoding()
Appends and returns a new empty "StdErrEncoding" attribute
|
XmlAnySimpleType |
addNewStdOutEncoding()
Appends and returns a new empty "StdOutEncoding" attribute
|
XmlAnySimpleType |
addNewTimeout()
Appends and returns a new empty "Timeout" attribute
|
XmlAnySimpleType |
addNewToolExe()
Appends and returns a new empty "ToolExe" attribute
|
XmlAnySimpleType |
addNewToolPath()
Appends and returns a new empty "ToolPath" attribute
|
XmlAnySimpleType |
addNewWorkingDirectory()
Appends and returns a new empty "WorkingDirectory" attribute
|
XmlAnySimpleType |
getCommand()
Gets the "Command" attribute
|
XmlAnySimpleType |
getCustomErrorRegularExpression()
Gets the "CustomErrorRegularExpression" attribute
|
XmlAnySimpleType |
getCustomWarningRegularExpression()
Gets the "CustomWarningRegularExpression" attribute
|
XmlAnySimpleType |
getEnvironmentVariables()
Gets the "EnvironmentVariables" attribute
|
String |
getIgnoreExitCode()
Gets the "IgnoreExitCode" attribute
|
String |
getIgnoreStandardErrorWarningFormat()
Gets the "IgnoreStandardErrorWarningFormat" attribute
|
String |
getLogStandardErrorAsError()
Gets the "LogStandardErrorAsError" attribute
|
XmlAnySimpleType |
getOutputs()
Gets the "Outputs" attribute
|
XmlAnySimpleType |
getStandardErrorImportance()
Gets the "StandardErrorImportance" attribute
|
XmlAnySimpleType |
getStandardOutputImportance()
Gets the "StandardOutputImportance" attribute
|
XmlAnySimpleType |
getStdErrEncoding()
Gets the "StdErrEncoding" attribute
|
XmlAnySimpleType |
getStdOutEncoding()
Gets the "StdOutEncoding" attribute
|
XmlAnySimpleType |
getTimeout()
Gets the "Timeout" attribute
|
XmlAnySimpleType |
getToolExe()
Gets the "ToolExe" attribute
|
XmlAnySimpleType |
getToolPath()
Gets the "ToolPath" attribute
|
XmlAnySimpleType |
getWorkingDirectory()
Gets the "WorkingDirectory" attribute
|
boolean |
isSetCustomErrorRegularExpression()
True if has "CustomErrorRegularExpression" attribute
|
boolean |
isSetCustomWarningRegularExpression()
True if has "CustomWarningRegularExpression" attribute
|
boolean |
isSetEnvironmentVariables()
True if has "EnvironmentVariables" attribute
|
boolean |
isSetIgnoreExitCode()
True if has "IgnoreExitCode" attribute
|
boolean |
isSetIgnoreStandardErrorWarningFormat()
True if has "IgnoreStandardErrorWarningFormat" attribute
|
boolean |
isSetLogStandardErrorAsError()
True if has "LogStandardErrorAsError" attribute
|
boolean |
isSetOutputs()
True if has "Outputs" attribute
|
boolean |
isSetStandardErrorImportance()
True if has "StandardErrorImportance" attribute
|
boolean |
isSetStandardOutputImportance()
True if has "StandardOutputImportance" attribute
|
boolean |
isSetStdErrEncoding()
True if has "StdErrEncoding" attribute
|
boolean |
isSetStdOutEncoding()
True if has "StdOutEncoding" attribute
|
boolean |
isSetTimeout()
True if has "Timeout" attribute
|
boolean |
isSetToolExe()
True if has "ToolExe" attribute
|
boolean |
isSetToolPath()
True if has "ToolPath" attribute
|
boolean |
isSetWorkingDirectory()
True if has "WorkingDirectory" attribute
|
void |
setCommand(XmlAnySimpleType command)
Sets the "Command" attribute
|
void |
setCustomErrorRegularExpression(XmlAnySimpleType customErrorRegularExpression)
Sets the "CustomErrorRegularExpression" attribute
|
void |
setCustomWarningRegularExpression(XmlAnySimpleType customWarningRegularExpression)
Sets the "CustomWarningRegularExpression" attribute
|
void |
setEnvironmentVariables(XmlAnySimpleType environmentVariables)
Sets the "EnvironmentVariables" attribute
|
void |
setIgnoreExitCode(String ignoreExitCode)
Sets the "IgnoreExitCode" attribute
|
void |
setIgnoreStandardErrorWarningFormat(String ignoreStandardErrorWarningFormat)
Sets the "IgnoreStandardErrorWarningFormat" attribute
|
void |
setLogStandardErrorAsError(String logStandardErrorAsError)
Sets the "LogStandardErrorAsError" attribute
|
void |
setOutputs(XmlAnySimpleType outputs)
Sets the "Outputs" attribute
|
void |
setStandardErrorImportance(XmlAnySimpleType standardErrorImportance)
Sets the "StandardErrorImportance" attribute
|
void |
setStandardOutputImportance(XmlAnySimpleType standardOutputImportance)
Sets the "StandardOutputImportance" attribute
|
void |
setStdErrEncoding(XmlAnySimpleType stdErrEncoding)
Sets the "StdErrEncoding" attribute
|
void |
setStdOutEncoding(XmlAnySimpleType stdOutEncoding)
Sets the "StdOutEncoding" attribute
|
void |
setTimeout(XmlAnySimpleType timeout)
Sets the "Timeout" attribute
|
void |
setToolExe(XmlAnySimpleType toolExe)
Sets the "ToolExe" attribute
|
void |
setToolPath(XmlAnySimpleType toolPath)
Sets the "ToolPath" attribute
|
void |
setWorkingDirectory(XmlAnySimpleType workingDirectory)
Sets the "WorkingDirectory" attribute
|
void |
unsetCustomErrorRegularExpression()
Unsets the "CustomErrorRegularExpression" attribute
|
void |
unsetCustomWarningRegularExpression()
Unsets the "CustomWarningRegularExpression" attribute
|
void |
unsetEnvironmentVariables()
Unsets the "EnvironmentVariables" attribute
|
void |
unsetIgnoreExitCode()
Unsets the "IgnoreExitCode" attribute
|
void |
unsetIgnoreStandardErrorWarningFormat()
Unsets the "IgnoreStandardErrorWarningFormat" attribute
|
void |
unsetLogStandardErrorAsError()
Unsets the "LogStandardErrorAsError" attribute
|
void |
unsetOutputs()
Unsets the "Outputs" attribute
|
void |
unsetStandardErrorImportance()
Unsets the "StandardErrorImportance" attribute
|
void |
unsetStandardOutputImportance()
Unsets the "StandardOutputImportance" attribute
|
void |
unsetStdErrEncoding()
Unsets the "StdErrEncoding" attribute
|
void |
unsetStdOutEncoding()
Unsets the "StdOutEncoding" attribute
|
void |
unsetTimeout()
Unsets the "Timeout" attribute
|
void |
unsetToolExe()
Unsets the "ToolExe" attribute
|
void |
unsetToolPath()
Unsets the "ToolPath" attribute
|
void |
unsetWorkingDirectory()
Unsets the "WorkingDirectory" attribute
|
Boolean |
xgetIgnoreExitCode()
Gets (as xml) the "IgnoreExitCode" attribute
|
Boolean |
xgetIgnoreStandardErrorWarningFormat()
Gets (as xml) the "IgnoreStandardErrorWarningFormat" attribute
|
Boolean |
xgetLogStandardErrorAsError()
Gets (as xml) the "LogStandardErrorAsError" attribute
|
void |
xsetIgnoreExitCode(Boolean ignoreExitCode)
Sets (as xml) the "IgnoreExitCode" attribute
|
void |
xsetIgnoreStandardErrorWarningFormat(Boolean ignoreStandardErrorWarningFormat)
Sets (as xml) the "IgnoreStandardErrorWarningFormat" attribute
|
void |
xsetLogStandardErrorAsError(Boolean logStandardErrorAsError)
Sets (as xml) the "LogStandardErrorAsError" 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 getCommand()
void setCommand(XmlAnySimpleType command)
XmlAnySimpleType addNewCommand()
XmlAnySimpleType getCustomErrorRegularExpression()
boolean isSetCustomErrorRegularExpression()
void setCustomErrorRegularExpression(XmlAnySimpleType customErrorRegularExpression)
XmlAnySimpleType addNewCustomErrorRegularExpression()
void unsetCustomErrorRegularExpression()
XmlAnySimpleType getCustomWarningRegularExpression()
boolean isSetCustomWarningRegularExpression()
void setCustomWarningRegularExpression(XmlAnySimpleType customWarningRegularExpression)
XmlAnySimpleType addNewCustomWarningRegularExpression()
void unsetCustomWarningRegularExpression()
XmlAnySimpleType getEnvironmentVariables()
boolean isSetEnvironmentVariables()
void setEnvironmentVariables(XmlAnySimpleType environmentVariables)
XmlAnySimpleType addNewEnvironmentVariables()
void unsetEnvironmentVariables()
String getIgnoreExitCode()
Boolean xgetIgnoreExitCode()
boolean isSetIgnoreExitCode()
void setIgnoreExitCode(String ignoreExitCode)
void xsetIgnoreExitCode(Boolean ignoreExitCode)
void unsetIgnoreExitCode()
String getIgnoreStandardErrorWarningFormat()
Boolean xgetIgnoreStandardErrorWarningFormat()
boolean isSetIgnoreStandardErrorWarningFormat()
void setIgnoreStandardErrorWarningFormat(String ignoreStandardErrorWarningFormat)
void xsetIgnoreStandardErrorWarningFormat(Boolean ignoreStandardErrorWarningFormat)
void unsetIgnoreStandardErrorWarningFormat()
String getLogStandardErrorAsError()
Boolean xgetLogStandardErrorAsError()
boolean isSetLogStandardErrorAsError()
void setLogStandardErrorAsError(String logStandardErrorAsError)
void xsetLogStandardErrorAsError(Boolean logStandardErrorAsError)
void unsetLogStandardErrorAsError()
XmlAnySimpleType getOutputs()
boolean isSetOutputs()
void setOutputs(XmlAnySimpleType outputs)
XmlAnySimpleType addNewOutputs()
void unsetOutputs()
XmlAnySimpleType getStandardErrorImportance()
boolean isSetStandardErrorImportance()
void setStandardErrorImportance(XmlAnySimpleType standardErrorImportance)
XmlAnySimpleType addNewStandardErrorImportance()
void unsetStandardErrorImportance()
XmlAnySimpleType getStandardOutputImportance()
boolean isSetStandardOutputImportance()
void setStandardOutputImportance(XmlAnySimpleType standardOutputImportance)
XmlAnySimpleType addNewStandardOutputImportance()
void unsetStandardOutputImportance()
XmlAnySimpleType getStdErrEncoding()
boolean isSetStdErrEncoding()
void setStdErrEncoding(XmlAnySimpleType stdErrEncoding)
XmlAnySimpleType addNewStdErrEncoding()
void unsetStdErrEncoding()
XmlAnySimpleType getStdOutEncoding()
boolean isSetStdOutEncoding()
void setStdOutEncoding(XmlAnySimpleType stdOutEncoding)
XmlAnySimpleType addNewStdOutEncoding()
void unsetStdOutEncoding()
XmlAnySimpleType getTimeout()
boolean isSetTimeout()
void setTimeout(XmlAnySimpleType timeout)
XmlAnySimpleType addNewTimeout()
void unsetTimeout()
XmlAnySimpleType getToolExe()
boolean isSetToolExe()
void setToolExe(XmlAnySimpleType toolExe)
XmlAnySimpleType addNewToolExe()
void unsetToolExe()
XmlAnySimpleType getToolPath()
boolean isSetToolPath()
void setToolPath(XmlAnySimpleType toolPath)
XmlAnySimpleType addNewToolPath()
void unsetToolPath()
XmlAnySimpleType getWorkingDirectory()
boolean isSetWorkingDirectory()
void setWorkingDirectory(XmlAnySimpleType workingDirectory)
XmlAnySimpleType addNewWorkingDirectory()
void unsetWorkingDirectory()