Class Concatenate
- All Implemented Interfaces:
DefineAdder
Concatenates a list of adders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds items todefine.getList()voidsetList(List<DefineAdderBean> list) Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Concatenate
public Concatenate()
-
-
Method Details
-
addTo
Description copied from interface:DefineAdderAdds items todefine.What items are added varies by implementation.
- Parameters:
define- where to add items to- Throws:
DefineAddException- if the items cannot be added successfully.
-
getList
-
setList
-