| 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
The
Version class is the main class of the Java SemVer library. |
| 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
The
Version class is the main class of the Java SemVer library. |
Copyright © 2015. All rights reserved.