| Package | Description |
|---|---|
| net.ossindex.version | |
| net.ossindex.version.impl |
| Modifier and Type | Method and Description |
|---|---|
IVersion |
IVersionRange.getMaximum()
Return the maximum version that satisfies this range
|
IVersion |
IVersionRange.getMinimum()
Return the minimum version that satisfies this range
|
static IVersion |
VersionFactory.getVersion(String vstring)
Get a version implementation.
|
static IVersion |
VersionFactory.getVersion(String hint,
String version)
Get a version implementation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IVersionRange.contains(IVersion version) |
| Modifier and Type | Class and Description |
|---|---|
class |
AetherVersion
Wrapper around the aether version.
|
class |
NamedVersion
Simple version that is based on name comparisons.
|
class |
SemanticVersion
Useful docs here: https://github.com/zafarkhaja/jsemver
Wrapper around jsemver semantic version parsing code.
|
class |
VersionImpl
A simple version implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IVersion |
VersionSet.getMaximum() |
IVersion |
VersionRange.getMaximum() |
IVersion |
OrRange.getMaximum() |
IVersion |
BoundedVersionRange.getMaximum() |
IVersion |
AndRange.getMaximum() |
IVersion |
VersionSet.getMinimum() |
IVersion |
VersionRange.getMinimum() |
IVersion |
OrRange.getMinimum() |
IVersion |
BoundedVersionRange.getMinimum() |
IVersion |
AndRange.getMinimum() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IVersion> |
VersionSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionSet.add(IVersion version)
Add another version to the set
|
int |
VersionImpl.compareTo(IVersion v) |
int |
SemanticVersion.compareTo(IVersion other) |
int |
NamedVersion.compareTo(IVersion o) |
int |
AetherVersion.compareTo(IVersion o) |
boolean |
VersionSet.contains(IVersion version) |
boolean |
VersionRange.contains(IVersion version) |
boolean |
OrRange.contains(IVersion version) |
boolean |
BoundedVersionRange.contains(IVersion version) |
boolean |
AndRange.contains(IVersion version) |
| Constructor and Description |
|---|
VersionSet(IVersion version) |
Copyright © 2016. All rights reserved.