compbio.engine.client
Class EnvVariableProcessor

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

public class EnvVariableProcessor
extends java.lang.Object


Field Summary
static java.lang.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 java.util.Map<java.lang.String,java.lang.String> getEnvVariables(java.lang.String property, java.lang.Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

public static final java.lang.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 java.util.Map<java.lang.String,java.lang.String> getEnvVariables(java.lang.String property,
                                                                               java.lang.Class<?> clazz)