Uses of Class
com.norconex.commons.lang.version.SemanticVersion
Packages that use SemanticVersion
Package
Description
Miscellaneous classes.
-
Uses of SemanticVersion in com.norconex.commons.lang
Methods in com.norconex.commons.lang that return SemanticVersionModifier and TypeMethodDescriptionPackageManifest.getSemanticVersion()Converts the version string to aSemanticVersionusing a strict parser. -
Uses of SemanticVersion in com.norconex.commons.lang.version
Fields in com.norconex.commons.lang.version declared as SemanticVersionModifier and TypeFieldDescriptionstatic final SemanticVersionSemanticVersion.UNVERSIONEDA special instance that represents a non-versioned entity.Methods in com.norconex.commons.lang.version that return SemanticVersionModifier and TypeMethodDescriptionSemanticVersion.SemanticVersionBuilder.build()static SemanticVersionSemanticVersion.of(int major) Create a new semantic version with the minor and patch numbers set to zero (0).static SemanticVersionSemanticVersion.of(int major, int minor) Create a new semantic version with the patch number set to zero (0).static SemanticVersionSemanticVersion.of(int major, int minor, int patch) Create a new semantic version.static SemanticVersionCreate a new semantic version.static SemanticVersionCreate a new semantic version.Parses a semantic version string.Methods in com.norconex.commons.lang.version with parameters of type SemanticVersionModifier and TypeMethodDescriptionintSemanticVersion.compareTo(SemanticVersion o) booleanSemanticVersion.isEquivalentTo(SemanticVersion other) Gets whether this version is semantically equivalent to the other one.booleanSemanticVersion.isGreaterOrEquivalentTo(SemanticVersion other) Gets whether this version is semantically greater or equivalent to the other one.booleanSemanticVersion.isGreaterThan(SemanticVersion other) Gets whether this version is semantically greater than the other one.booleanSemanticVersion.isLowerOrEquivalentTo(SemanticVersion other) Gets whether this version is semantically lower or equivalent to the other one.booleanSemanticVersion.isLowerThan(SemanticVersion other) Gets whether this version is semantically lower than the other one.