Package org.apache.avalon.util.env

A simple facility for extracting environment parameters from an operating system specific shell.

See:
          Description

Class Summary
Env Encapsulates operating system and shell specific access to environment variables.
 

Exception Summary
EnvAccessException A simple wrapper exception around exceptions that could occur while accessing environment parameters.
 

Package org.apache.avalon.util.env Description

A simple facility for extracting environment parameters from an operating system specific shell. The Env class extends Properties and contains static Methods to access shell variables. An instance of the Env class takes a snapshot of these variables which can be accessed as properties using superclass methods.



Copyright © Apache Software Foundation. All Rights Reserved.