org.picocontainer.gems.constraints
Class Anything

java.lang.Object
  extended byorg.picocontainer.defaults.CollectionComponentParameter
      extended byorg.picocontainer.gems.constraints.AbstractConstraint
          extended byorg.picocontainer.gems.constraints.Anything
All Implemented Interfaces:
Constraint, org.picocontainer.Parameter, Serializable

public class Anything
extends AbstractConstraint

A constraint that matches any component adapter.

Version:
1.1
Author:
Nick Sieger
See Also:
Serialized Form

Field Summary
static Anything ANYTHING
           
 
Fields inherited from class org.picocontainer.defaults.CollectionComponentParameter
ARRAY, ARRAY_ALLOW_EMPTY
 
Constructor Summary
Anything()
           
 
Method Summary
 boolean evaluate(org.picocontainer.ComponentAdapter adapter)
          Evaluate whether the given component adapter matches this constraint.
 
Methods inherited from class org.picocontainer.gems.constraints.AbstractConstraint
getMatchingComponentAdapters, isResolvable, resolveInstance, verify
 
Methods inherited from class org.picocontainer.defaults.CollectionComponentParameter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.picocontainer.Parameter
accept
 

Field Detail

ANYTHING

public static final Anything ANYTHING
Constructor Detail

Anything

public Anything()
Method Detail

evaluate

public boolean evaluate(org.picocontainer.ComponentAdapter adapter)
Description copied from interface: Constraint
Evaluate whether the given component adapter matches this constraint.

Specified by:
evaluate in interface Constraint
Specified by:
evaluate in class AbstractConstraint


Copyright © 2003-2007 Codehaus. All Rights Reserved.