@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, putRemoteFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFilepublic AuthenticationInfo getAuthenticationInfo(String id)
WagonManagerpublic 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–2017 The Apache Software Foundation. All rights reserved.