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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
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 $
74 public class Version class in inherits:ToString,Cloneable,Comparable
82 * Creates a new Version with a single digit version number
85 public Version(int major) method in class:Version
91 * Creates a new Version with a major.minor version number.
95 public Version(int major, int minor) method in class:Version
101 * Converts an array of Integer to a Version.
104 public Version(Integer[] num) method in class:Version
114 * Converts an array of int to a Version
117 public Version(int[] num) method in class:Version
130 public Version(String v) method in class:Version
165 public Version(Version v) method in class:Version
177 public Version() method in class:Version
[all...]

Completed in 14 milliseconds