| Package | Description |
|---|---|
| net.ossindex.version.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedSemanticVersion
Support four digit builds, which seem to be reasonably popular in nuget
|
| Modifier and Type | Method and Description |
|---|---|
SemanticVersion |
SemanticVersion.getNextParentVersion()
Strip the lowest number and increment the next one up.
|
SemanticVersion |
ExtendedSemanticVersion.getNextParentVersion() |
SemanticVersion |
SemanticVersion.getNextVersion()
Get the next logical version in line.
|
SemanticVersion |
ExtendedSemanticVersion.getNextVersion() |
SemanticVersion |
SemanticVersion.getPrevVersion()
Get the prev logical version in line.
|
| Constructor and Description |
|---|
BoundedVersionRange(SemanticVersion version)
A "range" of a single version
|
VersionRange(String operator,
SemanticVersion version) |
Copyright © 2018. All rights reserved.