public class ChainableProperties extends Properties
defaults| 构造器和说明 |
|---|
ChainableProperties() |
ChainableProperties(Properties parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
contains(Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Object |
get(Object key) |
Properties |
getParent() |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
void |
list(PrintStream out) |
void |
list(PrintWriter out) |
Enumeration |
propertyNames() |
load, load, loadFromXML, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamespublic ChainableProperties()
public ChainableProperties(Properties parent)
public Properties getParent()
public String getProperty(String key)
getProperty 在类中 Propertiespublic String getProperty(String key, String defaultValue)
getProperty 在类中 Propertiespublic Enumeration propertyNames()
propertyNames 在类中 Propertiespublic boolean containsKey(Object key)
containsKey 在接口中 Map<Object,Object>containsKey 在类中 Hashtable<Object,Object>public boolean containsValue(Object value)
containsValue 在接口中 Map<Object,Object>containsValue 在类中 Hashtable<Object,Object>public void list(PrintStream out)
list 在类中 Propertiespublic void list(PrintWriter out)
list 在类中 PropertiesCopyright © 2025 onecode. All rights reserved.