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

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DFilter.java46 /** The list of full paths */
47 private final HashSet<String> paths; field in class:Filter
68 paths = new LinkedHashSet<String>();
87 * @return a list of all wildcards, exact lists and paths that this filter
121 paths.clear();
143 for (String s : paths) {
179 paths.add(pattern);
181 paths.add(File.separator + pattern);
H A DIndexDatabase.java181 * @param paths
184 IndexChangedListener listener, List<String> paths)
189 for (String path : paths) {
183 update(ExecutorService executor, IndexChangedListener listener, List<String> paths) argument
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java502 * @param paths A list of files/directories to update
504 public void updateRepositories(Collection<String> paths) { argument
507 List<Repository> repos = getReposFromString(paths);
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 16 milliseconds