Uses of Interface
org.apache.commons.configuration2.ConfigurationConsumer
-
Packages that use ConfigurationConsumer Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects. -
-
Uses of ConfigurationConsumer in org.apache.commons.configuration2
Fields in org.apache.commons.configuration2 declared as ConfigurationConsumer Modifier and Type Field Description static ConfigurationConsumer<ConfigurationException>
PropertiesConfiguration. DEFAULT_INCLUDE_LISTENER
Defines default error handling for the special"include"
key by throwing the given exception.private ConfigurationConsumer<ConfigurationException>
PropertiesConfiguration. includeListener
The include listener for the special"include"
key.static ConfigurationConsumer<ConfigurationException>
PropertiesConfiguration. NOOP_INCLUDE_LISTENER
Defines error handling as a noop for the special"include"
key.Methods in org.apache.commons.configuration2 that return ConfigurationConsumer Modifier and Type Method Description ConfigurationConsumer<ConfigurationException>
PropertiesConfiguration. getIncludeListener()
Gets the current include listener, never null.Methods in org.apache.commons.configuration2 with parameters of type ConfigurationConsumer Modifier and Type Method Description void
PropertiesConfiguration. setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
Sets the current include listener, may not be null. -
Uses of ConfigurationConsumer in org.apache.commons.configuration2.builder
Methods in org.apache.commons.configuration2.builder with parameters of type ConfigurationConsumer Modifier and Type Method Description PropertiesBuilderParametersImpl
PropertiesBuilderParametersImpl. setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
default T
PropertiesBuilderProperties. setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
Sets the current include listener, may be null.
-