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

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java87 instance.addFile("testFile1.txt");
88 instance.addFile("testFile2.txt");
201 * Test of addFile method, of class HistoryEntry.
204 public void addFile() { method in class:HistoryEntryTest
209 instance.addFile(fileName);
221 instance.addFile(fileName);
224 instance.addFile("other.file");
H A DJDBCHistoryCacheTest.java227 newEntry.addFile("/mercurial/main.c");
387 e0.addFile("/mercurial/readme.txt");
429 e.addFile("/svn/file.txt");
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DBazaarHistoryParser.java164 entry.addFile(name);
H A DGitHistoryParser.java129 entry.addFile(env.getPathRelativeToSourceRoot(f, 0));
H A DHistoryEntry.java174 public void addFile(String file) { method in class:HistoryEntry
H A DMercurialHistoryParser.java132 entry.addFile(env.getPathRelativeToSourceRoot(f, 0));
H A DMonotoneHistoryParser.java160 entry.addFile(env.getPathRelativeToSourceRoot(file, 0));
H A DSubversionHistoryParser.java106 entry.addFile(path);
H A DJDBCHistoryCache.java604 entry.addFile(fileRS.getString(1));
1029 new InsertQuery(getQuery("addFile"));
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java614 private void addFile(File file, String path) throws IOException { method in class:IndexDatabase
871 addFile(file, path);

Completed in 64 milliseconds