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

/opengrok/src/org/opensolaris/opengrok/
H A DInfo.java73 public static String getRevision() { method in class:Info
/opengrok/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 DAnnotation.java70 public String getRevision(int line) { method in class:Annotation
H A DHistoryEntry.java138 public String getRevision() { method in class:HistoryEntry
H A DSCCSHistoryParser.java90 entry.setRevision(getRevision());
148 private String getRevision() { method in class:SCCSHistoryParser
H A DHistoryGuru.java159 String hist_rev = he.getRevision();
162 ret.addDesc(short_rev, "changeset: " + he.getRevision()
257 public InputStream getRevision(String parent, String basename, String rev) { method in class:HistoryGuru
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLine.java104 final Node getRevision() method in class:Line
H A DArchive.java130 * Object[] text = archive.getRevision(versionNumber);
139 * {@link Line Line[]} text = archive.getRevision(versionNumber);
822 public Object[] getRevision() method in class:Archive
827 return getRevision(false);
841 public Object[] getRevision(boolean annotate) method in class:Archive
848 return getRevision(branch);
852 return getRevision(head.getVersion());
871 public Object[] getRevision(String vernum) method in class:Archive
877 return getRevision(vernum, false);
894 public Object[] getRevision(Strin method in class:Archive
913 public Object[] getRevision(Version vernum) method in class:Archive
934 public Object[] getRevision(Version vernum, boolean annotate) method in class:Archive
[all...]
/opengrok/test/org/opensolaris/opengrok/history/
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 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 DHistoryGuruTest.java108 public void getRevision() throws HistoryException, IOException { method in class:HistoryGuruTest
114 String revision = entry.getRevision();
115 try (InputStream in = instance.getRevision(
H A DHistoryEntryTest.java122 * Test of getRevision method, of class HistoryEntry.
125 public void getRevision() { method in class:HistoryEntryTest
126 assertEquals(historyRevision, instance.getRevision());
187 assertEquals(revision, instance.getRevision());

Completed in 19 milliseconds