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

/opengrok/src/org/opensolaris/opengrok/index/
H A DFilter.java41 private final List<Pattern> patterns; field in class:Filter
45 * The full list of all patterns. This list will be saved in the
52 patterns = new ArrayList<>();
83 * Add a pattern to the list of patterns
93 * Remove all installed patterns from the list of files to filename
96 patterns.clear();
103 * Does the file match any of the filenames, patterns or paths ?
115 for (Pattern p : patterns) {
140 * Does the file name match any of the filenames, patterns or paths ?
155 patterns
[all...]

Completed in 5 milliseconds