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

    Constructors
    Constructor
    Description
    ClassLoaderAggregateProperties(ClassLoader classLoader, String companyId, String componentName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.configuration.CompositeConfiguration
     
     
     
     
    getString(String key, com.liferay.portal.kernel.configuration.Filter filter)
     
    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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClassLoaderAggregateProperties

      public ClassLoaderAggregateProperties(ClassLoader classLoader, String companyId, String componentName)
  • Method Details

    • getBaseConfiguration

      public org.apache.commons.configuration.CompositeConfiguration getBaseConfiguration()
    • getProperties

      public Properties getProperties()
    • getProperty

      public Object getProperty(String key)
      Specified by:
      getProperty in interface org.apache.commons.configuration.Configuration
      Overrides:
      getProperty in class org.apache.commons.configuration.CompositeConfiguration
    • getString

      public String getString(String key)
      Specified by:
      getString in interface org.apache.commons.configuration.Configuration
      Overrides:
      getString in class org.apache.commons.configuration.AbstractConfiguration
    • getString

      public String getString(String key, com.liferay.portal.kernel.configuration.Filter filter)
    • getStringArray

      public String[] getStringArray(String key, com.liferay.portal.kernel.configuration.Filter filter)
    • loadedSources

      public List<String> loadedSources()