org.globus.cog.gridshell
Class GridShellProperties

java.lang.Object
  extended byorg.globus.cog.gridshell.model.ScopeableProperties
      extended byorg.globus.cog.gridshell.GridShellProperties

public class GridShellProperties
extends ScopeableProperties


Nested Class Summary
 
Nested classes inherited from class org.globus.cog.gridshell.model.ScopeableProperties
ScopeableProperties.KeyComparator
 
Field Summary
static String DEFAULT_PATH
           
 
Constructor Summary
GridShellProperties()
           
GridShellProperties(File file)
           
 
Method Summary
static GridShellProperties getDefault()
           
static File getDefaultPropertiesFile(String identifier)
          1) Checks for -D.configuration= 2) Starts searching the classpath for ../etc/.properties 3) returns globus.home/.properties
 
Methods inherited from class org.globus.cog.gridshell.model.ScopeableProperties
createList, getFile, getProperty, getProperty, getScope, getSubScope, initScope, keySet, keySet, load, loadFromFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PATH

public static final String DEFAULT_PATH
Constructor Detail

GridShellProperties

public GridShellProperties(File file)
                    throws IOException,
                           ScopeException
Parameters:
file -
Throws:
IOException
ScopeException

GridShellProperties

public GridShellProperties()
                    throws IOException,
                           ScopeException
Method Detail

getDefault

public static GridShellProperties getDefault()

getDefaultPropertiesFile

public static File getDefaultPropertiesFile(String identifier)
1) Checks for -D.configuration= 2) Starts searching the classpath for ../etc/.properties 3) returns globus.home/.properties

Returns: