PathMatcher.match

Match the given {@code path} against the given {@code pattern}, according to this PathMatcher's matching strategy. @param pattern the pattern to match against @param path the path string to test @return {@code true} if the supplied {@code path} matched, {@code false} if it didn't

interface PathMatcher
bool
match
(
string pattern
,
string path
)

Meta