Index
All Classes and Interfaces|All Packages|Serialized Form
C
- com.helixframework.semver - package com.helixframework.semver
- compareTo(Version) - Method in class com.helixframework.semver.Version
- compareTo(String) - Method in class com.helixframework.semver.Version
E
- equals(Object) - Method in class com.helixframework.semver.Version
G
- getBuild() - Method in class com.helixframework.semver.Version
-
Returns the build number.
- getMajor() - Method in class com.helixframework.semver.Version
-
Returns the major version.
- getMinor() - Method in class com.helixframework.semver.Version
-
Returns the minor version.
- getPatch() - Method in class com.helixframework.semver.Version
-
Returns the patch version.
H
- hashCode() - Method in class com.helixframework.semver.Version
I
- isGreaterThan(Version) - Method in class com.helixframework.semver.Version
-
Checks if this version is greater than the supplied version.
- isGreaterThanOrEqualTo(Version) - Method in class com.helixframework.semver.Version
-
Checks if this version is greater than or equal to the supplied version.
- isLessThan(Version) - Method in class com.helixframework.semver.Version
-
Checks if this version is less than the supplied version.
- isLessThanOrEqualTo(Version) - Method in class com.helixframework.semver.Version
-
Checks if this version is less than or equal to the supplied version.
- isSameMajorVersion(Version) - Method in class com.helixframework.semver.Version
-
Checks if this version has the same major version as the supplied version.
- isSameMinorVersion(Version) - Method in class com.helixframework.semver.Version
-
Checks if this version has the same major and minor version as the supplied version.
- isSamePatchVersion(Version) - Method in class com.helixframework.semver.Version
-
Checks if this version has the same major, minor, and patch version as the supplied version.
N
- nextBuild() - Method in class com.helixframework.semver.Version
-
Gets the next build number version.
- nextMajor() - Method in class com.helixframework.semver.Version
-
Gets the next major version.
- nextMinor() - Method in class com.helixframework.semver.Version
-
Gets the next minor version.
- nextPatch() - Method in class com.helixframework.semver.Version
-
Gets the next patch version.
P
- parse(String) - Static method in class com.helixframework.semver.Version
-
Parses the given string representation of a version into a
Versionobject.
T
- toString() - Method in class com.helixframework.semver.Version
V
- Version - Class in com.helixframework.semver
-
Utility for parsing and comparing semantic versions.
- Version(int) - Constructor for class com.helixframework.semver.Version
-
Creates a new instance of
Version. - Version(int...) - Constructor for class com.helixframework.semver.Version
-
Creates a new instance of
Version. - Version(int, int) - Constructor for class com.helixframework.semver.Version
-
Creates a new instance of
Version. - Version(int, int, int) - Constructor for class com.helixframework.semver.Version
-
Creates a new instance of
Version. - Version(int, int, int, int) - Constructor for class com.helixframework.semver.Version
-
Creates a new instance of
Version.
All Classes and Interfaces|All Packages|Serialized Form