|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationErrorListener | |
---|---|
org.apache.commons.configuration | The Configuration main package. |
org.apache.commons.configuration.event | This package contains interfaces and classes for receiving notifications about changes at configurations. |
org.apache.commons.configuration.plist | Configuration classes supporting NeXT / OpenStep /GNUStep style configuration. |
Uses of ConfigurationErrorListener in org.apache.commons.configuration |
---|
Classes in org.apache.commons.configuration that implement ConfigurationErrorListener | |
---|---|
class |
AbstractHierarchicalFileConfiguration
Base class for implementing file based hierarchical configurations. |
class |
DefaultConfigurationBuilder
A factory class that creates a composite configuration from an XML based configuration definition file. |
class |
HierarchicalINIConfiguration
A specialized hierarchical configuration implementation for parsing ini files. |
class |
HierarchicalXMLConfiguration
Deprecated. This class is deprecated. Use XMLConfiguration
instead, which supports all features this class had offered before. |
class |
MultiFileHierarchicalConfiguration
This 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. |
class |
PatternSubtreeConfigurationWrapper
Wraps a HierarchicalConfiguration and allows subtrees to be access via a configured path with replaceable tokens derived from the ConfigurationInterpolator. |
class |
XMLConfiguration
A specialized hierarchical configuration class that is able to parse XML documents. |
Methods in org.apache.commons.configuration that return types with arguments of type ConfigurationErrorListener | |
---|---|
java.util.Collection<ConfigurationErrorListener> |
DynamicCombinedConfiguration.getErrorListeners()
|
java.util.Collection<ConfigurationErrorListener> |
PatternSubtreeConfigurationWrapper.getErrorListeners()
|
java.util.Collection<ConfigurationErrorListener> |
MultiFileHierarchicalConfiguration.getErrorListeners()
|
Methods in org.apache.commons.configuration with parameters of type ConfigurationErrorListener | |
---|---|
void |
DynamicCombinedConfiguration.addErrorListener(ConfigurationErrorListener l)
|
void |
PatternSubtreeConfigurationWrapper.addErrorListener(ConfigurationErrorListener l)
|
void |
MultiFileHierarchicalConfiguration.addErrorListener(ConfigurationErrorListener l)
|
boolean |
DynamicCombinedConfiguration.removeErrorListener(ConfigurationErrorListener l)
|
boolean |
PatternSubtreeConfigurationWrapper.removeErrorListener(ConfigurationErrorListener l)
|
boolean |
MultiFileHierarchicalConfiguration.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 ConfigurationErrorListener | |
---|---|
java.util.Collection<ConfigurationErrorListener> |
EventSource.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 ConfigurationErrorListener | |
---|---|
void |
EventSource.addErrorListener(ConfigurationErrorListener l)
Adds a new configuration error listener to this object. |
boolean |
EventSource.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 ConfigurationErrorListener | |
---|---|
class |
PropertyListConfiguration
NeXT / OpenStep style configuration. |
class |
XMLPropertyListConfiguration
Property list file (plist) in XML FORMAT as used by Mac OS X (http://www.apple.com/DTDs/PropertyList-1.0.dtd). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |