Searched defs:version (Results 1 - 8 of 8) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSget.java45 * Pass null in version to get current revision
47 * @param version
51 public RCSget(String file, String version) throws IOException { argument
56 if (version == null) {
59 lines = archive.getRevision(version, false);
75 throw new IOException("Revision " + version + " not found: "
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefHeader.java39 * @version $Revision$
43 /** the default format version of a crossfile */
49 private int version; field in class:XrefHeader
91 version = VERSION;
107 bb.putInt(version);
129 this.version = bb.getInt();
130 if (VERSION != version) {
131 logger.warning("Found xref file format version " + version
216 * Get the version o
[all...]
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java10 * Parses an RCS/CVS style version control archive into an Archive.
14 * @version $Revision: 1.4 $ $Date: 2003/05/06 14:50:52 $
22 static final String ident = "RCS ArchiveParser Parser $version$:";
72 System.out.println("RCS ArchiveParser Parser version 1.1: RCS ArchiveParser parsed successfully.");
76 System.out.println("RCS ArchiveParser Parser version 1.1: Encountered errors during parse.");
172 v = version();
185 v = version();
225 v = version();
245 v = version();
332 v = version();
454 final public Version version() throws ParseException { method in class:ArchiveParser
[all...]
H A DArchive.java70 * Handling of RCS/CVS style version control archives.
74 * by the RCS and CVS version control systems. JRCS is not intended to replace
99 * subject to version control. The word <i>revision</i> means a particular
100 * version of a text. Each <i>revision</i> has a <i>version number</i>
110 * correctly can be subject to differencing and version control using this
135 * is annotated with the version number of the revision in which it was
141 * System.out.println(text[i].revision.version);
148 * @version $Id: Archive.java,v 1.9 2003/10/13 07:59:46 rdonkin Exp $
198 * Creates a new archive with the specified initial version numbe
1285 getLog(Version version) argument
[all...]
H A DNode.java83 * Ancestor to all nodes in a version control Archive.
93 * @version $Id: Node.java,v 1.5 2003/10/13 07:59:46 rdonkin Exp $
102 * The version number for this node.
104 protected final Version version; field in class:Node
151 this(other.version, null);
160 * Creates a node with the given version number.
161 * @param vernum The version number for the node.
171 this.version = vernum.clone();
177 * Creates a new node of the adequate type for the given version number.
178 * @param vernum The version numbe
[all...]
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 23 milliseconds