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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java57 * @param withFiles If {@code true} the returned history will contain
68 History get(File path, Repository repository, boolean withFiles, Boolean isDir) argument
H A DFileHistoryCache.java223 public History get(File file, Repository repository, boolean withFiles, argument
H A DHistoryGuru.java204 * @param withFiles If {@code true} the returned history will contain
210 public History getHistory(File path, boolean withFiles) argument
213 return getHistory(path, withFiles, null);
223 * @param withFiles If {@code true} the returned history will contain
234 public History getHistory(File path, boolean withFiles, Boolean isDir) argument
257 history = historyCache.get(path, repos, withFiles, isDir);
H A DJDBCHistoryCache.java521 public History get(File file, Repository repository, boolean withFiles, argument
527 return getHistory(file, repository, withFiles, isDir);
542 boolean withFiles, Boolean isDir) throws HistoryException, SQLException
567 withFiles ? conn.getStatement(GET_CS_FILES) : null;
584 if (withFiles) {
541 getHistory(File file, Repository repository, boolean withFiles, Boolean isDir) argument

Completed in 37 milliseconds