public class AggregatedProperties
extends org.apache.commons.configuration.CompositeConfiguration
| Constructor and Description |
|---|
AggregatedProperties(String companyId,
String componentName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBaseFileName(String fileName) |
void |
addGlobalFileName(String fileName) |
String |
getComponentName() |
Object |
getProperty(String key)
Look for the property in environment, global and base configuration, in
this order
|
boolean |
hasBaseConfiguration() |
List<String> |
loadedSources() |
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 Object getProperty(String key)
getProperty in interface org.apache.commons.configuration.ConfigurationgetProperty in class org.apache.commons.configuration.CompositeConfigurationkey - public void addBaseFileName(String fileName)
public void addGlobalFileName(String fileName)
public boolean hasBaseConfiguration()
public String getComponentName()
Copyright © 2020. All Rights Reserved.