Package | Description |
---|---|
org.apache.commons.configuration2.beanutils |
In this package a
Configuration implementation can be found that
implements the DynaBean interface. |
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
org.apache.commons.configuration2.builder.combined |
A package containing the implementation of the builder for combined
configurations.
|
Class and Description |
---|
BeanCreationContext
Definition of a context object storing all required information for the
creation of a bean.
|
BeanDeclaration
Definition of an interface for declaring a bean in a configuration file.
|
BeanFactory
Definition of an interface for bean factories.
|
BeanHelper
A helper class for creating bean instances that are defined in configuration
files.
|
ConstructorArg
A class representing an argument for a constructor invocation to be used by a
BeanDeclaration . |
DefaultBeanFactory
The default implementation of the
BeanFactory interface. |
Class and Description |
---|
BeanDeclaration
Definition of an interface for declaring a bean in a configuration file.
|
BeanHelper
A helper class for creating bean instances that are defined in configuration
files.
|
Class and Description |
---|
BeanDeclaration
Definition of an interface for declaring a bean in a configuration file.
|
XMLBeanDeclaration
An implementation of the
BeanDeclaration interface that is
suitable for XML configuration files. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.