org.apache.xmlbeans
Class SystemProperties

java.lang.Object
  extended by org.apache.xmlbeans.SystemProperties

public class SystemProperties
extends java.lang.Object


Field Summary
protected static java.util.Hashtable propertyH
           
 
Constructor Summary
SystemProperties()
           
 
Method Summary
static java.lang.String getProperty(java.lang.String key)
           
static java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
           
static void setPropertyH(java.util.Hashtable aPropertyH)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyH

protected static java.util.Hashtable propertyH
Constructor Detail

SystemProperties

public SystemProperties()
Method Detail

getProperty

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

getProperty

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

setPropertyH

public static void setPropertyH(java.util.Hashtable aPropertyH)