|
|||||||||||
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
net.sf.jso.util.Properties
Extended class for properties.
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
Properties()
Creates an empty property list with no default values. |
|
Properties(Properties defaults)
Creates an empty property list with the specified defaults. |
Method Summary | |
void |
load(java.lang.String pathname)
Loads properties from file or resource in the classpath, in that order. |
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 Properties()
public Properties(Properties defaults)
defaults
- The defaults.Method Detail |
public void load(java.lang.String pathname) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |