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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java232 * @see #isDirectory(String)
239 if (!path.isDirectory()) {
288 * In contrast to {@link #isDirectory(String)} this usually doesn't hit the
314 if (!file.isDirectory()) {
405 if (file.isDirectory() && !ignoredNames.match(file)) {
704 public Boolean isDirectory(String path) { method in class:HistoryGuru
714 logger.log(Level.FINE, "isDirectory", e);

Completed in 10 milliseconds