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, setListDelimiter
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, isScalarValue, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setLogger, setProperty, setThrowExceptionOnMissing, subset
addConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEvents
public ClassLoaderAggregateProperties(ClassLoader classLoader, String companyId, String componentName)
public void addBaseFileName(String fileName)
addBaseFileName
in class com.germinus.easyconf.AggregatedProperties
public void addGlobalFileName(String fileName)
addGlobalFileName
in class com.germinus.easyconf.AggregatedProperties
public org.apache.commons.configuration.CompositeConfiguration getBaseConfiguration()
public String getComponentName()
getComponentName
in class com.germinus.easyconf.AggregatedProperties
public Object getProperty(String key)
getProperty
in interface org.apache.commons.configuration.Configuration
getProperty
in class com.germinus.easyconf.AggregatedProperties
public boolean hasBaseConfiguration()
hasBaseConfiguration
in class com.germinus.easyconf.AggregatedProperties
public List<String> loadedSources()
loadedSources
in class com.germinus.easyconf.AggregatedProperties