public class OrbitPropertiesImpl extends Properties implements OrbitProperties
defaults| Constructor and Description |
|---|
OrbitPropertiesImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAll() |
Boolean |
getAsBoolean(String key) |
Boolean |
getAsBoolean(String key,
Boolean defaultValue) |
Integer |
getAsInt(String key) |
Integer |
getAsInt(String key,
Integer defaultValue) |
String |
getAsString(String key) |
String |
getAsString(String key,
String defaultValue) |
List<String> |
getCollection(String collectionName) |
Map<String,Object> |
getPrefixedValues(String collectionPrefix) |
void |
put(String key,
String value) |
void |
putAll(OrbitProperties other) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitputAllpublic Map<String,Object> getPrefixedValues(String collectionPrefix)
getPrefixedValues in interface OrbitPropertiespublic List<String> getCollection(String collectionName)
getCollection in interface OrbitPropertiespublic String getAsString(String key)
getAsString in interface OrbitPropertiespublic String getAsString(String key, String defaultValue)
getAsString in interface OrbitPropertiespublic Integer getAsInt(String key)
getAsInt in interface OrbitPropertiespublic Integer getAsInt(String key, Integer defaultValue)
getAsInt in interface OrbitPropertiespublic Boolean getAsBoolean(String key)
getAsBoolean in interface OrbitPropertiespublic Boolean getAsBoolean(String key, Boolean defaultValue)
getAsBoolean in interface OrbitPropertiespublic void put(String key, String value)
put in interface OrbitPropertiespublic void putAll(OrbitProperties other)
putAll in interface OrbitPropertiespublic Map<String,Object> getAll()
getAll in interface OrbitPropertiesCopyright © 2015. All rights reserved.