org.gudy.azureus2.pluginsimpl.local
Class PluginInterfaceImpl.propertyWrapper
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
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
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 |
initialising
protected boolean initialising
PluginInterfaceImpl.propertyWrapper
protected PluginInterfaceImpl.propertyWrapper(Properties _props)
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>