| Class | Description |
|---|---|
| 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
|
| LogicalRange |
Base class for all logical ranges
|
| NamedVersion |
Simple version that is based on name comparisons.
|
| OrRange |
Two ranges anded together
|
| SemanticVersion |
Useful docs here: https://github.com/zafarkhaja/jsemver
Wrapper around jsemver semantic version parsing code.
|
| 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 © 2016. All rights reserved.