public void setEnvironmentPrefix(String prefix)(Code)
Specifies the prefix used to indicate a variable is an environment
variable. If the prefix doesn't end with a '.', it will be added
automatically.
Parameters: prefix - the prefix to use for the environment variables
setVariable
public void setVariable(String varName, String value, boolean overwrite)(Code)