See: Description
| Interface | Description |
|---|---|
| Parser<T> |
A parser interface.
|
| Class | Description |
|---|---|
| Version |
The
Version class is the main class of the Java SemVer library. |
| Version.Builder |
A mutable builder for the immutable
Version class. |
| Exception | Description |
|---|---|
| ParseException |
Thrown to indicate an error during the parsing.
|
| UnexpectedCharacterException |
Thrown when attempting to consume a character of unexpected types.
|
Version class, which implements the Facade design
pattern.