org.biomoby.registry.properties
Class UNIX
java.lang.Object
   org.biomoby.registry.properties.UNIX
org.biomoby.registry.properties.UNIX
- All Implemented Interfaces: 
- Environment
- public class UNIX 
- extends Object- implements Environment
This class incorporates the logic needed to obtain environment variables from
 UNIX and UNIX like machines.
- Author:
- Eddie created Nov 28, 2005
| Field Summary | 
| static UNIX | osthe singleton
 | 
 
| Method Summary | 
|  Map | getEnv()
 | 
| static void | register()Register the terms that System.getProperty("os.name") returns with this
 os
 | 
 
 
os
public static final UNIX os
- the singleton
 
 
getEnv
public Map getEnv()
- 
- Specified by:
- getEnvin 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
 
- 
 
- 
 
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010