Searched defs:matchRegex (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/
H A DUtils.java57 * @param matchRegex Only collect paths that match this regex.
61 public static List<File> find(final File startpath, final String matchRegex, final String pruneRegex) throws IOException{ argument
62 final Pattern matchPattern = Pattern.compile(matchRegex, Pattern.CASE_INSENSITIVE);

Completed in 28 milliseconds