Uses of Interface
org.apache.commons.configuration2.beanutils.BeanFactory
Package
Description
In this package a
Configuration
implementation can be found that implements the DynaBean
interface.-
Uses of BeanFactory in org.apache.commons.configuration2.beanutils
Modifier and TypeClassDescriptionclass
The default implementation of theBeanFactory
interface.Modifier and TypeMethodDescriptionBeanHelper.deregisterBeanFactory
(String name) Deregisters the bean factory with the given name.BeanHelper.getDefaultBeanFactory()
Gets the default bean factory.Modifier and TypeMethodDescriptionvoid
BeanHelper.registerBeanFactory
(String name, BeanFactory factory) Registers a bean factory under a symbolic name.ModifierConstructorDescriptionBeanHelper
(BeanFactory defaultBeanFactory) Constructs a new instance ofBeanHelper
and sets the specified defaultBeanFactory
.