public class PathFilter
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(java.lang.String path) |
static PathFilter |
of(com.google.common.collect.ImmutableSet<java.lang.String> paths,
boolean recursive,
boolean keepLeadingSlash) |
public static PathFilter of(com.google.common.collect.ImmutableSet<java.lang.String> paths, boolean recursive, boolean keepLeadingSlash)
public boolean isValid(java.lang.String path)