org.gudy.azureus2.pluginsimpl.local
Class PluginInterfaceImpl.propertyWrapper

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by org.gudy.azureus2.pluginsimpl.local.PluginInterfaceImpl.propertyWrapper
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
PluginInterfaceImpl

protected class PluginInterfaceImpl.propertyWrapper
extends Properties

See Also:
Serialized Form

Field Summary
protected  boolean initialising
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
protected PluginInterfaceImpl.propertyWrapper(Properties _props)
           
 
Method Summary
 Object get(Object key)
           
 Object put(Object key, Object value)
           
 Object setProperty(String str, String val)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, 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

initialising

protected boolean initialising
Constructor Detail

PluginInterfaceImpl.propertyWrapper

protected PluginInterfaceImpl.propertyWrapper(Properties _props)
Method Detail

setProperty

public Object setProperty(String str,
                          String val)
Overrides:
setProperty in class Properties

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map<Object,Object>
Overrides:
put in class Hashtable<Object,Object>

get

public Object get(Object key)
Specified by:
get in interface Map<Object,Object>
Overrides:
get in class Hashtable<Object,Object>