PathMatcher.isPattern

Does the given {@code path} represent a pattern that can be matched by an implementation of this interface? <p>If the return value is {@code false}, then the {@link #match} method does not have to be used because direct equality comparisons on the static path Strings will lead to the same result. @param path the path string to check @return {@code true} if the given {@code path} represents a pattern

interface PathMatcher
bool
isPattern
(
string path
)

Meta