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

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java112 head(arc);
167 final public void head(Archive arc) throws ParseException { method in class:ArchiveParser
H A DArchive.java158 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 Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 15 milliseconds