Version: 1.1.1

org.biomoby.registry.properties
Class WindowsNT

java.lang.Object
  extended by org.biomoby.registry.properties.WindowsNT
All Implemented Interfaces:
Environment

public class WindowsNT
extends Object
implements Environment

This class incorporates the logic needed to obtain environment variables from Windows NT like machines (XP, 2000, etc).

Author:
Eddie created Nov 28, 2005

Field Summary
static WindowsNT os
          the singleton
 
Method Summary
 Map getEnv()
           
static void register()
          Register the terms that System.getProperty("os.name") returns with this os
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

os

public static final WindowsNT os
the singleton

Method Detail

getEnv

public Map getEnv()
Specified by:
getEnv in interface Environment
Returns:
a map containing key value pairs that correspond to the systems' environment variables.

register

public static final void register()
Register the terms that System.getProperty("os.name") returns with this os


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010