Uses of Class
org.apache.avalon.util.env.EnvAccessException

Packages that use EnvAccessException
org.apache.avalon.util.env A simple facility for extracting environment parameters from an operating system specific shell.  
 

Uses of EnvAccessException in org.apache.avalon.util.env
 

Methods in org.apache.avalon.util.env that throw EnvAccessException
static String Env.getEnvVariable(String a_name)
          Gets the value of a shell environment variable.
static Properties Env.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 Env.getUserShell()
          Gets the user's shell executable.
 

Constructors in org.apache.avalon.util.env that throw EnvAccessException
Env()
          Creates a snapshot of the current shell environment variables for a user.
 



Copyright © Apache Software Foundation. All Rights Reserved.