|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.types.DataType net.sf.antcontrib.cpptasks.ide.DebugDef
public final class DebugDef
Specifies a debugging configuration for a project.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, description, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
DebugDef()
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, setRefid, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugDef()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |