Searched refs:matchPath (Results 1 – 1 of 1) sorted by relevance
187 public static boolean matchPath(String pattern, String str) { in matchPath() method in SelectorUtils189 return matchPath(patDirs, tokenizePathAsArray(str), true); in matchPath()210 public static boolean matchPath(String pattern, String str, in matchPath() method in SelectorUtils213 return matchPath(patDirs, tokenizePathAsArray(str), isCaseSensitive); in matchPath()220 static boolean matchPath(String[] tokenizedPattern, String[] strDirs, in matchPath() method in SelectorUtils