Modifier and Type | Field and Description |
---|---|
private java.util.List<ArtifactVersion> |
DefaultArtifact.availableVersions |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
Artifact.getSelectedVersion() |
ArtifactVersion |
DefaultArtifact.getSelectedVersion() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ArtifactVersion> |
Artifact.getAvailableVersions() |
java.util.List<ArtifactVersion> |
DefaultArtifact.getAvailableVersions() |
Modifier and Type | Method and Description |
---|---|
void |
Artifact.setAvailableVersions(java.util.List<ArtifactVersion> versions) |
void |
DefaultArtifact.setAvailableVersions(java.util.List<ArtifactVersion> availableVersions) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
java.util.List<ArtifactRepository> remoteRepositories)
Deprecated.
|
java.util.List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request)
Deprecated.
|
java.util.List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
ArtifactRepository localRepository,
ArtifactRepository remoteRepository)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
ArtifactRepositoryMetadata.isSnapshot(ArtifactVersion version) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultArtifactVersion
Default implementation of artifact versioning.
|
Modifier and Type | Field and Description |
---|---|
private ArtifactVersion |
Restriction.lowerBound |
private ArtifactVersion |
VersionRange.recommendedVersion |
private ArtifactVersion |
Restriction.upperBound |
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
Restriction.getLowerBound() |
ArtifactVersion |
VersionRange.getRecommendedVersion() |
ArtifactVersion |
VersionRange.getSelectedVersion(Artifact artifact) |
ArtifactVersion |
Restriction.getUpperBound() |
ArtifactVersion |
VersionRange.matchVersion(java.util.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(java.util.List<ArtifactVersion> versions) |
Constructor and Description |
---|
Restriction(ArtifactVersion lowerBound,
boolean lowerBoundInclusive,
ArtifactVersion upperBound,
boolean upperBoundInclusive) |
VersionRange(ArtifactVersion recommendedVersion,
java.util.List<Restriction> restrictions) |
Modifier and Type | Field and Description |
---|---|
private ArtifactVersion |
DefaultRuntimeInformation.applicationVersion
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
DefaultRuntimeInformation.getApplicationVersion()
Deprecated.
|
ArtifactVersion |
RuntimeInformation.getApplicationVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ArtifactVersion |
ActiveProjectArtifact.getSelectedVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ArtifactVersion> |
ActiveProjectArtifact.getAvailableVersions()
Deprecated.
|
java.util.List<ArtifactVersion> |
AttachedArtifact.getAvailableVersions()
Deprecated.
|
java.util.List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
java.util.List<ArtifactRepository> remoteRepositories) |
java.util.List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request) |
java.util.List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
ArtifactRepository localRepository,
ArtifactRepository deploymentRepository) |
private java.util.List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersionsFromMetadata(Metadata repoMetadata,
java.util.List<java.lang.String> availableVersions) |
Modifier and Type | Method and Description |
---|---|
void |
ActiveProjectArtifact.setAvailableVersions(java.util.List<ArtifactVersion> versions)
Deprecated.
|
void |
AttachedArtifact.setAvailableVersions(java.util.List<ArtifactVersion> availableVersions)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact,
ArtifactRepository localRepository,
java.util.List<ArtifactRepository> remoteRepositories)
Get a list of available versions for an artifact in the remote repository
|
java.util.List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersionsFromDeploymentRepository(Artifact artifact,
ArtifactRepository localRepository,
ArtifactRepository remoteRepository)
Get a list of available versions for an artifact in the remote deployment repository.
|