public interface IVersion extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static IVersion |
NO_VERSION
A dummy version object used to indicate that the version has been
calculated, and determined to be
null. |
| Modifier and Type | Method and Description |
|---|---|
int |
getBugfixVersion()
Returns the bugfix version number, i.e., the '2' in '1.7.2'.
|
int |
getMajorVersion()
Returns the major version number, i.e., the '1' in '1.7.2'.
|
int |
getMinorVersion()
Returns the minor version number, i.e., the '7' in '1.7.2'.
|
String |
getQualifier()
Returns the version qualifier, i.e., the 'abc' in '1.7.2.abc'.
|
static final IVersion NO_VERSION
null.int getMajorVersion()
int getMinorVersion()
int getBugfixVersion()
String getQualifier()
null, but may be empty.null, potentially emptyCopyright © 2018. All rights reserved.