|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
ca.sandoval.util.PropertiesUtil
public class PropertiesUtil
PropertiesUtil
| Field Summary |
|---|
| Fields inherited from class java.util.Properties |
|---|
defaults |
| Constructor Summary | |
|---|---|
PropertiesUtil()
|
|
PropertiesUtil(java.lang.String fileName)
|
|
| Method Summary | |
|---|---|
void |
loadPropertiesAsFile()
|
void |
loadPropertiesAsResource()
|
void |
saveProperties(java.lang.String fileName)
|
| Methods inherited from class java.util.Properties |
|---|
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
| 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 PropertiesUtil()
public PropertiesUtil(java.lang.String fileName)
| Method Detail |
|---|
public void loadPropertiesAsResource()
throws java.io.IOException
java.io.IOException
public void loadPropertiesAsFile()
throws java.io.IOException
java.io.IOException
public void saveProperties(java.lang.String fileName)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||