Module com.github.zafarkhaja.semver
Package com.github.zafarkhaja.semver
package com.github.zafarkhaja.semver
This is the root package of the Java SemVer library.
The package exports most of the public API. The main entry point of the
package is the Version
class, which implements the Facade design
pattern.
- Since:
- 0.1.0
- Author:
- Zafar Khaja <zafarkhaja@gmail.com>
-
ClassDescriptionThrown to indicate an error during the parsing.Parser<T>A parser interface.Thrown when attempting to consume a character of unexpected types.A representation of version as defined by the SemVer Specification.A mutable builder for the immutable
Version
class