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
-
Interface Summary Interface Description Parser<T> A parser interface. -
Class Summary Class Description Version TheVersionclass is the main class of the Java SemVer library.Version.Builder A mutable builder for the immutableVersionclass. -
Exception Summary Exception Description ParseException Thrown to indicate an error during the parsing.UnexpectedCharacterException Thrown when attempting to consume a character of unexpected types.