Methods Summary |
---|
public java.lang.Object | getEnvironmentValue(java.lang.String key)returns the envrionment value by the given key
|
public java.util.HashMap | getEnvironments()Returns an iterator over collection of Option objects.
|
public int | getNumEnvironments()Returns the number of environments
|
public java.lang.Object | removeEnvironment(java.lang.String name)Removes an environment. Does nothing if environment does not exist.
returns null if environment could not be removed.
|
public void | setEnvironment(java.lang.String name, java.lang.String value)Adds Environment.
Environment have unique names. Successive calls to this method
with same name would result in replacement of the environment.
|
public java.lang.String | toString()Returns a string format of the list of options in the environment.
|