Searched refs:isBranch (Results 1 - 5 of 5) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DCVSRepository.java120 private Boolean isBranch=null; field in class:CVSRepository
143 if (isBranch == null) {
146 isBranch = Boolean.TRUE;
166 isBranch = Boolean.FALSE;
169 if (isBranch.equals(Boolean.TRUE) && branch!=null && !branch.isEmpty())
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DPath.java257 if (pn.version.isBranch())
H A DArchive.java347 if (!vernum.isBranch())
519 if (!vernum.isBranch())
1108 boolean headAdd = (target == head && !vernum.isBranch());
H A DVersion.java428 public boolean isBranch() method in class:Version
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 29 milliseconds