Uses of Class
net.dpml.transit.EnvironmentException

Packages that use EnvironmentException
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
 

Uses of EnvironmentException in net.dpml.transit
 

Methods in net.dpml.transit that throw EnvironmentException
static String Environment.getEnvVariable(String name)
          Gets the value of a shell environment variable.
static Properties Environment.getEnvVariables()
          Gets all environment variables within a Properties instance where the key is the environment variable name and value is the value of the property.
static String Environment.getUserShell()
          Gets the user's shell executable.
 

Constructors in net.dpml.transit that throw EnvironmentException
Environment()
          Creates a snapshot of the current shell environment variables for a user.