Class Concatenate
Object
org.anchoranalysis.bean.AnchorBean<DefineAdder>
org.anchoranalysis.bean.define.adder.DefineAdderBean
org.anchoranalysis.bean.define.adder.Concatenate
- All Implemented Interfaces:
DefineAdder
public class Concatenate extends DefineAdderBean
Concatenates a list of adders.
-
Constructor Summary
Constructors Constructor Description Concatenate() -
Method Summary
Modifier and Type Method Description voidaddTo(Define define)Adds items todefine.List<DefineAdderBean>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
-