- NATURAL_ORDER - Static variable in class de.skuzzle.semantic.Version
-
Comparator for natural version ordering.
- nextBuildMetaData() - Method in class de.skuzzle.semantic.Version
-
Derives a new Version instance from this one by only incrementing the
build-meta-data identifier.
- nextMajor() - Method in class de.skuzzle.semantic.Version
-
Given this Version, returns the next major Version.
- nextMajor(String) - Method in class de.skuzzle.semantic.Version
-
Given this Version, returns the next major Version.
- nextMajor(String[]) - Method in class de.skuzzle.semantic.Version
-
Given this Version, returns the next major Version.
- nextMinor() - Method in class de.skuzzle.semantic.Version
-
Given this version, returns the next minor version.
- nextMinor(String) - Method in class de.skuzzle.semantic.Version
-
Given this version, returns the next minor version.
- nextMinor(String[]) - Method in class de.skuzzle.semantic.Version
-
Given this version, returns the next minor version.
- nextPatch() - Method in class de.skuzzle.semantic.Version
-
Given this version, returns the next patch version.
- nextPatch(String) - Method in class de.skuzzle.semantic.Version
-
Given this version, returns the next patch version.
- nextPatch(String[]) - Method in class de.skuzzle.semantic.Version
-
Given this version, returns the next patch version.
- nextPreRelease() - Method in class de.skuzzle.semantic.Version
-
Derives a new Version instance from this one by only incrementing the pre-release
identifier.
- WITH_BUILD_META_DATA_ORDER - Static variable in class de.skuzzle.semantic.Version
-
Comparator for ordering versions with additionally considering the build meta data
field when comparing versions.
- withBuildMetaData(String) - Method in class de.skuzzle.semantic.Version
-
Creates a new Version from this one, replacing only the build-meta-data part with
the given String.
- withBuildMetaData(String[]) - Method in class de.skuzzle.semantic.Version
-
Creates a new Version from this one, replacing only the build-meta-data part with
the given array.
- withMajor(int) - Method in class de.skuzzle.semantic.Version
-
Creates a new Version from this one, replacing only the major part with the given
one.
- withMinor(int) - Method in class de.skuzzle.semantic.Version
-
Creates a new Version from this one, replacing only the minor part with the given
one.
- withPatch(int) - Method in class de.skuzzle.semantic.Version
-
Creates a new Version from this one, replacing only the patch part with the given
one.
- withPreRelease(String) - Method in class de.skuzzle.semantic.Version
-
Creates a new Version from this one, replacing only the pre-release part with the
given String.
- withPreRelease(String[]) - Method in class de.skuzzle.semantic.Version
-
Creates a new Version from this one, replacing only the pre-release part with the
given array.