com.ibm.lpex.util
Class WinSysutil

java.lang.Object
  |
  +--com.ibm.lpex.util.WinSysutil
All Implemented Interfaces:
LpexSysutil.Sysutil

public final class WinSysutil
extends java.lang.Object
implements LpexSysutil.Sysutil

Windows-based system methods.


Constructor Summary
WinSysutil()
          Attempt to load the native code for these utilities.
 
Method Summary
 java.lang.String getSysEnvVariable(java.lang.String var)
          Retrieve an environment variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WinSysutil

public WinSysutil()
Attempt to load the native code for these utilities.
Method Detail

getSysEnvVariable

public java.lang.String getSysEnvVariable(java.lang.String var)
Retrieve an environment variable.
Specified by:
getSysEnvVariable in interface LpexSysutil.Sysutil
Parameters:
var - name of an environment variable
Returns:
value of the environment variable