| Package | Description |
|---|---|
| com.github.zafarkhaja.semver |
This is the root package of the Java SemVer library.
|
| com.github.zafarkhaja.semver.expr |
This package contains classes that implement the SemVer Expressions.
|
| Class and Description |
|---|
| ParseException
Thrown to indicate an error during the parsing.
|
| UnexpectedCharacterException
Thrown when attempting to consume a character of unexpected types.
|
| Version
A representation of version as defined by the SemVer Specification.
|
| Version.Builder
A mutable builder for the immutable
Version class |
| Class and Description |
|---|
| ParseException
Thrown to indicate an error during the parsing.
|
| Parser
A parser interface.
|
| Version
A representation of version as defined by the SemVer Specification.
|
Copyright © 2024. All rights reserved.