org.apache.commons.configuration
Class TestDefaultConfigurationBuilder.ExtendedCombinedConfiguration

java.lang.Object
  extended by org.apache.commons.configuration.event.EventSource
      extended by org.apache.commons.configuration.AbstractConfiguration
          extended by org.apache.commons.configuration.HierarchicalConfiguration
              extended by org.apache.commons.configuration.HierarchicalReloadableConfiguration
                  extended by org.apache.commons.configuration.CombinedConfiguration
                      extended by org.apache.commons.configuration.TestDefaultConfigurationBuilder.ExtendedCombinedConfiguration
All Implemented Interfaces:
Serializable, Cloneable, Configuration, ConfigurationListener, Reloadable
Enclosing class:
TestDefaultConfigurationBuilder

public static class TestDefaultConfigurationBuilder.ExtendedCombinedConfiguration
extends CombinedConfiguration

A specialized combined configuration implementation used for testing custom result classes.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.configuration.HierarchicalConfiguration
HierarchicalConfiguration.BuilderVisitor, HierarchicalConfiguration.Node, HierarchicalConfiguration.NodeVisitor
 
Field Summary
 
Fields inherited from class org.apache.commons.configuration.CombinedConfiguration
EVENT_COMBINED_INVALIDATE
 
Fields inherited from class org.apache.commons.configuration.HierarchicalConfiguration
EVENT_ADD_NODES, EVENT_CLEAR_TREE, EVENT_SUBNODE_CHANGED
 
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration
END_TOKEN, EVENT_ADD_PROPERTY, EVENT_CLEAR, EVENT_CLEAR_PROPERTY, EVENT_READ_PROPERTY, EVENT_SET_PROPERTY, START_TOKEN
 
Constructor Summary
TestDefaultConfigurationBuilder.ExtendedCombinedConfiguration()
           
 
Method Summary
 Object getProperty(String key)
           
 
Methods inherited from class org.apache.commons.configuration.CombinedConfiguration
addConfiguration, addConfiguration, addConfiguration, clear, clone, configurationChanged, fetchNodeList, getConfiguration, getConfiguration, getConfigurationNameList, getConfigurationNames, getConfigurations, getConversionExpressionEngine, getNodeCombiner, getNumberOfConfigurations, getRootNode, getSource, invalidate, isForceReloadCheck, isIgnoreReloadExceptions, performReloadCheck, removeConfiguration, removeConfiguration, removeConfigurationAt, setConversionExpressionEngine, setForceReloadCheck, setIgnoreReloadExceptions, setNodeCombiner
 
Methods inherited from class org.apache.commons.configuration.HierarchicalReloadableConfiguration
getReloadLock
 
Methods inherited from class org.apache.commons.configuration.HierarchicalConfiguration
addNodes, addPropertyDirect, clearNode, clearNode, clearProperty, clearReferences, clearTree, configurationAt, configurationAt, configurationsAt, containsKey, createAddPath, createNode, createSubnodeConfiguration, createSubnodeConfiguration, fetchAddNode, findLastPathNode, findPropertyNodes, getDefaultExpressionEngine, getExpressionEngine, getKeys, getKeys, getMaxIndex, getRoot, interpolatedConfiguration, isEmpty, nodeDefined, nodeDefined, removeNode, removeNode, setDefaultExpressionEngine, setExpressionEngine, setProperty, setRoot, setRootNode, subnodeConfigurationChanged, subset
 
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration
addErrorLogListener, addProperty, append, clearPropertyDirect, 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, getList, getListDelimiter, getLogger, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, getSubstitutor, interpolate, interpolate, interpolateHelper, isDelimiterParsingDisabled, isScalarValue, isThrowExceptionOnMissing, resolveContainerStore, setDefaultListDelimiter, setDelimiter, setDelimiterParsingDisabled, setListDelimiter, setLogger, setThrowExceptionOnMissing
 
Methods inherited from class org.apache.commons.configuration.event.EventSource
addConfigurationListener, addErrorListener, clearConfigurationListeners, clearErrorListeners, createErrorEvent, createEvent, fireError, fireEvent, getConfigurationListeners, getErrorListeners, isDetailEvents, removeConfigurationListener, removeErrorListener, setDetailEvents
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDefaultConfigurationBuilder.ExtendedCombinedConfiguration

public TestDefaultConfigurationBuilder.ExtendedCombinedConfiguration()
Method Detail

getProperty

public Object getProperty(String key)
Specified by:
getProperty in interface Configuration
Overrides:
getProperty in class HierarchicalConfiguration


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.