Class Always

Object
AnchorBean<ObjectMatcher>
InitializableBean<ObjectMatcher, ImageInitialization>
ImageBean<ObjectMatcher>
ObjectMatcher
Always

public class Always extends ObjectMatcher
Specifies a single object that will always be the "match" for whatever source object.
Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<MatchedObject>
    findMatch(ObjectCollection sourceObjects)
     
    ObjectCollectionProvider
     
    void
    setObjects(ObjectCollectionProvider objects)
     

    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

    • Always

      public Always()
  • Method Details

    • findMatch

      public List<MatchedObject> findMatch(ObjectCollection sourceObjects) throws OperationFailedException
      Specified by:
      findMatch in class ObjectMatcher
      Throws:
      OperationFailedException
    • getObjects

      public ObjectCollectionProvider getObjects()
    • setObjects

      public void setObjects(ObjectCollectionProvider objects)