Interface PatternMatcher
-
- All Known Implementing Classes:
ExactPathMatcher
,PathMatcher
public interface PatternMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(String path)
-
-
-
Method Detail
-
matches
boolean matches(String path)
-
-