Searched defs:head (Results 1 - 3 of 3) sorted by relevance
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ | ||
H A D | ArchiveParser.java | 112 head(arc); 169 final public void head(Archive arc) throws ParseException { method in class:ArchiveParser |
H A D | Archive.java | 156 protected TrunkNode head; field in class:Archive 217 this.head = (TrunkNode) newNode(vernum, null); 218 this.head.setText(text); 219 this.head.setLog(desc); 294 * Add a head node with the given version number. 299 if (head != null) 301 throw new HeadAlreadySetException(head.getVersion()); 303 head = new TrunkNode(vernum, null); 304 nodes.put(vernum, head); 329 if (head [all...] |
/opengrok-sun/lib/ | ||
H A D | jrcs.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ... |
Completed in 20 milliseconds