|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.configuration.AbstractConfiguration org.apache.commons.configuration.CompositeConfiguration com.germinus.easyconf.AggregatedProperties
Provides configuration properties from several sources making distintion from:
Field Summary |
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration |
END_TOKEN, START_TOKEN |
Constructor Summary | |
AggregatedProperties(java.lang.String companyId,
java.lang.String componentName)
|
Method Summary | |
void |
addBaseFileName(java.lang.String fileName)
|
void |
addGlobalFileName(java.lang.String fileName)
|
java.lang.String |
getComponentName()
|
java.lang.Object |
getProperty(java.lang.String key)
Look for the property in environment, global and base configuration, in this order |
boolean |
hasBaseConfiguration()
|
java.util.List |
loadedSources()
|
Methods inherited from class org.apache.commons.configuration.CompositeConfiguration |
addConfiguration, addPropertyDirect, clear, clearProperty, containsKey, getConfiguration, getInMemoryConfiguration, getKeys, getKeys, getList, getNumberOfConfigurations, getStringArray, isEmpty, removeConfiguration |
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration |
addProperty, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getList, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, interpolate, interpolateHelper, isThrowExceptionOnMissing, resolveContainerStore, setDelimiter, setProperty, setThrowExceptionOnMissing, subset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AggregatedProperties(java.lang.String companyId, java.lang.String componentName)
Method Detail |
public java.lang.Object getProperty(java.lang.String key)
key
-
public void addBaseFileName(java.lang.String fileName)
public void addGlobalFileName(java.lang.String fileName)
public java.util.List loadedSources()
public boolean hasBaseConfiguration()
public java.lang.String getComponentName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |