See: Description
| Interface | Description |
|---|---|
| Parser<T> |
A parser interface.
|
| Class | Description |
|---|---|
| Version |
A representation of version as defined by the SemVer Specification.
|
| 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.
|
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.
Copyright © 2024. All rights reserved.