Class getenv

java.lang.Object
  |
  +--getenv

public class getenv
extends java.lang.Object


Constructor Summary
getenv()
           
 
Method Summary
static java.lang.String getenv(java.lang.String variable)
          get value of -D variable
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

getenv

public getenv()
Method Detail

main

public static void main(java.lang.String[] args)

getenv

public static java.lang.String getenv(java.lang.String variable)
get value of -D variable