Searched refs:Version (Results 1 - 19 of 19) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DBranchNotFoundException.java4 * The Apache Software License, Version 1.1
68 public BranchNotFoundException(Version v)
H A DVersion.java4 * The Apache Software License, Version 1.1
72 * @version $Id: Version.java,v 1.4 2003/10/13 07:59:46 rdonkin Exp $
75 public class Version class in inherits:ToString,Cloneable,Comparable
83 * Creates a new Version with a single digit version number
86 public Version(int major) method in class:Version
92 * Creates a new Version with a major.minor version number.
96 public Version(int major, int minor) method in class:Version
102 * Converts an array of Integer to a Version.
105 public Version(Integer[] num) method in class:Version
115 * Converts an array of int to a Version
118 public Version(int[] num) method in class:Version
131 public Version(String v) method in class:Version
166 public Version(Version v) method in class:Version
178 public Version() method in class:Version
[all...]
H A DInvalidBranchVersionNumberException.java4 * The Apache Software License, Version 1.1
87 public InvalidBranchVersionNumberException(Version v)
H A DInvalidTrunkVersionNumberException.java4 * The Apache Software License, Version 1.1
62 * Version numbers for trunk nodes must be of the form x.y .
85 public InvalidTrunkVersionNumberException(Version v)
H A DNodeNotFoundException.java4 * The Apache Software License, Version 1.1
73 public NodeNotFoundException(Version v)
H A DRCSException.java4 * The Apache Software License, Version 1.1
73 public RCSException(Version v)
H A DBranchNode.java4 * The Apache Software License, Version 1.1
88 BranchNode(Version vernum, BranchNode next)
141 public Node nextInPathTo(Version vernum, boolean soft)
144 Version branchPoint = vernum.getBase(this.version.size());
145 Version thisBase = this.version.getBase(branchPoint.size());
H A DHeadAlreadySetException.java4 * The Apache Software License, Version 1.1
86 public HeadAlreadySetException(Version v)
H A DInvalidVersionNumberException.java4 * The Apache Software License, Version 1.1
85 public InvalidVersionNumberException(Version v)
H A DArchive.java4 * The Apache Software License, Version 1.1
101 * associated to it. <i>Version numbers</i> are dot-separated lists of numbers.
102 * Version numbers with an odd number of dots indicate revisions, while those
160 protected Version branch;
194 this(text, desc, new Version(1, 1));
207 this(text, desc, new Version(vernum));
218 public Archive(String text, String desc, Version vernum)
317 protected void setHead(Version vernum) throws InvalidVersionNumberException
336 setBranch(new Version(v));
345 public void setBranch(Version vernu
[all...]
H A DTrunkNode.java4 * The Apache Software License, Version 1.1
96 TrunkNode(Version vernum, TrunkNode next)
134 public Node nextInPathTo(Version vernum, boolean soft)
137 Version branchPoint = vernum.getBase(2);
147 Version thisBase = this.version.getBase(branchPoint.size());
H A DNode.java4 * The Apache Software License, Version 1.1
104 protected final Version version;
165 protected Node(Version vernum, Node rcsnext)
182 static Node newNode(Version vernum, Node rcsnext)
197 static Node newNode(Version vernum)
415 public Version nextVersion()
426 public Version newBranchVersion()
428 Version result = new Version(this.version);
462 public Path pathTo(Version vernu
[all...]
H A DArchiveParser.java168 Version v;
181 Version v;
212 Version v;
233 Version v;
326 Version v;
363 Version v;
412 Version v;
454 final public Version version() throws ParseException {
455 Version v;
458 v = new Version(
[all...]
H A DArchiveParser.jj4 * The Apache Software License, Version 1.1
261 Version v;
282 Version v;
306 Version v;
355 Version version() : { Token v; } { v = <NUM> { return new Version(v.image); } }
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJRCS.java4 * The Apache Software License, Version 1.1
148 Version newVer = archive.addRevision(rev, ver);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRCSRepository.java38 import org.apache.commons.jrcs.rcs.Version;
104 Version version = revision == null
H A DRCSHistoryParser.java40 import org.apache.commons.jrcs.rcs.Version;
89 Version ver = archive.getRevisionVersion();
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java48 import org.apache.lucene.util.Version;
82 public static final Version LUCENE_VERSION=Version.LUCENE_36;
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 39 milliseconds