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 | Method and Description |
---|---|
List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories)
Deprecated.
|
List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request)
Deprecated.
|
List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
ArtifactRepository localRepository,
ArtifactRepository remoteRepository)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
RuntimeInformation.getApplicationVersion()
Deprecated.
|
ArtifactVersion |
DefaultRuntimeInformation.getApplicationVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
ActiveProjectArtifact.getSelectedVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactVersion> |
AttachedArtifact.getAvailableVersions()
Deprecated.
|
List<ArtifactVersion> |
ActiveProjectArtifact.getAvailableVersions()
Deprecated.
|
List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories) |
List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request) |
List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
ArtifactRepository localRepository,
ArtifactRepository deploymentRepository) |
Modifier and Type | Method and Description |
---|---|
void |
AttachedArtifact.setAvailableVersions(List<ArtifactVersion> availableVersions)
Deprecated.
|
void |
ActiveProjectArtifact.setAvailableVersions(List<ArtifactVersion> versions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories)
Get a list of available versions for an artifact in the remote repository
|
List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
ArtifactRepository localRepository,
ArtifactRepository remoteRepository)
Get a list of available versions for an artifact in the remote deployment repository.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.