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 -
Method Summary
Modifier and TypeMethodDescriptionList<MatchedObject> findMatch(ObjectCollection sourceObjects) ObjectCollectionProvidervoidsetObjects(ObjectCollectionProvider objects) Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
Always
public Always()
-
-
Method Details
-
findMatch
public List<MatchedObject> findMatch(ObjectCollection sourceObjects) throws OperationFailedException - Specified by:
findMatchin classObjectMatcher- Throws:
OperationFailedException
-
getObjects
public ObjectCollectionProvider getObjects() -
setObjects
public void setObjects(ObjectCollectionProvider objects)
-