public class ClassLoaderAggregateProperties
extends com.germinus.easyconf.AggregatedProperties
| Constructor and Description |
|---|
ClassLoaderAggregateProperties(ClassLoader classLoader,
String companyId,
String componentName) |
| Modifier and Type | Method and Description |
|---|---|
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() |
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(ClassLoader classLoader, String companyId, String componentName)
public void addBaseFileName(String fileName)
addBaseFileName in class com.germinus.easyconf.AggregatedPropertiespublic void addGlobalFileName(String fileName)
addGlobalFileName in class com.germinus.easyconf.AggregatedPropertiespublic org.apache.commons.configuration.CompositeConfiguration getBaseConfiguration()
public String getComponentName()
getComponentName in class com.germinus.easyconf.AggregatedPropertiespublic Object getProperty(String key)
getProperty in interface org.apache.commons.configuration.ConfigurationgetProperty in class com.germinus.easyconf.AggregatedPropertiespublic boolean hasBaseConfiguration()
hasBaseConfiguration in class com.germinus.easyconf.AggregatedProperties