public class ContainerConfigImpl extends Properties implements ContainerConfig
defaults| Constructor and Description |
|---|
ContainerConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAll() |
Boolean |
getAsBoolean(String key) |
Boolean |
getAsBoolean(String key,
Boolean defaultValue) |
<T> T |
getAsInstance(String key,
Class<T> classType) |
Integer |
getAsInt(String key) |
Integer |
getAsInt(String key,
Integer defaultValue) |
<T> List<T> |
getAsList(String key,
Class<T> classType) |
Long |
getAsLong(String key) |
Long |
getAsLong(String key,
Long defaultValue) |
<T> Set<T> |
getAsSet(String key,
Class<T> classType) |
String |
getAsString(String key) |
String |
getAsString(String key,
String defaultValue) |
Map<String,Object> |
getPrefixedValues(String collectionPrefix) |
void |
put(String key,
String value) |
void |
putAll(ContainerConfig 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 ContainerConfigpublic <T> List<T> getAsList(String key, Class<T> classType)
getAsList in interface ContainerConfigpublic <T> Set<T> getAsSet(String key, Class<T> classType)
getAsSet in interface ContainerConfigpublic <T> T getAsInstance(String key, Class<T> classType)
getAsInstance in interface ContainerConfigpublic String getAsString(String key)
getAsString in interface ContainerConfigpublic String getAsString(String key, String defaultValue)
getAsString in interface ContainerConfigpublic Integer getAsInt(String key)
getAsInt in interface ContainerConfigpublic Integer getAsInt(String key, Integer defaultValue)
getAsInt in interface ContainerConfigpublic Long getAsLong(String key)
getAsLong in interface ContainerConfigpublic Long getAsLong(String key, Long defaultValue)
getAsLong in interface ContainerConfigpublic Boolean getAsBoolean(String key)
getAsBoolean in interface ContainerConfigpublic Boolean getAsBoolean(String key, Boolean defaultValue)
getAsBoolean in interface ContainerConfigpublic void put(String key, String value)
put in interface ContainerConfigpublic void putAll(ContainerConfig other)
putAll in interface ContainerConfigpublic Map<String,Object> getAll()
getAll in interface ContainerConfigCopyright © 2016 Electronic Arts Inc. All rights reserved.