| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.Environment
public class Environment
Wrapper for environment variables.
| Nested Class Summary | |
|---|---|
| static class | Environment.Variablerepresentation of a single env value | 
| Field Summary | |
|---|---|
| protected  java.util.Vector<Environment.Variable> | variablesa vector of type Environment.Variable | 
| Constructor Summary | |
|---|---|
| Environment()constructor | |
| Method Summary | |
|---|---|
|  void | addVariable(Environment.Variable var)add a variable. | 
|  java.lang.String[] | getVariables()get the variable list as an array | 
|  java.util.Vector<Environment.Variable> | getVariablesVector()Get the raw vector of variables. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.util.Vector<Environment.Variable> variables
Environment.Variable| Constructor Detail | 
|---|
public Environment()
| Method Detail | 
|---|
public void addVariable(Environment.Variable var)
var - new variable.
public java.lang.String[] getVariables()
                                throws BuildException
BuildException - if any variable is misconfiguredpublic java.util.Vector<Environment.Variable> getVariablesVector()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||