|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
com.github.maven_nar.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, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, 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. |
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. |
| Methods inherited from class org.apache.tools.ant.types.DataType |
|---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DebugDef()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||