public abstract class AbstractResourcePredicate
extends java.lang.Object
implements org.apache.commons.collections.Predicate
| Constructor and Description |
|---|
AbstractResourcePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(java.lang.Object o) |
abstract boolean |
evaluate(Resource res)
Evaluates this predicate on the given Resource.
|
public boolean evaluate(java.lang.Object o)
evaluate in interface org.apache.commons.collections.Predicatetrue if o is a Resource the subsequent call to evaluate(Resource)
returns true; false otherwise.public abstract boolean evaluate(Resource res)
resource - given resourcetrue if this resource satisfies this predicate"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"