compbio.engine.client
Class EnvVariableProcessor

java.lang.Object
  extended by compbio.engine.client.EnvVariableProcessor

public class EnvVariableProcessor
extends Object


Field Summary
static String PATH
          Special variable keys Absolute path(s) will be merged with the content of the system PATH variable
 
Constructor Summary
EnvVariableProcessor()
           
 
Method Summary
static Map<String,String> getEnvVariables(String property, Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

public static final String PATH
Special variable keys Absolute path(s) will be merged with the content of the system PATH variable

See Also:
Constant Field Values
Constructor Detail

EnvVariableProcessor

public EnvVariableProcessor()
Method Detail

getEnvVariables

public static Map<String,String> getEnvVariables(String property,
                                                 Class<?> clazz)