Package | Description |
---|---|
org.apache.maven.artifact | |
org.apache.maven.artifact.versioning |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
DefaultArtifact.getSelectedVersion() |
ArtifactVersion |
Artifact.getSelectedVersion() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactVersion> |
DefaultArtifact.getAvailableVersions() |
List<ArtifactVersion> |
Artifact.getAvailableVersions() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultArtifact.setAvailableVersions(List<ArtifactVersion> availableVersions) |
void |
Artifact.setAvailableVersions(List<ArtifactVersion> versions) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactVersion
Default implementation of artifact versioning.
|
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
Restriction.getLowerBound() |
ArtifactVersion |
VersionRange.getRecommendedVersion() |
ArtifactVersion |
VersionRange.getSelectedVersion(Artifact artifact) |
ArtifactVersion |
Restriction.getUpperBound() |
ArtifactVersion |
VersionRange.matchVersion(List<ArtifactVersion> versions) |
Modifier and Type | Method and Description |
---|---|
int |
DefaultArtifactVersion.compareTo(ArtifactVersion otherVersion) |
boolean |
VersionRange.containsVersion(ArtifactVersion version) |
boolean |
Restriction.containsVersion(ArtifactVersion version) |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
VersionRange.matchVersion(List<ArtifactVersion> versions) |
Constructor and Description |
---|
Restriction(ArtifactVersion lowerBound,
boolean lowerBoundInclusive,
ArtifactVersion upperBound,
boolean upperBoundInclusive) |
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.