Class SemanticVersion.PreReleaseIdentifier

java.lang.Object
xyz.apollosoftware.bibliothiki.versioning.schemes.semver.SemanticVersion.PreReleaseIdentifier
All Implemented Interfaces:
Comparable<SemanticVersion.PreReleaseIdentifier>
Enclosing class:
SemanticVersion

public static class SemanticVersion.PreReleaseIdentifier extends Object implements Comparable<SemanticVersion.PreReleaseIdentifier>
A pre-release build identifier.

Identifiers are parsed as numeric identifiers first and, if not numeric, validated as non-numeric identifiers using the regular expression provided by the Semantic Versioning (SemVer) specification.

See Also: