org.globus.exec.service.utils
Class GlobusShToolsProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended byorg.globus.exec.service.utils.GlobusShToolsProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class GlobusShToolsProperties
extends java.util.Properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
private static java.lang.String GLOBUS_SH_TOOLS_VARS
           
private static org.globus.util.I18n i18n
           
private static GlobusShToolsProperties INSTANCE
           
private static org.apache.commons.logging.Log logger
           
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private GlobusShToolsProperties()
           
private GlobusShToolsProperties(java.util.Properties defaults)
           
 
Method Summary
static GlobusShToolsProperties getInstance()
           
 java.lang.String getProperty(java.lang.String key)
           
 java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
           
 
Methods inherited from class java.util.Properties
list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

private static org.apache.commons.logging.Log logger

GLOBUS_SH_TOOLS_VARS

private static java.lang.String GLOBUS_SH_TOOLS_VARS

INSTANCE

private static GlobusShToolsProperties INSTANCE

i18n

private static org.globus.util.I18n i18n
Constructor Detail

GlobusShToolsProperties

private GlobusShToolsProperties()

GlobusShToolsProperties

private GlobusShToolsProperties(java.util.Properties defaults)
Method Detail

getInstance

public static GlobusShToolsProperties getInstance()

getProperty

public java.lang.String getProperty(java.lang.String key)

getProperty

public java.lang.String getProperty(java.lang.String key,
                                    java.lang.String defaultValue)