| Package | Description |
|---|---|
| net.ossindex.version | |
| net.ossindex.version.impl |
| Modifier and Type | Method and Description |
|---|---|
IVersion |
VersionFactory.getVersion(String buf)
Get a version implementation.
|
IVersion |
VersionFactory.getVersion(String hint,
String version)
Get a version implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlexibleSemanticVersion
SemanticVersion extension that allows for somewhat more broad matching
by "repairing" the version.
|
class |
NamedVersion
Simple version that is based on name comparisons.
|
class |
NpmVersion
NPM specific extensions to semantic versioning
|
class |
SemanticVersion
Useful docs here: https://github.com/zafarkhaja/jsemver
Wrapper around jsemver semantic version parsing code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SemanticVersion.compareTo(IVersion other) |
int |
NamedVersion.compareTo(IVersion o) |
Copyright © 2015. All rights reserved.