public interface PathFilter extends Filter
PathFilterSet.| Modifier and Type | Field and Description |
|---|---|
static PathFilter |
ALL
The "Catch all" item filter.
|
static PathFilter |
NONE
The "Miss all" item filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAbsolute()
Checks if the pattern is absolute, i.e.
|
boolean |
matches(java.lang.String path)
Checks if the given path matches this filters criteria.
|
PathFilter |
translate(PathMapping mapping)
Translates this path filter with the given mapping.
|
static final PathFilter ALL
static final PathFilter NONE
boolean matches(java.lang.String path)
path - the path to checktrue if this filter matches the criteria;
false otherwise.boolean isAbsolute()
true if pattern is absolutePathFilter translate(PathMapping mapping)
mapping - the mapping to apply"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"