net.sf.antcontrib.cpptasks.ide
public final class DebugDef extends DataType
| Constructor Summary | |
|---|---|
| DebugDef()
Constructor.
| |
| Method Summary | |
|---|---|
| void | addEnv(Variable var)
Add an environment variable.
|
| 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. |
Parameters: var new environment variable
Returns: new command line argument created
addLine,
addValue or the argument object.Returns: array of command line arguments, may be zero-length.
Returns: the working directory of the process, may be null.
Returns: the name of the executable program, may be null.
Returns: array of key=value assignment strings
Parameters: d the working directory of the process
Parameters: value the name of the executable program