|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
org.osjava.sj.loader.util.AbstractProperties
org.osjava.sj.loader.util.CustomProperties
public class CustomProperties
Field Summary |
---|
Fields inherited from class org.osjava.sj.loader.util.AbstractProperties |
---|
index |
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
CustomProperties()
|
Method Summary | |
---|---|
void |
load(java.io.InputStream in)
|
Methods inherited from class org.osjava.sj.loader.util.AbstractProperties |
---|
getDelimiter, keys, keySet, propertyNames, put, remove, save, setDelimiter, setProperty, store |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, loadFromXML, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, putAll, rehash, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CustomProperties()
Method Detail |
---|
public void load(java.io.InputStream in) throws java.io.IOException
load
in class AbstractProperties
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |