Java org.apache.commons.jrcs.rcs Version fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jrcs.rcs Version fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jrcs.rcs Version.

The text is from its open source code.

Constructor

Version(int major)
Creates a new Version with a single digit version number
Version(Integer[] num)
Converts an array of Integer to a Version.
Version(int[] num)
Converts an array of int to a Version.
Version(String v)
Converts string to a version.
Version(Version v)
Create a new Version by copying another.