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.CompositeConfigurationgetProperty(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, setListDelimiterMethods 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, subsetMethods 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:
getPropertyin interfaceorg.apache.commons.configuration.Configuration- Overrides:
getPropertyin classorg.apache.commons.configuration.CompositeConfiguration
-
getString
- Specified by:
getStringin interfaceorg.apache.commons.configuration.Configuration- Overrides:
getStringin classorg.apache.commons.configuration.AbstractConfiguration
-
getString
-
getStringArray
-
loadedSources
-