public final class DebugDef
extends org.apache.tools.ant.types.DataType
Constructor | Description |
---|---|
DebugDef() |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addEnv(org.apache.tools.ant.types.Environment.Variable var) |
Add an environment variable.
|
org.apache.tools.ant.types.Commandline.Argument |
createArg() |
Adds a command-line argument.
|
java.lang.String[] |
getArguments() |
Returns all arguments defined by
addLine ,
addValue or the argument object. |
java.io.File |
getDir() |
Get the working directory of the process.
|
java.lang.String |
getExecutable() |
Get the name of the executable program.
|
java.lang.String[] |
getVariables() |
Get the variable list as an array.
|
void |
setDir(java.io.File d) |
Set the working directory of the process.
|
void |
setExecutable(java.lang.String value) |
Set the name of the executable program.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
public void setExecutable(java.lang.String value)
value
- the name of the executable programpublic java.lang.String getExecutable()
public void setDir(java.io.File d)
d
- the working directory of the processpublic java.io.File getDir()
public void addEnv(org.apache.tools.ant.types.Environment.Variable var)
var
- new environment variablepublic java.lang.String[] getVariables()
public org.apache.tools.ant.types.Commandline.Argument createArg()
public java.lang.String[] getArguments()
addLine
,
addValue
or the argument object.Copyright ? 2001-2019 Ant-Contrib project. All Rights Reserved.