public class Environment
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Environment.Variablerepresentation of a single env value | 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.Vector<Environment.Variable> | variablesa vector of type Environment.Variable | 
| Constructor and Description | 
|---|
| Environment()constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
protected java.util.Vector<Environment.Variable> variables
Environment.Variablepublic 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()