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

properties reader

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
          sole SMWP_Properties instance
private static java.lang.String MAIN_FILE_REL
          properties filename
 
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 - reads properties file into memory
 
Method Summary
static SMWP_Properties getInstance()
          gets only instance
 
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

MAIN_FILE_REL

private static final java.lang.String MAIN_FILE_REL
properties filename

instance

private static SMWP_Properties instance
sole SMWP_Properties instance
Constructor Detail

SMWP_Properties

public SMWP_Properties()
default constructor - reads properties file into memory
Method Detail

getInstance

public static SMWP_Properties getInstance()
gets only instance