org.ow2.jonas.lib.windows
Class WinSysEnv

java.lang.Object
  extended by org.ow2.jonas.lib.windows.WinSysEnv

public class WinSysEnv
extends Object

This class provides some utilities for the windows environment


Constructor Summary
WinSysEnv()
           
 
Method Summary
static String get(String var)
          Get a variable from the windows env
static 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 String get(String var)
Get a variable from the windows env

Parameters:
var - variable name
Returns:
the variable value

getEnv

public static Properties getEnv()
Get the windows env

Returns:
properties


Copyright © 2010 OW2 Consortium. All Rights Reserved.