Package | Description |
---|---|
org.apache.maven.artifact.metadata | |
org.apache.maven.project.artifact | |
org.apache.maven.repository.legacy.metadata |
Modifier and Type | Method and Description |
---|---|
ResolutionGroup |
ArtifactMetadataSource.retrieve(MetadataResolutionRequest request)
Deprecated.
|
List<ArtifactVersion> |
ArtifactMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResolutionGroup |
MavenMetadataSource.retrieve(MetadataResolutionRequest request) |
List<ArtifactVersion> |
MavenMetadataSource.retrieveAvailableVersions(MetadataResolutionRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetadataResolutionRequest
Forms a request to retrieve artifact metadata.
|
Modifier and Type | Method and Description |
---|---|
MetadataResolutionRequest |
MetadataResolutionRequest.setArtifact(Artifact artifact)
Sets the artifact for which to resolve metadata.
|
MetadataResolutionRequest |
MetadataResolutionRequest.setLocalRepository(ArtifactRepository localRepository)
Sets the local repository to use for the resolution.
|
MetadataResolutionRequest |
MetadataResolutionRequest.setOffline(boolean offline)
Enables/disables network access to remote repositories.
|
MetadataResolutionRequest |
MetadataResolutionRequest.setRemoteRepositories(List<ArtifactRepository> remoteRepositories)
Sets the remote repositories to use for the resolution.
|
MetadataResolutionRequest |
MetadataResolutionRequest.setResolveManagedVersions(boolean resolveManagedVersions)
Enables/disables resolution of the dependency management information.
|
Modifier and Type | Method and Description |
---|---|
ResolutionGroup |
ArtifactMetadataSource.retrieve(MetadataResolutionRequest request) |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.