Searched defs:head (Results 1 - 3 of 3) sorted by relevance
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ | ||
H A D | ArchiveParser.java | 112 head(arc); 167 final public void head(Archive arc) throws ParseException { method in class:ArchiveParser |
H A D | Archive.java | 158 protected TrunkNode head; field in class:Archive 230 this.head = (TrunkNode) newNode(vernum, null); 231 this.head.setText(text); 232 this.head.setLog(desc); 312 * Add a head node with the given version number. 319 if (head != null) 321 throw new HeadAlreadySetException(head.getVersion()); 323 head = new TrunkNode(vernum, null); 324 nodes.put(vernum, head); 351 if (head [all...] |
/opengrok-jel/lib/ | ||
H A D | jrcs.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ... |
Completed in 14 milliseconds