Uses of Class
org.anchoranalysis.bean.define.DefineAddException
| Package | Description |
|---|---|
| org.anchoranalysis.bean.define |
Define and related-classes. |
| org.anchoranalysis.bean.define.adder |
DefineAdder and related-classes. |
-
Uses of DefineAddException in org.anchoranalysis.bean.define
Methods in org.anchoranalysis.bean.define that throw DefineAddException Modifier and Type Method Description voidDefine. add(NamedBean<?> bean)Adds a named-bean to our definitions, using the {#link GroupingRoot} annotation to determine a group where definitions are stored.<T extends AnchorBean<?>>
voidDefine. addAll(List<NamedBean<T>> list)Adds all the named-beans from source to the current map. -
Uses of DefineAddException in org.anchoranalysis.bean.define.adder
Methods in org.anchoranalysis.bean.define.adder that throw DefineAddException Modifier and Type Method Description voidConcatenate. addTo(Define define)voidDefineAdder. addTo(Define define)Adds items todefine.voidFromXMLList. addTo(Define define)protected voidDefineAdderWithPrefixBean. addWithName(Define define, String name, AnchorBean<?> item)Add an item todefinewith a name being added.