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

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexer.java96 ArrayList<String> zapCache = new ArrayList<String>();
403 zapCache.add(getopt.getOptarg());
518 listTokens, subFiles, repositories, zapCache, listRepos);
519 if (listRepos || !zapCache.isEmpty()) {
569 * @param zapCache List of project names, whose history cache should
575 * @throws NullPointerException if <var>env</var> or <var>zapCache</var> is
588 List<String> zapCache,
603 if (zapCache == null) {
604 throw new IndexerException("Internal error, zapCache shouldn't be null");
607 if (searchRepositories || listRepoPathes || !zapCache
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
[all...]

Completed in 7 milliseconds