Package com.liferay.portal.configuration
Class ClassLoaderAggregateProperties
Object
org.apache.commons.configuration.event.EventSource
org.apache.commons.configuration.AbstractConfiguration
org.apache.commons.configuration.CompositeConfiguration
com.liferay.portal.configuration.ClassLoaderAggregateProperties
- All Implemented Interfaces:
Cloneable
,org.apache.commons.configuration.Configuration
public class ClassLoaderAggregateProperties
extends org.apache.commons.configuration.CompositeConfiguration
- Author:
- Raymond Augé
-
Field Summary
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration
END_TOKEN, EVENT_ADD_PROPERTY, EVENT_CLEAR, EVENT_CLEAR_PROPERTY, EVENT_READ_PROPERTY, EVENT_SET_PROPERTY, START_TOKEN
-
Constructor Summary
ConstructorsConstructorDescriptionClassLoaderAggregateProperties
(ClassLoader classLoader, String companyId, String componentName) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.configuration.CompositeConfiguration
getProperty
(String key) String[]
getStringArray
(String key, com.liferay.portal.kernel.configuration.Filter filter) Methods inherited from class org.apache.commons.configuration.CompositeConfiguration
addConfiguration, addConfiguration, addPropertyDirect, clear, clearPropertyDirect, clone, containsKey, getConfiguration, getInMemoryConfiguration, getKeys, getKeys, getList, getNumberOfConfigurations, getSource, getStringArray, isEmpty, removeConfiguration, setDelimiterParsingDisabled, setListDelimiter
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration
addErrorLogListener, addProperty, append, 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, getList, getListDelimiter, getLogger, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getSubstitutor, interpolate, interpolate, interpolatedConfiguration, interpolateHelper, isDelimiterParsingDisabled, isScalarValue, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setLogger, setProperty, setThrowExceptionOnMissing, subset
Methods inherited from class org.apache.commons.configuration.event.EventSource
addConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEvents
-
Constructor Details
-
ClassLoaderAggregateProperties
public ClassLoaderAggregateProperties(ClassLoader classLoader, String companyId, String componentName)
-
-
Method Details
-
getBaseConfiguration
public org.apache.commons.configuration.CompositeConfiguration getBaseConfiguration() -
getProperties
-
getProperty
- Specified by:
getProperty
in interfaceorg.apache.commons.configuration.Configuration
- Overrides:
getProperty
in classorg.apache.commons.configuration.CompositeConfiguration
-
getString
- Specified by:
getString
in interfaceorg.apache.commons.configuration.Configuration
- Overrides:
getString
in classorg.apache.commons.configuration.AbstractConfiguration
-
getString
-
getStringArray
-
loadedSources
-