wt.util
Class PropertiesConsumer.PropertiesAdapter
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
wt.util.PropertiesConsumer.PropertiesAdapter
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- Enclosing class:
- PropertiesConsumer
- protected static final class PropertiesConsumer.PropertiesAdapter
- extends Properties
Adapter class that lets a properties file be parsed by the Properties code,
without being stored in a Properties object.
- See Also:
- Serialized Form
Nested classes inherited from class java.util.Hashtable |
|
Fields inherited from class java.util.Hashtable |
|
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values |
queue
private Consumer.Queue queue
PropertiesConsumer.PropertiesAdapter
protected PropertiesConsumer.PropertiesAdapter()
load
public void load(InputStream istream)
throws IOException
- Throws:
IOException
put
public Object put(Object key,
Object value)