Uses of Interface
org.apache.commons.configuration.beanutils.BeanFactory
Packages that use BeanFactory
-
Uses of BeanFactory in org.apache.commons.configuration
Classes in org.apache.commons.configuration that implement BeanFactoryModifier and TypeClassDescriptionstatic class
A base class for creating and initializing configuration sources.static class
A specialized provider implementation that deals with file based configurations.static class
A specialized configuration provider for XML configurations. -
Uses of BeanFactory in org.apache.commons.configuration.beanutils
Classes in org.apache.commons.configuration.beanutils that implement BeanFactoryModifier and TypeClassDescriptionclass
The default implementation of theBeanFactory
interface.Methods in org.apache.commons.configuration.beanutils that return BeanFactoryModifier and TypeMethodDescriptionstatic BeanFactory
BeanHelper.deregisterBeanFactory
(String name) Deregisters the bean factory with the given name.static BeanFactory
BeanHelper.getDefaultBeanFactory()
Returns the default bean factory.Methods in org.apache.commons.configuration.beanutils with parameters of type BeanFactoryModifier and TypeMethodDescriptionstatic void
BeanHelper.registerBeanFactory
(String name, BeanFactory factory) Register a bean factory under a symbolic name.static void
BeanHelper.setDefaultBeanFactory
(BeanFactory factory) Sets the default bean factory.