Searched refs:addFile (Results 1 - 10 of 10) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java86 instance.addFile("testFile1.txt");
87 instance.addFile("testFile2.txt");
200 * Test of addFile method, of class HistoryEntry.
203 public void addFile() { method in class:HistoryEntryTest
208 instance.addFile(fileName);
220 instance.addFile(fileName);
223 instance.addFile("other.file");
H A DJDBCHistoryCacheTest.java336 newEntry.addFile("/mercurial/main.c");
345 newEntry.addFile("/mercurial/subdir/bla.c");
514 e0.addFile("/mercurial/readme.txt");
558 e.addFile("/svn/file.txt");
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DBazaarHistoryParser.java178 entry.addFile(name);
H A DHistoryEntry.java191 public void addFile(String file) { method in class:HistoryEntry
H A DMonotoneHistoryParser.java177 entry.addFile(cfg.getPathRelativeToSourceRoot(file, 0));
H A DMercurialHistoryParser.java160 entry.addFile(cfg.getPathRelativeToSourceRoot(f, 0));
H A DSubversionHistoryParser.java112 entry.addFile(path);
H A DGitHistoryParser.java169 entry.addFile(cfg.getPathRelativeToSourceRoot(f, 0));
H A DJDBCHistoryCache.java592 entry.addFile(fileRS.getString(1));
979 new InsertQuery(getQuery("addFile"));
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java593 private void addFile(File file, String path) throws IOException { method in class:IndexDatabase
612 logger.log(Level.FINE, "addFile", e);
860 addFile(file, path);

Completed in 21 milliseconds