Uses of Record Class
xyz.apollosoftware.bibliothiki.versioning.schemes.semver.SemanticVersion
Packages that use SemanticVersion
-
Uses of SemanticVersion in xyz.apollosoftware.bibliothiki.versioning.schemes.semver
Classes in xyz.apollosoftware.bibliothiki.versioning.schemes.semver that implement interfaces with type arguments of type SemanticVersionModifier and TypeClassDescriptionfinal recordA Semantic Versioning (SemVer) version.classA parser for aSemanticVersion.Methods in xyz.apollosoftware.bibliothiki.versioning.schemes.semver that return SemanticVersionModifier and TypeMethodDescription@NonNull SemanticVersionSemanticVersion.Builder.build()Build theSemanticVersionrepresentation from the properties set on the builder.@NonNull SemanticVersionTry to parse the given version string as aSemanticVersion.@NonNull SemanticVersionSemanticVersion.withIncremented(@NonNull SemanticVersion.IncrementType incrementType) Increments the version by performing an increment of the specifiedSemanticVersion.IncrementType.@NonNull SemanticVersionSemanticVersion.withIncrementedPreRelease(@NonNull String name) Increments the specified pre-release version.@NonNull SemanticVersionSemanticVersion.withIncrementedPreRelease(@NonNull String name, int initialValue) Increments the specified pre-release version.Methods in xyz.apollosoftware.bibliothiki.versioning.schemes.semver with parameters of type SemanticVersion