Package aQute.bnd.version
Class Version
java.lang.Object
aQute.bnd.version.Version
- All Implemented Interfaces:
Comparable<Version>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VERSION_STRING
- See Also:
-
VERSION
-
LOWEST
-
HIGHEST
-
emptyVersion
-
ONE
-
SNAPSHOT_P
-
-
Constructor Details
-
Version
public Version() -
Version
-
Version
public Version(int major, int minor, int micro) -
Version
public Version(int major, int minor) -
Version
public Version(int major) -
Version
-
-
Method Details
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getMicro
public int getMicro() -
getQualifier
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Version>
-
toString
-
toStringWithoutQualifier
-
equals
-
hashCode
public int hashCode() -
get
public int get(int i) -
parseVersion
-
valueOf
-
getWithoutQualifier
-
isVersion
-
isSnapshot
public boolean isSnapshot() -
bumpMajor
-
bumpMinor
-