|
||||||||||
| 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
|
+--OrderedProperties
This is an extension of Java Properties that stores the properties alphabetically
| Field Summary |
| Fields inherited from class java.util.Properties |
defaults |
| Constructor Summary | |
OrderedProperties()
|
|
| Method Summary | |
void |
store(java.io.OutputStream out,
java.lang.String header)
Overrides the original store() method and sorts the output |
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty |
| 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 OrderedProperties()
| Method Detail |
public void store(java.io.OutputStream out,
java.lang.String header)
throws java.io.IOException
store in class java.util.Propertiesout - a FileOutPutStream to send the output toheader - a textual header for the top of the file
java.io.IOException - when things go wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||