Searched defs:listRepoPaths (Results 1 - 1 of 1) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/index/ |
H A D | Indexer.java | 643 boolean listRepoPaths) throws IndexerException, IOException { 660 if (searchRepositories || listRepoPaths || !zapCache.isEmpty()) { 668 if (listRepoPaths || !zapCache.isEmpty()) { 671 if (listRepoPaths) { 632 prepareIndexer(RuntimeEnvironment env, boolean searchRepositories, boolean addProjects, String defaultProject, String configFilename, boolean refreshHistory, boolean listFiles, boolean createDict, List<String> subFiles, List<String> repositories, List<String> zapCache, boolean listRepoPaths) argument
|
Completed in 9 milliseconds