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. |
org.apache.commons.configuration2.interpol |
A package with helper classes used for interpolation (variable substitution).
|
org.apache.commons.configuration2.io |
A package with classes related to I/O operations.
|
org.apache.commons.configuration2.resolver |
A package containing EntityResolvers.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationLogger |
AbstractConfiguration.getLogger()
Returns the logger used by this configuration object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConfiguration.initLogger(ConfigurationLogger log)
Initializes the logger.
|
void |
AbstractConfiguration.setLogger(ConfigurationLogger log)
Allows setting the logger to be used by this configuration object.
|
Modifier and Type | Method and Description |
---|---|
BasicBuilderParameters |
BasicBuilderParameters.setLogger(ConfigurationLogger log)
Sets the logger property.
|
T |
BasicBuilderProperties.setLogger(ConfigurationLogger log)
Sets the logger property.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationLogger |
ExprLookup.getLogger()
Returns the logger used by this object.
|
Modifier and Type | Method and Description |
---|---|
void |
ExprLookup.setLogger(ConfigurationLogger logger)
Sets the logger to be used by this object.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationLogger |
FileSystem.getLogger()
Returns the logger used by this FileSystem.
|
static ConfigurationLogger |
ConfigurationLogger.newDummyLogger()
Creates a new dummy logger which produces no output.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystem.setLogger(ConfigurationLogger log)
Allows setting the logger to be used by this FileSystem.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationLogger |
CatalogResolver.getLogger()
Gets the logger used by this configuration object.
|
Modifier and Type | Method and Description |
---|---|
void |
CatalogResolver.setLogger(ConfigurationLogger log)
Allows setting the logger to be used by this object.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.