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

/opengrok/src/org/opensolaris/opengrok/index/
H A DFilter.java42 /** The list of paths */
43 private final List<String> paths; field in class:Filter
53 paths = new ArrayList<>();
64 * @return a list of all wildcards, exact lists and paths that this filter
98 paths.clear();
103 * Does the file match any of the filenames, patterns or paths ?
130 for (String s : paths) {
140 * Does the file name match any of the filenames, patterns or paths ?
158 paths.add(pattern);
160 paths
[all...]
H A DIndexDatabase.java198 * @param paths list of paths to be indexed
201 public static void update(ExecutorService executor, IndexChangedListener listener, List<String> paths) throws IOException { argument
205 for (String path : paths) {
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java461 * @param paths A list of files/directories to update
463 public void updateRepositories(Collection<String> paths) { argument
466 List<Repository> repos = getReposFromString(paths);
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 19 milliseconds