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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexer.java107 ArrayList<String> zapCache = new ArrayList<>();
288 zapCache.add(getopt.getOptarg());
595 zapCache, listRepos);
596 if (listRepos || !zapCache.isEmpty()) {
642 List<String> zapCache,
653 if (zapCache.isEmpty() && !env.validateExuberantCtags()) {
656 if (zapCache == null) {
657 throw new IndexerException("Internal error, zapCache shouldn't be null");
660 if (searchRepositories || listRepoPaths || !zapCache.isEmpty()) {
668 if (listRepoPaths || !zapCache
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
[all...]

Completed in 8 milliseconds