public class StringProperties extends Properties
defaults| Constructor and Description |
|---|
StringProperties() |
StringProperties(String properties) |
| Modifier and Type | Method and Description |
|---|---|
StringProperties |
clone() |
boolean |
getBooleanProperty(String key,
boolean def) |
int |
getIntegerProperty(String key,
int default_) |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
boolean |
hasProperty(String key) |
void |
load(String properties) |
Object |
put(Object key,
Object value) |
String |
toString() |
list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, valuespublic StringProperties()
public StringProperties(String properties)
public void load(String properties)
public boolean hasProperty(String key)
public String getProperty(String key)
getProperty in class Propertiespublic String getProperty(String key, String defaultValue)
getProperty in class Propertiespublic int getIntegerProperty(String key, int default_)
public boolean getBooleanProperty(String key, boolean def)
public StringProperties clone()
Copyright © 2020. All rights reserved.