| Package | Description |
|---|---|
| org.hotswap.agent.versions |
| Modifier and Type | Method and Description |
|---|---|
ArtifactVersion |
Restriction.getLowerBound()
Gets the lower bound.
|
ArtifactVersion |
VersionRange.getRecommendedVersion()
Gets the recommended version.
|
ArtifactVersion |
VersionRange.getSelectedVersion()
Gets the selected version.
|
ArtifactVersion |
Restriction.getUpperBound()
Gets the upper bound.
|
ArtifactVersion |
MavenInfo.getVersion()
Gets the version.
|
ArtifactVersion |
VersionRange.matchVersion(List<ArtifactVersion> versions)
Match version.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ArtifactVersion.compareTo(ArtifactVersion otherVersion) |
boolean |
VersionRange.containsVersion(ArtifactVersion version)
Contains version.
|
boolean |
Restriction.containsVersion(ArtifactVersion version)
Contains version.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactVersion |
VersionRange.matchVersion(List<ArtifactVersion> versions)
Match version.
|
| Constructor and Description |
|---|
Restriction(ArtifactVersion lowerBound,
boolean lowerBoundInclusive,
ArtifactVersion upperBound,
boolean upperBoundInclusive)
Instantiates a new restriction.
|
Copyright © 2018. All rights reserved.