Modifier and Type | Field and Description |
---|---|
private static final List | |
private final boolean | |
private final List | |
private final boolean |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static ResourceFilter | |
public static ResourceFilter | |
public static ResourceFilter | |
public static ResourceFilter | |
public boolean | test(String
the input argument name)Implements java. Evaluates this predicate on the given argument. |
EMPTY_LIST | back to summary |
---|---|
private static final List<String> EMPTY_LIST |
include | back to summary |
---|---|
private final boolean include |
matchers | back to summary |
---|---|
private final List<PathMatcher> matchers |
otherwise | back to summary |
---|---|
private final boolean otherwise |
ResourceFilter | back to summary |
---|---|
private ResourceFilter(List<String> patterns, boolean exclude) |
excludeFilter | back to summary |
---|---|
public static ResourceFilter excludeFilter(List<String> patterns) |
excludeFilter | back to summary |
---|---|
public static ResourceFilter excludeFilter(String patterns) |
includeFilter | back to summary |
---|---|
public static ResourceFilter includeFilter(List<String> patterns) |
includeFilter | back to summary |
---|---|
public static ResourceFilter includeFilter(String patterns) |
test | back to summary |
---|---|
public boolean test(String name) Implements java. Doc from java. Evaluates this predicate on the given argument. |