|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--java.util.Properties
|
+--gov.lanl.Utility.ConfigProperties
|
+--gov.lanl.Utility.PrintableConfigProperties
PrintableConfigProperties builds on ConfigProperties by allowing the system and added properties to be printed on Sysout, or only the properties added by a config file

| Field Summary |
| Fields inherited from class java.util.Properties |
defaults |
| Constructor Summary | |
PrintableConfigProperties()
Builds the object via the super class, remembers the proper names in system properties at instantiation |
|
| Method Summary | |
void |
print(boolean addedProps)
Prints the properties values depending on the addedProps parameter |
| Methods inherited from class gov.lanl.Utility.ConfigProperties |
getProp, getProp, getPropertyTuple, getPropertyTuple, parseLine, readFile, setProperties, setProperties, setProperties |
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PrintableConfigProperties()
| Method Detail |
public void print(boolean addedProps)
addedProps - determines whether to print all of the current
properties in systemProperties (False) or only the ones added since
instantiation (True)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||