Uses of Package
com.github.zafarkhaja.semver
-
Packages that use com.github.zafarkhaja.semver Package Description com.github.zafarkhaja.semver This is the root package of the Java SemVer library.com.github.zafarkhaja.semver.expr This package contains classes that implement the SemVer Expressions. -
Classes in com.github.zafarkhaja.semver used by com.github.zafarkhaja.semver Class Description MetadataVersion TheMetadataVersion
class is used to represent the pre-release version and the build metadata.NormalVersion TheNormalVersion
class represents the version core.ParseException Thrown to indicate an error during the parsing.Parser A parser interface.UnexpectedCharacterException Thrown when attempting to consume a character of unexpected types.Version TheVersion
class is the main class of the Java SemVer library.Version.Builder A mutable builder for the immutableVersion
class.VersionParser.CharType Valid character types. -
Classes in com.github.zafarkhaja.semver used by com.github.zafarkhaja.semver.expr Class Description ParseException Thrown to indicate an error during the parsing.Parser A parser interface.Version TheVersion
class is the main class of the Java SemVer library.