Uses of Class
org.anchoranalysis.bean.xml.factory.AnchorBeanFactory
Packages that use AnchorBeanFactory
Package
Description
Define
and related-classes.Reading Beans from XML files.
Custom factories for loading beans in custom ways from XML.
Factories to create beans in
org.anchoranalysis.bean.primitive
.-
Uses of AnchorBeanFactory in org.anchoranalysis.bean.define
Subclasses of AnchorBeanFactory in org.anchoranalysis.bean.define -
Uses of AnchorBeanFactory in org.anchoranalysis.bean.xml
Methods in org.anchoranalysis.bean.xml with parameters of type AnchorBeanFactoryModifier and TypeMethodDescriptionstatic void
RegisterBeanFactories.register
(String name, AnchorBeanFactory factory) Registers a specific factory. -
Uses of AnchorBeanFactory in org.anchoranalysis.bean.xml.factory
Subclasses of AnchorBeanFactory in org.anchoranalysis.bean.xml.factoryModifier and TypeClassDescriptionclass
Defines anAnchorBean
in a separate file on the file-system.class
LikeListBeanFactory
but also includes elements in other lists defined in theinclude
tag. as elements.class
Factory for creating aList
of beans.class
ReplacePropertyBeanFactory<T extends AnchorBean<T>>
Replaces a property (an XML element of attribute) on a bean before loading it. -
Uses of AnchorBeanFactory in org.anchoranalysis.bean.xml.factory.primitive
Subclasses of AnchorBeanFactory in org.anchoranalysis.bean.xml.factory.primitiveModifier and TypeClassDescriptionclass
Creates aDoubleList
from a XML element.class
Creates aDoubleSet
from a XML element.class
Creates aIntegerList
from a XML element.class
Creates aIntegerSet
from a XML element.class
Creates aStringList
from a XML element.class
Creates aStringSet
from a XML element.