| Class | Description |
|---|---|
| AbstractCommonRange | |
| AetherVersion |
Wrapper around the aether version.
|
| AndRange |
Two ranges anded together
|
| BoundedVersionRange |
A bounded version range is capped at both ends, for example 1.2.5 - 1.2.8
|
| ExtendedSemanticVersion |
Support four digit builds, which seem to be reasonably popular in nuget
|
| NamedVersion |
Simple version that is based on name comparisons.
|
| OrRange |
Multiple ranges ORed together.
|
| SemanticVersion |
Useful docs here: https://github.com/zafarkhaja/jsemver
Wrapper around jsemver semantic version parsing code.
|
| VersionErrorListener | |
| VersionImpl |
A simple version implementation.
|
| VersionListener |
Listener for the version parser.
|
| VersionRange |
A bounded version range is capped at both ends, for example 1.2.5 - 1.2.8
|
| VersionSet |
An version set is a range where all the contained values are
explicit ranges.
|
Copyright © 2018. All rights reserved.