Searched defs:getRevision (Results 1 - 12 of 12) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/ |
H A D | Info.java | 73 public static String getRevision() { method in class:Info
|
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | SCCSget.java | 35 public static InputStream getRevision(String command, File file, String revision) throws IOException { method in class:SCCSget
|
H A D | Annotation.java | 70 public String getRevision(int line) { method in class:Annotation
|
H A D | HistoryEntry.java | 138 public String getRevision() { method in class:HistoryEntry
|
H A D | SCCSHistoryParser.java | 90 entry.setRevision(getRevision()); 148 private String getRevision() { method in class:SCCSHistoryParser
|
H A D | HistoryGuru.java | 159 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 D | Line.java | 104 final Node getRevision() method in class:Line
|
H A D | Archive.java | 130 * 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 D | SCCSgetTest.java | 152 * 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 D | AnnotationTest.java | 60 * 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 D | HistoryGuruTest.java | 108 public void getRevision() throws HistoryException, IOException { method in class:HistoryGuruTest 114 String revision = entry.getRevision(); 115 try (InputStream in = instance.getRevision(
|
H A D | HistoryEntryTest.java | 122 * 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 1412 milliseconds