Uses of Interface
org.apache.commons.configuration2.ConfigurationConsumer
Package
Description
The Configuration main package.
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.-
Uses of ConfigurationConsumer in org.apache.commons.configuration2
Modifier and TypeFieldDescriptionstatic final ConfigurationConsumer<ConfigurationException>
PropertiesConfiguration.DEFAULT_INCLUDE_LISTENER
Defines default error handling for the special"include"
key by throwing the given exception.static final ConfigurationConsumer<ConfigurationException>
PropertiesConfiguration.NOOP_INCLUDE_LISTENER
Defines error handling as a noop for the special"include"
key.Modifier and TypeMethodDescriptionPropertiesConfiguration.getIncludeListener()
Gets the current include listener, never null.Modifier and TypeMethodDescriptionvoid
PropertiesConfiguration.setIncludeListener
(ConfigurationConsumer<ConfigurationException> includeListener) Sets the current include listener, may not be null. -
Uses of ConfigurationConsumer in org.apache.commons.configuration2.builder
Modifier and TypeMethodDescriptionPropertiesBuilderParametersImpl.setIncludeListener
(ConfigurationConsumer<ConfigurationException> includeListener) default T
PropertiesBuilderProperties.setIncludeListener
(ConfigurationConsumer<ConfigurationException> includeListener) Sets the current include listener, may be null.