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.The
Version
class is the main class of the Java SemVer library.A mutable builder for the immutableVersion
class.