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 voidRegisterBeanFactories.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 TypeClassDescriptionclassDefines anAnchorBeanin a separate file on the file-system.classLikeListBeanFactorybut also includes elements in other lists defined in theincludetag. as elements.classFactory for creating aListof beans.classReplacePropertyBeanFactory<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 TypeClassDescriptionclassCreates aDoubleListfrom a XML element.classCreates aDoubleSetfrom a XML element.classCreates aIntegerListfrom a XML element.classCreates aIntegerSetfrom a XML element.classCreates aStringListfrom a XML element.classCreates aStringSetfrom a XML element.