Searched refs:Line (Results 1 - 8 of 8) sorted by relevance

/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLine.java62 * Line contains both the original text of the line, plus the node
70 * @version $Id: Line.java,v 1.3 2003/10/13 07:59:46 rdonkin Exp $
72 final public class Line class
77 Line(Node revision, Object text) method in class:Line
89 else if (!(other instanceof Line))
95 return this.getText().equals(((Line) other).getText());
H A DLines.java71 * @see Line
108 super.add(new Line(release, text[i]));
114 return super.add((Line) o);
123 result[x] = ((Line)get(x)).revision;
141 Line l = (Line) r.next();
H A DDeltaDelTextLine.java26 Line l = (Line) lines.get(atLine);
H A DDeltaAddTextLine.java25 lines.add(atLine+i, new Line(root, rcsText[rcsTextOffset+i]));
H A DTrunkNode.java183 original.add(new Line(this, getText()[it]));
191 original.add(new Line(root, text[i]));
H A DNode.java532 * {@link Line Line} object that identifies the revision in which
795 lines.add(new Line(deltaRevision(), text[i]));
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java48 private final List<Line> lines = new ArrayList<Line>();
81 for (Iterator<Line> it = this.lines.iterator(); it.hasNext();) {
82 Line ln = it.next();
152 final Line line = new Line(revision, author, enabled);
167 private static class Line { class in class:Annotation
171 Line(String rev, String aut, boolean ena) { method in class:Annotation.Line
199 for (Line line : lines) {
/opengrok-sun/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 16 milliseconds