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

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java571 * @param listRepoPathes If {@code true}, just list available projects
589 boolean listRepoPathes) throws IndexerException, IOException
607 if (searchRepositories || listRepoPathes || !zapCache.isEmpty()) {
613 if (listRepoPathes || !zapCache.isEmpty()) {
616 if (listRepoPathes) {
579 prepareIndexer(boolean searchRepositories, boolean addProjects, String defaultProject, String configFilename, boolean refreshHistory, boolean listFiles, boolean listTokens, List<String> subFiles, List<String> repositories, List<String> zapCache, boolean listRepoPathes) argument

Completed in 18 milliseconds