Class Concatenate
- All Implemented Interfaces:
Provider<ObjectCollection>
An
ObjectCollectionProvider
that concatenates multiple ObjectCollection
s from a
list of providers.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Gets or creates an object of typeT
.getList()
List ofObjectCollectionProvider
s whoseObjectCollection
s will be concatenated.void
setList
(List<ObjectCollectionProvider> list) List ofObjectCollectionProvider
s whoseObjectCollection
s will be concatenated.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
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
-
get
Description copied from interface:Provider
Gets or creates an object of typeT
.- Returns:
- the object returned by the provider.
- Throws:
ProvisionFailedException
- if the object cannot be returned.
-
getList
List ofObjectCollectionProvider
s whoseObjectCollection
s will be concatenated. -
setList
List ofObjectCollectionProvider
s whoseObjectCollection
s will be concatenated.
-