@FunctionalInterface public interface NameMatcher
Modifier and Type | Field and Description |
---|---|
static NameMatcher |
ALL |
static NameMatcher |
NONE |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String name)
Determine whether the name matches a pattern or not
return true
|
static final NameMatcher NONE
static final NameMatcher ALL
boolean accept(String name)