Uses of Class
org.anchoranalysis.bean.xml.factory.AnchorBeanFactory
| Package | Description |
|---|---|
| org.anchoranalysis.bean.define |
Define and related-classes. |
| org.anchoranalysis.bean.xml |
Reading Beans from XML files.
|
| org.anchoranalysis.bean.xml.factory |
Custom factories for loading beans in custom ways from XML.
|
| org.anchoranalysis.bean.xml.factory.primitive |
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 Modifier and Type Class Description classDefineFactoryCreates a newDefine. -
Uses of AnchorBeanFactory in org.anchoranalysis.bean.xml
Methods in org.anchoranalysis.bean.xml with parameters of type AnchorBeanFactory Modifier and Type Method Description static 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.factory Modifier and Type Class Description classIncludeBeanFactoryDefines anAnchorBeanin a separate file on the file-system.classIncludeListBeanFactory<T>LikeListBeanFactorybut also includes elements in other lists defined in theincludetag.classListBeanFactory<T>Factory 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.primitive Modifier and Type Class Description classDoubleListFactoryCreates aDoubleListfrom a XML element.classDoubleSetFactoryCreates aDoubleSetfrom a XML element.classIntegerListFactoryCreates aIntegerListfrom a XML element.classIntegerSetFactoryCreates aIntegerSetfrom a XML element.classStringListFactoryCreates aStringListfrom a XML element.classStringSetFactoryCreates aStringSetfrom a XML element.