gnu.util
Class Environment

java.lang.Object
  extended by gnu.util.Environment

public class Environment
extends java.lang.Object

Unix environment.


Field Summary
static java.lang.String ALL
          All pairs of environment names and values.
 
Constructor Summary
Environment()
           
 
Method Summary
static java.lang.String value(java.lang.String name)
          Get the value of an environment variable.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static java.lang.String ALL
All pairs of environment names and values. Prefixed with "\n" to aid searching.

Constructor Detail

Environment

public Environment()
Method Detail

value

public static java.lang.String value(java.lang.String name)
Get the value of an environment variable.