| Package | Description |
|---|---|
| org.hotswap.agent.versions | |
| org.hotswap.agent.versions.matcher |
| Modifier and Type | Method and Description |
|---|---|
static VersionRange |
VersionRange.any()
Any.
|
VersionRange |
VersionRange.cloneOf()
Clone of.
|
static VersionRange |
VersionRange.createFromVersion(String version)
Creates the from version.
|
static VersionRange |
VersionRange.createFromVersionSpec(String spec)
Create a version range from a string representation
Some spec examples are
1.0 Version 1.0
[1.0,2.0) Versions 1.0 (included) to 2.0 (not included)
[1.0,2.0] Versions 1.0 to 2.0 (both included)
[1.5,) Versions 1.5 and higher
(,1.0],[1.2,) Versions up to 1.0 (included) and 1.2 or
higher
|
VersionRange |
VersionRange.restrict(VersionRange restriction)
Creates and returns a new
VersionRange that is a restriction
of this version range and the specified version range. |
| Modifier and Type | Method and Description |
|---|---|
VersionRange |
VersionRange.restrict(VersionRange restriction)
Creates and returns a new
VersionRange that is a restriction
of this version range and the specified version range. |
| Modifier and Type | Method and Description |
|---|---|
VersionRange |
MavenMatcher.getExcludes()
Gets the excluded versions range
|
VersionRange |
ManifestMatcher.getExcludes()
Gets the excluded versions range
|
VersionRange |
MavenMatcher.getIncludes()
Gets the included versions range.
|
VersionRange |
ManifestMatcher.getIncludes()
Gets the included versions range
|
Copyright © 2018. All rights reserved.