public interface PathFilter
| Modifier and Type | Field and Description |
|---|---|
static PathFilter |
ALL
Filter that accepts all paths.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String path)
Tests whether or not the specified path should be included in a path
list.
|
static final PathFilter ALL
boolean accept(String path)
path - the entry path to be testedtrue if and only if this path
should be includedCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.