Class PropertySourcesConfiguration
java.lang.Object
org.apache.commons.configuration2.event.BaseEventSource
org.apache.commons.configuration2.AbstractConfiguration
ubic.gemma.core.config.PropertySourcesConfiguration
- All Implemented Interfaces:
- org.apache.commons.configuration2.Configuration, org.apache.commons.configuration2.event.EventSource, org.apache.commons.configuration2.ImmutableConfiguration, org.apache.commons.configuration2.sync.SynchronizerSupport
@Deprecated
public class PropertySourcesConfiguration
extends org.apache.commons.configuration2.AbstractConfiguration
implements org.apache.commons.configuration2.Configuration
Deprecated.
A 
PropertySources-based Apache Configuration implementation.- Author:
- poirigui
- 
Constructor SummaryConstructorsConstructorDescriptionPropertySourcesConfiguration(org.springframework.core.env.PropertySources propertySources, org.apache.commons.configuration2.convert.DefaultListDelimiterHandler listDelimiterHandler) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddPropertyDirect(String key, Object value) Deprecated.protected voidDeprecated.protected booleanDeprecated.protected booleanDeprecated.Deprecated.protected ObjectDeprecated.protected booleanDeprecated.Methods inherited from class org.apache.commons.configuration2.AbstractConfigurationaddErrorLogListener, addProperty, addPropertyInternal, append, beginRead, beginWrite, clear, clearInternal, clearProperty, cloneInterpolator, contains, containsKey, containsValue, copy, endRead, endWrite, get, get, getArray, getArray, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCollection, getCollection, getConfigurationDecoder, getConversionHandler, getDouble, getDouble, getDouble, getDuration, getDuration, getEncodedString, getEncodedString, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getInterpolator, getKeys, getKeys, getKeys, getKeysInternal, getKeysInternal, getList, getList, getList, getList, getListDelimiterHandler, getLogger, getLong, getLong, getLong, getProperties, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, getSynchronizer, immutableSubset, initLogger, installInterpolator, interpolate, interpolate, interpolatedConfiguration, isEmpty, isScalarValue, isThrowExceptionOnMissing, lock, setConfigurationDecoder, setConversionHandler, setDefaultLookups, setInterpolator, setListDelimiterHandler, setLogger, setParentInterpolator, setPrefixLookups, setProperty, setPropertyInternal, setSynchronizer, setThrowExceptionOnMissing, size, sizeInternal, subset, unlockMethods inherited from class org.apache.commons.configuration2.event.BaseEventSourceaddEventListener, clearErrorListeners, clearEventListeners, clone, copyEventListeners, createErrorEvent, createEvent, fireError, fireEvent, getEventListenerRegistrations, getEventListeners, isDetailEvents, removeEventListener, setDetailEventsMethods inherited from class Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.configuration2.ConfigurationaddProperty, clear, clearProperty, getInterpolator, installInterpolator, setInterpolator, setProperty, subsetMethods inherited from interface org.apache.commons.configuration2.ImmutableConfigurationcontainsKey, containsValue, get, get, getArray, getArray, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCollection, getCollection, getDouble, getDouble, getDouble, getDuration, getDuration, getEncodedString, getEncodedString, getEnum, getEnum, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getKeys, getKeys, getList, getList, getList, getList, getLong, getLong, getLong, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, immutableSubset, isEmpty, sizeMethods inherited from interface org.apache.commons.configuration2.sync.SynchronizerSupportgetSynchronizer, lock, setSynchronizer, unlock
- 
Constructor Details- 
PropertySourcesConfigurationpublic PropertySourcesConfiguration(org.springframework.core.env.PropertySources propertySources, org.apache.commons.configuration2.convert.DefaultListDelimiterHandler listDelimiterHandler) Deprecated.
 
- 
- 
Method Details- 
addPropertyDirect
- 
clearPropertyDirectDeprecated.- Specified by:
- clearPropertyDirectin class- org.apache.commons.configuration2.AbstractConfiguration
 
- 
getKeysInternal
- 
getPropertyInternal
- 
isEmptyInternalprotected boolean isEmptyInternal()Deprecated.- Specified by:
- isEmptyInternalin class- org.apache.commons.configuration2.AbstractConfiguration
 
- 
containsKeyInternalDeprecated.- Specified by:
- containsKeyInternalin class- org.apache.commons.configuration2.AbstractConfiguration
 
- 
containsValueInternalDeprecated.- Specified by:
- containsValueInternalin class- org.apache.commons.configuration2.AbstractConfiguration
 
 
- 
SettingsConfigand usage ofValueto inject configurations. You can use@Value("${property}")as replacement.