public abstract class DelegatingProperties extends Properties
defaults| Constructor and Description |
|---|
DelegatingProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
contains(Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Enumeration |
elements() |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
protected abstract Properties |
getDelegate() |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
int |
hashCode() |
boolean |
isEmpty() |
Enumeration |
keys() |
Set |
keySet() |
void |
list(PrintStream out) |
void |
list(PrintWriter out) |
void |
load(InputStream inStream) |
Enumeration |
propertyNames() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
void |
save(OutputStream out,
String header) |
Object |
setProperty(String key,
String value) |
int |
size() |
void |
store(OutputStream out,
String header) |
String |
toString() |
Collection |
values() |
load, loadFromXML, store, storeToXML, storeToXML, stringPropertyNamesprotected abstract Properties getDelegate()
public void load(InputStream inStream) throws IOException
load in class PropertiesIOExceptionpublic void list(PrintStream out)
list in class Propertiespublic void list(PrintWriter out)
list in class Propertiespublic Enumeration propertyNames()
propertyNames in class Propertiespublic void save(OutputStream out, String header)
save in class Propertiespublic void store(OutputStream out, String header) throws IOException
store in class PropertiesIOExceptionpublic String getProperty(String key)
getProperty in class Propertiespublic Object setProperty(String key, String value)
setProperty in class Propertiespublic String getProperty(String key, String defaultValue)
getProperty in class Propertiespublic int hashCode()
public int size()
public void clear()
public boolean isEmpty()
public boolean contains(Object value)
public boolean containsKey(Object key)
containsKey in interface Map<Object,Object>containsKey in class Hashtable<Object,Object>public boolean containsValue(Object value)
containsValue in interface Map<Object,Object>containsValue in class Hashtable<Object,Object>public boolean equals(Object o)
public Collection values()
public Enumeration elements()
public Enumeration keys()
public void putAll(Map t)
public Set entrySet()
public Set keySet()
Copyright © 2015–2016 Baidu. All rights reserved.