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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRCSget.java45 * Pass null in version to get current revision
47 public RCSget(String file, String version) throws IOException, FileNotFoundException { argument
52 if (version == null) {
55 lines = archive.getRevision(version, false);
72 "Revision " + version + " not found", e);
/opengrok/src/org/opensolaris/opengrok/logger/formatter/
H A DLogFormatter.java45 * %12: version (see constructor parameter)
52 private String version; field in class:LogFormatter
58 public LogFormatter(String format, String version) { argument
60 this.version = version;
99 version
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java11 * Parses an RCS/CVS style version control archive into an Archive.
15 * @version $Revision: 1.4 $ $Date: 2003/05/06 14:50:52 $
23 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.");
174 v = version();
188 v = version();
231 v = version();
252 v = version();
341 v = version();
462 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 $
185 * Creates a new archive with the specified initial version numbe
1230 getLog(Version version) argument
[all...]
H A DNode.java84 * Ancestor to all nodes in a version control Archive.
94 * @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
136 this(other.version, null);
145 * Creates a node with the given version number.
146 * @param vernum The version number for the node.
155 this.version = (Version) vernum.clone();
161 * Creates a new node of the adequate type for the given version number.
162 * @param vernum The version numbe
[all...]
/opengrok/.mvn/wrapper/
H A Dmaven-wrapper.jarorg/apache/maven/wrapper/BootstrapMainStarter.class BootstrapMainStarter.java package org.apache.maven.wrapper public ...
/opengrok/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 21 milliseconds