path
against the corresponding part of the given pattern
, according to this PathMatcher's matching strategy. Determines whether the pattern at least matches as far as the given base path goes, assuming that a full path may then match as well.
@param pattern the pattern to match against
@param path the path String to test
@return true
if the supplied path
matched,false
if it didn't
|
|
|
|