Class Concatenate

Object
AnchorBean<ObjectCollectionProvider>
InitializableBean<ObjectCollectionProvider, ImageInitialization>
ImageBean<ObjectCollectionProvider>
ObjectCollectionProvider
Concatenate
All Implemented Interfaces:
Provider<ObjectCollection>

public class Concatenate extends ObjectCollectionProvider
An ObjectCollectionProvider that concatenates multiple ObjectCollections from a list of providers.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ObjectCollection
    get()
     
    List<ObjectCollectionProvider>
    List of ObjectCollectionProviders whose ObjectCollections will be concatenated.
    void
    setList(List<ObjectCollectionProvider> list)
    List of ObjectCollectionProviders whose ObjectCollections 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Concatenate

      public Concatenate()
  • Method Details

    • get

      public ObjectCollection get() throws ProvisionFailedException
      Throws:
      ProvisionFailedException
    • getList

      public List<ObjectCollectionProvider> getList()
      List of ObjectCollectionProviders whose ObjectCollections will be concatenated.
    • setList

      public void setList(List<ObjectCollectionProvider> list)
      List of ObjectCollectionProviders whose ObjectCollections will be concatenated.