Searched defs:getRevision (Results 1 - 13 of 13) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSCCSget.java35 public static InputStream getRevision(String command, File file, String revision) throws IOException { method in class:SCCSget
H A DHistoryEntry.java129 public String getRevision() { method in class:HistoryEntry
138 * whereby {@link #getRevision()} returns the mercurial revision number.
H A DSCCSHistoryParser.java86 entry.setRevision(getRevision());
145 private String getRevision() { method in class:SCCSHistoryParser
H A DAnnotation.java71 public String getRevision(int line) { method in class:Annotation
H A DHistoryGuru.java150 String cmr = he.getRevision();
156 ret.addDesc(brev[0], he.getRevision(), he.getMessage(),
275 public InputStream getRevision(String parent, String basename, String rev) method in class:HistoryGuru
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLine.java108 final Node getRevision() method in class:Line
H A DArchive.java130 * Object[] text = archive.getRevision(versionNumber);
139 * {@link Line Line[]} text = archive.getRevision(versionNumber);
859 public Object[] getRevision() method in class:Archive
864 return getRevision(false);
878 public Object[] getRevision(boolean annotate) method in class:Archive
885 return getRevision(branch);
889 return getRevision(head.getVersion());
908 public Object[] getRevision(String vernum) method in class:Archive
914 return getRevision(vernum, false);
931 public Object[] getRevision(Strin method in class:Archive
950 public Object[] getRevision(Version vernum) method in class:Archive
971 public Object[] getRevision(Version vernum, boolean annotate) method in class:Archive
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/
H A DInfo.java94 public static String getRevision() { method in class:Info
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java60 * Test of getRevision method, of class Annotation.
63 public void getRevision() { method in class:AnnotationTest
65 assertEquals(instance.getRevision(1), "");
67 assertEquals(instance.getRevision(1), "1.0");
69 assertEquals(instance.getRevision(2), "1.1.0");
H A DSCCSgetTest.java152 * Test of getRevision method, of class SCCSget.
155 public void getRevision() throws Exception { method in class:SCCSgetTest
165 InputStream sccs = SCCSget.getRevision("sccs",sccsfile, entry.getName());
H A DHistoryGuruTest.java104 public void getRevision() throws HistoryException, IOException { method in class:HistoryGuruTest
110 String revision = entry.getRevision();
111 InputStream in = instance.getRevision(
H A DHistoryEntryTest.java121 * Test of getRevision method, of class HistoryEntry.
124 public void getRevision() { method in class:HistoryEntryTest
125 assertEquals(historyRevision, instance.getRevision());
186 assertEquals(revision, instance.getRevision());
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 29 milliseconds