Searched defs:withFiles (Results 1 - 4 of 4) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | HistoryCache.java | 56 * @param withFiles A flag saying whether or not the returned history 62 History get(File file, Repository repository, boolean withFiles) argument
|
H A D | HistoryGuru.java | 199 public History getHistory(File file, boolean withFiles) throws HistoryException { argument 218 * @param withFiles whether or not the returned history should contain a 225 public History getHistory(File file, boolean withFiles, boolean ui) argument 240 history = historyCache.get(file, repo, withFiles);
|
H A D | FileHistoryCache.java | 470 public History get(File file, Repository repository, boolean withFiles) argument
|
H A D | JDBCHistoryCache.java | 568 public History get(File file, Repository repository, boolean withFiles) argument 573 return getHistory(file, repository, withFiles); 613 File file, Repository repository, boolean withFiles) 639 = withFiles ? conn.getStatement(GET_CS_FILES) : null; 654 if (withFiles) { 612 getHistory( File file, Repository repository, boolean withFiles) argument
|
Completed in 45 milliseconds