Class Concatenate
- All Implemented Interfaces:
DefineAdder
Concatenates a list of adders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds items todefine
.getList()
void
setList
(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:DefineAdder
Adds 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
-