Package | Description |
---|---|
org.apache.maven.artifact.metadata | |
org.apache.maven.repository.legacy.metadata |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactMetadataRetrievalException
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResolutionGroup |
ArtifactMetadataSource.retrieve(Artifact artifact,
ArtifactRepository localRepository,
List<ArtifactRepository> remoteRepositories) |
ResolutionGroup |
ArtifactMetadataSource.retrieve(MetadataResolutionRequest request) |
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–2015 The Apache Software Foundation. All rights reserved.