Class MultiInstanceofPredicate
java.lang.Object
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.util.MultiInstanceofPredicate
- All Implemented Interfaces:
org.apache.commons.collections.Predicate
public class MultiInstanceofPredicate
extends Object
implements org.apache.commons.collections.Predicate
A predicate that tests whether the object is of one of the configured types.
- Version:
- $Revision: $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MultiInstanceofPredicate
Creates a new predicate.- Parameters:
typesToCheck
- The types to check
-
-
Method Details
-
evaluate
- Specified by:
evaluate
in interfaceorg.apache.commons.collections.Predicate
-