public class VersionNumber extends Object
Modifier and Type | Field and Description |
---|---|
int[] |
components |
Constructor and Description |
---|
VersionNumber(int component) |
VersionNumber(int[] components) |
VersionNumber(String vn) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VersionNumber other)
Compares this version number with the given one.
|
VersionNumber |
copyForVersionRangeEnd() |
VersionNumber |
createCopy() |
String |
toString() |
public VersionNumber(String vn)
public VersionNumber(int[] components)
public VersionNumber(int component)
public int compareTo(VersionNumber other)
other
- the version number to compare this number withpublic VersionNumber copyForVersionRangeEnd()
public VersionNumber createCopy()
Copyright © 2018. All rights reserved.