| Package | Description |
|---|---|
| com.github.gundy.semver4j.model | |
| com.github.gundy.semver4j.visitor |
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.Builder.build() |
static Version |
Version.fromString(String version) |
Version |
Version.Builder.fromString(String version) |
Version |
Version.incrementMajor() |
Version |
Version.incrementMinor() |
Version |
Version.incrementPatch() |
static Version |
Version.maxVersionSatisfying(Collection<Version> versions,
String range) |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Version> |
Version.forwardComparator() |
static Comparator<Version> |
Version.reverseComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version o) |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.maxVersionSatisfying(Collection<Version> versions,
String range) |
| Constructor and Description |
|---|
SemVerRangeExpressionVisitor(Version fullySpecifiedComparisonVersion) |
Copyright © 2016. All rights reserved.