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

/opengrok/src/org/opensolaris/opengrok/history/
H A DMercurialHistoryParser.java56 private boolean isDir; field in class:MercurialHistoryParser
76 isDir = file.isDirectory();
148 entry != null && isDir) {
151 * we use isDir to be on the safe side.
/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java248 * @param isDir if {@code true} a "/" gets append to the last path
254 char sep, String urlPostfix, boolean compact, boolean isDir) {
276 if (isDir || i < pnames.length - 1) {
282 if (isDir || i < pnames.length - 1) {
253 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument
H A DPageConfig.java103 private Boolean isDir; field in class:PageConfig
357 if (isDir()) {
378 * @see #isDir()
383 if (isDir() && getResourcePath().length() > 1) {
415 if (!isDir()) {
614 hasAnnotation = !isDir()
640 if (isDir() || getResourcePath().equals("/") || !annotate()) {
675 if (isDir()) {
1042 public boolean isDir() { method in class:PageConfig
1043 if (isDir
[all...]

Completed in 15 milliseconds