@Component(role=WagonManager.class) public class DefaultWagonManager extends DefaultWagonManager implements WagonManager
Constructor and Description |
---|
DefaultWagonManager() |
Modifier and Type | Method and Description |
---|---|
void |
getArtifact(Artifact artifact,
ArtifactRepository repository) |
void |
getArtifact(Artifact artifact,
List<ArtifactRepository> remoteRepositories) |
AuthenticationInfo |
getAuthenticationInfo(String id)
this method is only here for backward compat (project-info-reports:dependencies)
the default implementation will return an empty AuthenticationInfo
|
ArtifactRepository |
getMirrorRepository(ArtifactRepository repository)
Deprecated.
|
ProxyInfo |
getProxy(String protocol) |
getArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile
public AuthenticationInfo getAuthenticationInfo(String id)
WagonManager
public void getArtifact(Artifact artifact, ArtifactRepository repository) throws TransferFailedException, ResourceDoesNotExistException
public void getArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) throws TransferFailedException, ResourceDoesNotExistException
@Deprecated public ArtifactRepository getMirrorRepository(ArtifactRepository repository)
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.