Uses of Interface
org.apache.commons.configuration.event.ConfigurationErrorListener
Packages that use ConfigurationErrorListener
Package
Description
-
Uses of ConfigurationErrorListener in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement ConfigurationErrorListenerModifier and TypeClassDescriptionclassBase class for implementing file based hierarchical configurations.classA factory class that creates a composite configuration from an XML based configuration definition file.classA specialized hierarchical configuration implementation for parsing ini files.classDeprecated.This class is deprecated.classThis 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.classWraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator.classA specialized hierarchical configuration class that is able to parse XML documents.Methods in org.apache.commons.configuration that return types with arguments of type ConfigurationErrorListenerModifier and TypeMethodDescriptionDynamicCombinedConfiguration.getErrorListeners()MultiFileHierarchicalConfiguration.getErrorListeners()PatternSubtreeConfigurationWrapper.getErrorListeners()Methods in org.apache.commons.configuration with parameters of type ConfigurationErrorListenerModifier and TypeMethodDescriptionvoidDynamicCombinedConfiguration.addErrorListener(ConfigurationErrorListener l) voidMultiFileHierarchicalConfiguration.addErrorListener(ConfigurationErrorListener l) voidPatternSubtreeConfigurationWrapper.addErrorListener(ConfigurationErrorListener l) booleanDynamicCombinedConfiguration.removeErrorListener(ConfigurationErrorListener l) booleanMultiFileHierarchicalConfiguration.removeErrorListener(ConfigurationErrorListener l) booleanPatternSubtreeConfigurationWrapper.removeErrorListener(ConfigurationErrorListener l) -
Uses of ConfigurationErrorListener in org.apache.commons.configuration.event
Methods in org.apache.commons.configuration.event that return types with arguments of type ConfigurationErrorListenerModifier and TypeMethodDescriptionEventSource.getErrorListeners()Returns a collection with all configuration error listeners that are currently registered at this object.Methods in org.apache.commons.configuration.event with parameters of type ConfigurationErrorListenerModifier and TypeMethodDescriptionvoidEventSource.addErrorListener(ConfigurationErrorListener l) Adds a new configuration error listener to this object.booleanEventSource.removeErrorListener(ConfigurationErrorListener l) Removes the specified error listener so that it does not receive any further events caused by this object. -
Uses of ConfigurationErrorListener in org.apache.commons.configuration.plist
Classes in org.apache.commons.configuration.plist that implement ConfigurationErrorListenerModifier and TypeClassDescriptionclassNeXT / OpenStep style configuration.classProperty list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd).