public abstract class ResourceFilter extends Object implements org.apache.commons.collections.Predicate
Resource related properties like their name or any other property| Constructor and Description |
|---|
ResourceFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Object object) |
protected abstract boolean |
evaluate(org.springframework.core.io.Resource res) |
protected abstract org.springframework.core.io.Resource |
wrapRawInputAsResource(Object object) |
protected abstract boolean evaluate(org.springframework.core.io.Resource res)
protected abstract org.springframework.core.io.Resource wrapRawInputAsResource(Object object)
public final boolean evaluate(Object object)
evaluate in interface org.apache.commons.collections.PredicateCopyright © 2018. All rights reserved.