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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java89 public class IndexDatabase { class
91 private static final Logger LOGGER = LoggerFactory.getLogger(IndexDatabase.class);
127 public IndexDatabase() throws IOException { method in class:IndexDatabase
138 public IndexDatabase(Project project) throws IOException { method in class:IndexDatabase
164 List<IndexDatabase> dbs = new ArrayList<>();
168 dbs.add(new IndexDatabase(project));
171 dbs.add(new IndexDatabase());
174 for (IndexDatabase d : dbs) {
175 final IndexDatabase db = d;
203 List<IndexDatabase> db
[all...]

Completed in 9 milliseconds