dke.smwp
Class SMWP_Properties

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--dke.smwp.SMWP_Properties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class SMWP_Properties
extends java.util.Properties

Class providing SMWP properties

Version:
1.0
Author:
Werner Enser
See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
private static SMWP_Properties _instance
          properties instance
private static java.lang.String PROPERTIES_FILE
          filename for smwp properties
 
Fields inherited from class java.util.Properties
defaults, hexDigit, keyValueSeparators, serialVersionUID, specialSaveChars, strictKeyValueSeparators, whiteSpaceChars
 
Fields inherited from class java.util.Hashtable
count, emptyEnumerator, emptyIterator, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, table, threshold, values, VALUES
 
Constructor Summary
SMWP_Properties()
          default constructor
 
Method Summary
static SMWP_Properties getInstance()
          gets properties object
 
Methods inherited from class java.util.Properties
, continueLine, enumerate, getProperty, getProperty, list, list, load, loadConvert, propertyNames, save, saveConvert, setProperty, store, toHex, writeln
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, getEnumeration, getIterator, hashCode, isEmpty, keys, keySet, put, putAll, readObject, rehash, remove, size, toString, values, writeObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

PROPERTIES_FILE

private static final java.lang.String PROPERTIES_FILE
filename for smwp properties

_instance

private static SMWP_Properties _instance
properties instance
Constructor Detail

SMWP_Properties

public SMWP_Properties()
default constructor
Method Detail

getInstance

public static SMWP_Properties getInstance()
gets properties object
Returns:
properties object