Package | Description |
---|---|
org.apache.maven.artifact | |
org.apache.maven.artifact.versioning | |
org.apache.maven.project.artifact |
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 versions) |
Modifier and Type | Method and Description |
---|---|
boolean |
VersionRange.containsVersion(ArtifactVersion version) |
boolean |
Restriction.containsVersion(ArtifactVersion version) |
Constructor and Description |
---|
Restriction(ArtifactVersion lowerBound,
boolean lowerBoundInclusive,
ArtifactVersion upperBound,
boolean upperBoundInclusive) |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
ActiveProjectArtifact.getSelectedVersion() |
Modifier and Type | Method and Description |
---|---|
List<ArtifactVersion> |
ActiveProjectArtifact.getAvailableVersions() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveProjectArtifact.setAvailableVersions(List<ArtifactVersion> versions) |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.