|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.types.Environment
Wrapper for environment variables.
Nested Class Summary | |
static class |
Environment.Variable
|
Field Summary | |
protected java.util.Vector |
variables
|
Constructor Summary | |
Environment()
|
Method Summary | |
void |
addVariable(Environment.Variable var)
|
java.lang.String[] |
getVariables()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.Vector variables
Constructor Detail |
public Environment()
Method Detail |
public void addVariable(Environment.Variable var)
public java.lang.String[] getVariables() throws BuildException
BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |