Uses of Class
org.ops4j.util.environment.EnvironmentException

Packages that use EnvironmentException
org.ops4j.util.environment   
 

Uses of EnvironmentException in org.ops4j.util.environment
 

Methods in org.ops4j.util.environment that throw EnvironmentException
static java.lang.String Environment.getEnvVariable(java.lang.String name)
          Gets the value of a shell environment variable.
static java.util.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 java.io.File Environment.getSystemDirectory(java.lang.String applicationname)
          Returns the System directory of the application for the logged in user.
static java.lang.String Environment.getUserShell()
          Gets the user's shell executable.
 

Constructors in org.ops4j.util.environment that throw EnvironmentException
Environment()
          Creates a snapshot of the current shell environment variables for a user.
 



Copyright © 2006-2008 OPS4J - Open Participation Software for Java. All Rights Reserved.