@Deprecated public interface WagonManager extends WagonManager
| Modifier and Type | Method and Description | 
|---|---|
| void | getArtifact(Artifact artifact,
                      ArtifactRepository repository)Deprecated.  | 
| void | getArtifact(Artifact artifact,
                      List<ArtifactRepository> remoteRepositories)Deprecated.  | 
| AuthenticationInfo | getAuthenticationInfo(String id)Deprecated.  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)Deprecated.  | 
getArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFileAuthenticationInfo getAuthenticationInfo(String id)
void getArtifact(Artifact artifact, ArtifactRepository repository) throws TransferFailedException, ResourceDoesNotExistException
void getArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) throws TransferFailedException, ResourceDoesNotExistException
ArtifactRepository getMirrorRepository(ArtifactRepository repository)
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.