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