public class ClassLoaderAggregateProperties
extends com.germinus.easyconf.AggregatedProperties
| Constructor and Description |
|---|
ClassLoaderAggregateProperties(java.lang.ClassLoader classLoader,
java.lang.String companyId,
java.lang.String componentName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBaseFileName(java.lang.String fileName) |
void |
addGlobalFileName(java.lang.String fileName) |
org.apache.commons.configuration.CompositeConfiguration |
getBaseConfiguration() |
java.lang.String |
getComponentName() |
java.lang.Object |
getProperty(java.lang.String key) |
boolean |
hasBaseConfiguration() |
java.util.List<java.lang.String> |
loadedSources() |
addConfiguration, addConfiguration, addPropertyDirect, clear, clearPropertyDirect, clone, containsKey, getConfiguration, getInMemoryConfiguration, getKeys, getKeys, getList, getNumberOfConfigurations, getSource, getStringArray, isEmpty, removeConfiguration, setDelimiterParsingDisabled, setListDelimiteraddErrorLogListener, 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, isScalarValue, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setLogger, setProperty, setThrowExceptionOnMissing, subsetaddConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEventspublic ClassLoaderAggregateProperties(java.lang.ClassLoader classLoader,
java.lang.String companyId,
java.lang.String componentName)
public void addBaseFileName(java.lang.String fileName)
addBaseFileName in class com.germinus.easyconf.AggregatedPropertiespublic void addGlobalFileName(java.lang.String fileName)
addGlobalFileName in class com.germinus.easyconf.AggregatedPropertiespublic org.apache.commons.configuration.CompositeConfiguration getBaseConfiguration()
public java.lang.String getComponentName()
getComponentName in class com.germinus.easyconf.AggregatedPropertiespublic java.lang.Object getProperty(java.lang.String key)
getProperty in interface org.apache.commons.configuration.ConfigurationgetProperty in class com.germinus.easyconf.AggregatedPropertiespublic boolean hasBaseConfiguration()
hasBaseConfiguration in class com.germinus.easyconf.AggregatedPropertiespublic java.util.List<java.lang.String> loadedSources()
loadedSources in class com.germinus.easyconf.AggregatedProperties