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 newConfigurationobjects. -
-
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_LISTENERDefines default error handling for the special"include"key by throwing the given exception.static ConfigurationConsumer<ConfigurationException>PropertiesConfiguration. NOOP_INCLUDE_LISTENERDefines 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 voidPropertiesConfiguration. 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 PropertiesBuilderParametersImplPropertiesBuilderParametersImpl. setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)default TPropertiesBuilderProperties. setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)Sets the current include listener, may be null.
-