Uses of Interface
org.apache.commons.configuration.event.ConfigurationListener
-
Packages that use ConfigurationListener Package Description org.apache.commons.configuration org.apache.commons.configuration.event org.apache.commons.configuration.plist -
-
Uses of ConfigurationListener in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement ConfigurationListener Modifier and Type Class Description classAbstractHierarchicalFileConfigurationBase class for implementing file based hierarchical configurations.classCombinedConfigurationA hierarchical composite configuration class.classDefaultConfigurationBuilderA factory class that creates a composite configuration from an XML based configuration definition file.classDynamicCombinedConfigurationDynamicCombinedConfiguration allows a set of CombinedConfigurations to be used.classHierarchicalINIConfigurationA specialized hierarchical configuration implementation for parsing ini files.classHierarchicalXMLConfigurationDeprecated.This class is deprecated.classMultiFileHierarchicalConfigurationThis class provides access to multiple configuration files that reside in a location that can be specified by a pattern allowing applications to be multi-tenant.classPatternSubtreeConfigurationWrapperWraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.classPropertiesConfigurationLayoutA helper class used byPropertiesConfigurationto keep the layout of a properties file.classXMLConfigurationA specialized hierarchical configuration class that is able to parse XML documents.Methods in org.apache.commons.configuration that return types with arguments of type ConfigurationListener Modifier and Type Method Description java.util.Collection<ConfigurationListener>DynamicCombinedConfiguration. getConfigurationListeners()java.util.Collection<ConfigurationListener>MultiFileHierarchicalConfiguration. getConfigurationListeners()java.util.Collection<ConfigurationListener>PatternSubtreeConfigurationWrapper. getConfigurationListeners()Methods in org.apache.commons.configuration with parameters of type ConfigurationListener Modifier and Type Method Description voidDynamicCombinedConfiguration. addConfigurationListener(ConfigurationListener l)voidMultiFileHierarchicalConfiguration. addConfigurationListener(ConfigurationListener l)voidPatternSubtreeConfigurationWrapper. addConfigurationListener(ConfigurationListener l)booleanDynamicCombinedConfiguration. removeConfigurationListener(ConfigurationListener l)booleanMultiFileHierarchicalConfiguration. removeConfigurationListener(ConfigurationListener l)booleanPatternSubtreeConfigurationWrapper. removeConfigurationListener(ConfigurationListener l) -
Uses of ConfigurationListener in org.apache.commons.configuration.event
Methods in org.apache.commons.configuration.event that return types with arguments of type ConfigurationListener Modifier and Type Method Description java.util.Collection<ConfigurationListener>EventSource. getConfigurationListeners()Returns a collection with all configuration event listeners that are currently registered at this object.Methods in org.apache.commons.configuration.event with parameters of type ConfigurationListener Modifier and Type Method Description voidEventSource. addConfigurationListener(ConfigurationListener l)Adds a configuration listener to this object.booleanEventSource. removeConfigurationListener(ConfigurationListener l)Removes the specified event listener so that it does not receive any further events caused by this object. -
Uses of ConfigurationListener in org.apache.commons.configuration.plist
Classes in org.apache.commons.configuration.plist that implement ConfigurationListener Modifier and Type Class Description classPropertyListConfigurationNeXT / OpenStep style configuration.classXMLPropertyListConfigurationProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).
-