-
- All Implemented Interfaces:
public interface PathMatcherConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPathMatcherConfig.Companion
-
Method Summary
Modifier and Type Method Description PathMatcherpathMatcher(Path root)PathMatcherpathMatcher(Path root, FileSystem fs)abstract List<String>getInclude()abstract List<String>getExclude()-
-
Method Detail
-
pathMatcher
PathMatcher pathMatcher(Path root)
-
pathMatcher
PathMatcher pathMatcher(Path root, FileSystem fs)
-
getInclude
abstract List<String> getInclude()
-
getExclude
abstract List<String> getExclude()
-
-
-
-