Package org.anchoranalysis.bean.xml.factory
package org.anchoranalysis.bean.xml.factory
Custom factories for loading beans in custom ways from XML.
-
ClassesClassDescriptionBase class for all Anchor-specific bean factories.The default bean factory used for initializing
AnchorBean
s.Calculates file-system paths involving anAnchorBean
.Defines anAnchorBean
in a separate file on the file-system.LikeListBeanFactory
but also includes elements in other lists defined in theinclude
tag. as elements.Factory for creating aList
of beans.ReplacePropertyBeanFactory<T extends AnchorBean<T>>Replaces a property (an XML element of attribute) on a bean before loading it.