|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--java.util.Properties | +--dke.smwp.SMWP_Properties
properties reader
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 |
|
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 |
private static final java.lang.String MAIN_FILE_REL
private static SMWP_Properties instance
Constructor Detail |
public SMWP_Properties()
Method Detail |
public static SMWP_Properties getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |