public class BaseConfiguration extends ConcurrentHashMap<String,String> implements Configuration
TODO: Serialize correctly.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BaseConfiguration(String key)
Constructor for BaseConfiguration.
|
BaseConfiguration(String key,
boolean substitute)
Constructor for BaseConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
load()
Loads or re-loads the configuration.
|
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringpublic BaseConfiguration(String key)
key - the name of the properties filesBaseConfiguration(String, boolean)public BaseConfiguration(String key, boolean substitute)
key - the name of the properties filessubstitute - public void load()
Configurationload in interface ConfigurationConfiguration.load()Copyright © 2011-2013 Johann Burkard. All Rights Reserved.