Class Concatenate
Object
AnchorBean<ColorProvider>
InitializableBean<ColorProvider, NullInitialization>
NullParametersBean<ColorProvider>
ColorProvider
Concatenate
- All Implemented Interfaces:
Provider<ColorList>
public class Concatenate
extends ColorProvider
Combines one or more
ColorProviders into a unitary ColorProvider.
The combined unitary provider aggregates elements from all the child lists, preserving element
order, as they are added with setList(List).
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.NullParametersBean
initializeRecursive, onInitialization, onInitializationMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitializedMethods 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
public ColorList get() throws ProvisionFailedException- Throws:
ProvisionFailedException
-
getList
A list ofColorProviderto be concatenated. -
setList
A list ofColorProviderto be concatenated.
-