HPSearch

cgl.hpsearch.common
Class Sys

java.lang.Object
  extended bycgl.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()
           
 
Method Summary
static void BootStrap(String[] args)
           
static boolean fileExists(String file)
           
static Properties getEnvironmentVariables()
          Gets a list of Environment variables.
static boolean isBootStrapDone()
          Useful for testcases...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sys

public Sys()
Method Detail

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:

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006