wt.util
Class PropertiesConsumer.PropertiesAdapter

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.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 Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
private  Consumer.Queue queue
           
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
protected PropertiesConsumer.PropertiesAdapter()
           
 
Method Summary
 void load(InputStream istream)
           
 Object put(Object key, Object value)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, propertyNames, save, setProperty, store
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

queue

private Consumer.Queue queue
Constructor Detail

PropertiesConsumer.PropertiesAdapter

protected PropertiesConsumer.PropertiesAdapter()
Method Detail

load

public void load(InputStream istream)
          throws IOException
Throws:
IOException

put

public Object put(Object key,
                  Object value)