Class Scanner.PathMatcherSet

All Implemented Interfaces:
Serializable, Cloneable, Iterable<PathMatcher>, Collection<PathMatcher>, Predicate<Path>, Set<PathMatcher>
Enclosing class:
Scanner

static class Scanner.PathMatcherSet extends HashSet<PathMatcher> implements Predicate<Path>
PathMatcherSet A set of PathMatchers for testing Paths against path matching patterns via
See Also:
  • Constructor Details

    • PathMatcherSet

      PathMatcherSet()
  • Method Details