public class WrappedProperties extends Properties
| Modifier and Type | Field and Description |
|---|---|
boolean |
debug |
defaults| Constructor and Description |
|---|
WrappedProperties(JProperties jp) |
WrappedProperties(JProperties jp,
Character del) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object key) |
String |
getProperty(String key) |
String |
getProperty(String key,
String def) |
boolean |
isAllowKeysWithNullValues() |
Enumeration |
keys() |
Enumeration |
propertyNames() |
void |
setAllowKeysWithNullValues(boolean allowKeysWithNullValues) |
list, list, load, load, loadFromXML, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamespublic WrappedProperties(JProperties jp)
public WrappedProperties(JProperties jp, Character del)
public boolean isAllowKeysWithNullValues()
public void setAllowKeysWithNullValues(boolean allowKeysWithNullValues)
public String getProperty(String key, String def)
getProperty in class Propertiespublic String getProperty(String key)
getProperty in class Propertiespublic Enumeration keys()
public Enumeration propertyNames()
propertyNames in class PropertiesCopyright © 2014. All rights reserved.