Searched defs:getLine (Results 1 - 7 of 7) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DCharStream.java44 int getLine(); method in interface:CharStream
H A DFastCharStream.java129 public final int getLine() { method in class:FastCharStream
H A DSimpleCharStream.java220 public int getLine() { method in class:SimpleCharStream
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java84 public String getLine() { method in class:HistoryEntry
205 return getLine();
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DHit.java142 public String getLine() { method in class:Hit
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java71 * Test of getLine method, of class HistoryEntry.
74 public void getLine() { method in class:HistoryEntryTest
75 assertTrue(instance.getLine().contains(historyRevision));
76 assertTrue(instance.getLine().contains(historyAuthor));
/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