org.picocontainer.gems.constraints
Class CollectionConstraint
java.lang.Object
org.picocontainer.parameters.AbstractParameter
org.picocontainer.parameters.CollectionComponentParameter
org.picocontainer.gems.constraints.CollectionConstraint
- All Implemented Interfaces:
- Serializable, Constraint, Parameter
public final class CollectionConstraint
- extends CollectionComponentParameter
- implements Constraint
Constraint that collects/aggregates dependencies to as many components
that satisfy the given constraint.
- Author:
- Nick Sieger, Jörg Schaible
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constraint
protected final Constraint constraint
CollectionConstraint
public CollectionConstraint(Constraint constraint)
CollectionConstraint
public CollectionConstraint(Constraint constraint,
boolean emptyCollection)
evaluate
public boolean evaluate(ComponentAdapter adapter)
- Description copied from interface:
Constraint
- Evaluate whether the given component adapter matches this constraint.
- Specified by:
evaluate
in interface Constraint
- Overrides:
evaluate
in class CollectionComponentParameter
- Parameters:
adapter
- a ComponentAdapter
value
- Returns:
- true if the adapter matches the constraint
accept
public void accept(PicoVisitor visitor)
- Specified by:
accept
in interface Parameter
- Overrides:
accept
in class CollectionComponentParameter
Copyright © 2003-2010 Codehaus. All Rights Reserved.