be.SIRAPRISE.client
Class ProcessScriptProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by be.erwinsmout.MyProperties
                  extended by be.SIRAPRISE.client.ProcessScriptProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class ProcessScriptProperties
extends MyProperties

ProcessScriptProperties is a Properties object that holds the Properties that are relevant to the script processor. It has the DBConnectionProperties object as its parent properties.

Author:
Erwin Smout
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class be.erwinsmout.MyProperties
MyProperties.SKIPAUTOLOAD
 
Field Summary
 
Fields inherited from class be.erwinsmout.MyProperties
SUFFIX
 
Method Summary
static java.util.Properties getInstance()
          Gets the instance
 
Methods inherited from class be.erwinsmout.MyProperties
resolveSystemPropertyRefs
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static java.util.Properties getInstance()
Gets the instance

Returns:
the instance