Searched defs:Line (Results 1 - 3 of 3) 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());
/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 11 milliseconds