Test whether or not a given path matches a given pattern. @param pattern The pattern to match against. Must not be null . @param str The path to match, as a String. Must not be null . @return true if the pattern matches against
(final String pattern, final String str)
source not stored for this graph (policy: none)