- getBuildMetadata() - Method in class com.github.zafarkhaja.semver.Version
-
Returns the string representation of the build metadata.
- getExpectedElementTypes() - Method in exception com.github.zafarkhaja.semver.util.UnexpectedElementException
-
Gets the expected element types.
- getMajorVersion() - Method in class com.github.zafarkhaja.semver.Version
-
Returns the major version number.
- getMinorVersion() - Method in class com.github.zafarkhaja.semver.Version
-
Returns the minor version number.
- getNormalVersion() - Method in class com.github.zafarkhaja.semver.Version
-
Returns the string representation of the normal version.
- getPatchVersion() - Method in class com.github.zafarkhaja.semver.Version
-
Returns the patch version number.
- getPosition() - Method in exception com.github.zafarkhaja.semver.util.UnexpectedElementException
-
Gets the position of the unexpected element.
- getPreReleaseVersion() - Method in class com.github.zafarkhaja.semver.Version
-
Returns the string representation of the pre-release version.
- getUnexpectedElement() - Method in exception com.github.zafarkhaja.semver.util.UnexpectedElementException
-
Gets the unexpected element.
- greaterThan(Version) - Method in class com.github.zafarkhaja.semver.Version
-
Checks if this version is greater than the other version.
- greaterThanOrEqualTo(Version) - Method in class com.github.zafarkhaja.semver.Version
-
Checks if this version is greater than or equal to the other version.
- gt(Version) - Static method in class com.github.zafarkhaja.semver.expr.CompositeExpression.Helper
-
Creates a CompositeExpression
with
an underlying Greater
expression.
- gt(String) - Static method in class com.github.zafarkhaja.semver.expr.CompositeExpression.Helper
-
Creates a CompositeExpression
with
an underlying Greater
expression.
- gte(Version) - Static method in class com.github.zafarkhaja.semver.expr.CompositeExpression.Helper
-
Creates a CompositeExpression
with an
underlying GreaterOrEqual
expression.
- gte(String) - Static method in class com.github.zafarkhaja.semver.expr.CompositeExpression.Helper
-
Creates a CompositeExpression
with an
underlying GreaterOrEqual
expression.