Liferay 6.1.2-ce-ga3

com.liferay.portal.configuration.easyconf
Class ClassLoaderAggregateProperties

java.lang.Object
  extended by org.apache.commons.configuration.event.EventSource
      extended by org.apache.commons.configuration.AbstractConfiguration
          extended by org.apache.commons.configuration.CompositeConfiguration
              extended by com.germinus.easyconf.AggregatedProperties
                  extended by com.liferay.portal.configuration.easyconf.ClassLoaderAggregateProperties
All Implemented Interfaces:
Cloneable, org.apache.commons.configuration.Configuration

public class ClassLoaderAggregateProperties
extends com.germinus.easyconf.AggregatedProperties


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
ClassLoaderAggregateProperties(ClassLoader classLoader, String companyId, String componentName)
           
 
Method Summary
 void addBaseFileName(String fileName)
           
 void addGlobalFileName(String fileName)
           
 org.apache.commons.configuration.CompositeConfiguration getBaseConfiguration()
           
 String getComponentName()
           
 Object getProperty(String key)
           
 boolean hasBaseConfiguration()
           
 List<String> loadedSources()
           
 
Methods inherited from class org.apache.commons.configuration.CompositeConfiguration
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, getString, getSubstitutor, interpolate, interpolate, interpolatedConfiguration, interpolateHelper, isDelimiterParsingDisabled, 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 Detail

ClassLoaderAggregateProperties

public ClassLoaderAggregateProperties(ClassLoader classLoader,
                                      String companyId,
                                      String componentName)
Method Detail

addBaseFileName

public void addBaseFileName(String fileName)
Overrides:
addBaseFileName in class com.germinus.easyconf.AggregatedProperties

addGlobalFileName

public void addGlobalFileName(String fileName)
Overrides:
addGlobalFileName in class com.germinus.easyconf.AggregatedProperties

getBaseConfiguration

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

getComponentName

public String getComponentName()
Overrides:
getComponentName in class com.germinus.easyconf.AggregatedProperties

getProperty

public Object getProperty(String key)
Specified by:
getProperty in interface org.apache.commons.configuration.Configuration
Overrides:
getProperty in class com.germinus.easyconf.AggregatedProperties

hasBaseConfiguration

public boolean hasBaseConfiguration()
Overrides:
hasBaseConfiguration in class com.germinus.easyconf.AggregatedProperties

loadedSources

public List<String> loadedSources()
Overrides:
loadedSources in class com.germinus.easyconf.AggregatedProperties

Liferay 6.1.2-ce-ga3