org.objectweb.common
Class WinSysEnv

java.lang.Object
  extended by org.objectweb.common.WinSysEnv

public class WinSysEnv
extends java.lang.Object

This class provides some utilities for the windows environment


Constructor Summary
WinSysEnv()
           
 
Method Summary
static java.lang.String get(java.lang.String var)
          Get a variable from the windows env
static java.util.Properties getEnv()
          Get the windows env
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WinSysEnv

public WinSysEnv()
Method Detail

get

public static java.lang.String get(java.lang.String var)
Get a variable from the windows env

Parameters:
var - variable name
Returns:
the variable value

getEnv

public static java.util.Properties getEnv()
Get the windows env

Returns:
properties