public class ConcurrentConfiguration
extends org.apache.commons.configuration.AbstractConfiguration
Notes: Multi-property list aggregation will not work in this class. I.e. commons config normally combines all properties with the same key into one list property automatically. This class simply overwrites any existing mapping.
| Constructor and Description |
|---|
ConcurrentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPropertyDirect(java.lang.String key,
java.lang.Object value) |
protected void |
clearPropertyDirect(java.lang.String key) |
boolean |
containsKey(java.lang.String key) |
java.util.Iterator |
getKeys() |
java.lang.Object |
getProperty(java.lang.String key) |
boolean |
isEmpty() |
addErrorLogListener, addProperty, append, clear, clearProperty, copy, createInterpolator, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDefaultListDelimiter, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getInterpolator, getKeys, getList, getList, getListDelimiter, getLogger, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, getSubstitutor, interpolate, interpolate, interpolatedConfiguration, interpolateHelper, isDelimiterParsingDisabled, isScalarValue, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setDelimiterParsingDisabled, setListDelimiter, setLogger, setProperty, setThrowExceptionOnMissing, subsetaddConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, clone, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEventsprotected void addPropertyDirect(java.lang.String key,
java.lang.Object value)
addPropertyDirect in class org.apache.commons.configuration.AbstractConfigurationpublic java.lang.Object getProperty(java.lang.String key)
public java.util.Iterator getKeys()
public boolean containsKey(java.lang.String key)
public boolean isEmpty()
protected void clearPropertyDirect(java.lang.String key)
clearPropertyDirect in class org.apache.commons.configuration.AbstractConfigurationCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.