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 new
Configuration objects. |
Modifier and Type | Field and Description |
---|---|
static ConfigurationConsumer<ConfigurationException> |
PropertiesConfiguration.DEFAULT_INCLUDE_LISTENER
Defines default error handling for the special
"include" key by throwing the given exception. |
static ConfigurationConsumer<ConfigurationException> |
PropertiesConfiguration.NOOP_INCLUDE_LISTENER
Defines error handling as a noop for the special
"include" key. |
Modifier and Type | Method and Description |
---|---|
ConfigurationConsumer<ConfigurationException> |
PropertiesConfiguration.getIncludeListener()
Gets the current include listener, never null.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesConfiguration.setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
Sets the current include listener, may not be null.
|
Modifier and Type | Method and Description |
---|---|
PropertiesBuilderParametersImpl |
PropertiesBuilderParametersImpl.setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener) |
default T |
PropertiesBuilderProperties.setIncludeListener(ConfigurationConsumer<ConfigurationException> includeListener)
Sets the current include listener, may be null.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.