cgl.hpsearch.common
Class Sys
java.lang.Object
cgl.hpsearch.common.Sys
- public class Sys
- extends Object
System Bootstrapper
Created on Feb 12, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
|
Constructor Summary |
Sys()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sys
public Sys()
BootStrap
public static void BootStrap(String[] args)
fileExists
public static boolean fileExists(String file)
getEnvironmentVariables
public static Properties getEnvironmentVariables()
throws Throwable
- Gets a list of Environment variables. Code from
http://www.rgagnon.com/javadetails/java-0150.html
Visited: Feb 12, 2005
- Returns:
- Properties Object containing the Environment Variables
- Throws:
Throwable
isBootStrapDone
public static final boolean isBootStrapDone()
- Useful for testcases...
- Returns: