public final class Not extends AbstractConstraint
Parameter.DelegateResolver, Parameter.NotResolved, Parameter.Resolver, Parameter.ValueResolverARRAY, ARRAY_ALLOW_EMPTY| Constructor and Description |
|---|
Not(Constraint con)
Creates a new
Not instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PicoVisitor visitor) |
boolean |
evaluate(ComponentAdapter comp)
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 Not(Constraint con)
Not instance.con - a Constraint valuepublic boolean evaluate(ComponentAdapter comp)
Constraintevaluate in interface Constraintevaluate in class AbstractConstraintcomp - a ComponentAdapter valuepublic void accept(PicoVisitor visitor)
accept in interface Parameteraccept in class CollectionComponentParameterCopyright © 2003-2014 Codehaus. All Rights Reserved.