public final class And extends AbstractConstraint
Parameter.DelegateResolver, Parameter.NotResolved, Parameter.Resolver, Parameter.ValueResolverARRAY, ARRAY_ALLOW_EMPTY| Constructor and Description |
|---|
And(Constraint[] cc) |
And(Constraint c1,
Constraint c2) |
And(Constraint c1,
Constraint c2,
Constraint c3) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PicoVisitor visitor) |
boolean |
evaluate(ComponentAdapter adapter)
Evaluate whether the given component adapter matches this constraint.
|
getMatchingComponentAdapters, makeFoundAmbiguousStrings, resolve, verifyisResolvable, resolveInstanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisResolvable, resolveInstancepublic And(Constraint c1, Constraint c2)
public And(Constraint c1, Constraint c2, Constraint c3)
public And(Constraint[] cc)
public boolean evaluate(ComponentAdapter adapter)
Constraintevaluate in interface Constraintevaluate in class AbstractConstraintadapter - a ComponentAdapter valuepublic void accept(PicoVisitor visitor)
accept in interface Parameteraccept in class CollectionComponentParameterCopyright © 2003-2014 Codehaus. All Rights Reserved.