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 classA base class for creating and initializing configuration sources.static classA specialized provider implementation that deals with file based configurations.static classA 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 TypeClassDescriptionclassThe default implementation of theBeanFactoryinterface.Methods in org.apache.commons.configuration.beanutils that return BeanFactoryModifier and TypeMethodDescriptionstatic BeanFactoryBeanHelper.deregisterBeanFactory(String name) Deregisters the bean factory with the given name.static BeanFactoryBeanHelper.getDefaultBeanFactory()Returns the default bean factory.Methods in org.apache.commons.configuration.beanutils with parameters of type BeanFactoryModifier and TypeMethodDescriptionstatic voidBeanHelper.registerBeanFactory(String name, BeanFactory factory) Register a bean factory under a symbolic name.static voidBeanHelper.setDefaultBeanFactory(BeanFactory factory) Sets the default bean factory.