org.apache.xmlbeans
Class SystemProperties

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

public class SystemProperties
extends Object


Field Summary
protected static Hashtable propertyH
           
 
Constructor Summary
SystemProperties()
           
 
Method Summary
static String getProperty(String key)
           
static String getProperty(String key, String defaultValue)
           
static void setPropertyH(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 Hashtable propertyH
Constructor Detail

SystemProperties

public SystemProperties()
Method Detail

getProperty

public static String getProperty(String key)

getProperty

public static String getProperty(String key,
                                 String defaultValue)

setPropertyH

public static void setPropertyH(Hashtable aPropertyH)