Package org.anchoranalysis.bean.xml.factory
Custom factories for loading beans in custom ways from XML.
-
Class Summary Class Description AnchorBeanFactory Base class for all Anchor-specific bean factories.AnchorDefaultBeanFactory The default bean factory used for initializingAnchorBeans.BeanPathCalculator Calculates file-system paths involving anAnchorBean.IncludeBeanFactory Defines anAnchorBeanin a separate file on the file-system.IncludeListBeanFactory<T> LikeListBeanFactorybut also includes elements in other lists defined in theincludetag.ListBeanFactory<T> Factory for creating aListof beans.ReplacePropertyBeanFactory<T extends AnchorBean<T>> Replaces a property (an XML element of attribute) on a bean before loading it.