org.apache.maven.artifact.manager
Interface WagonManager

All Superinterfaces:
WagonManager

Deprecated.

@Deprecated
public interface WagonManager
extends WagonManager

Manages Wagon related operations in Maven.

Author:
Michal Maczka

Method Summary
 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.  
 
Methods inherited from interface org.apache.maven.repository.legacy.WagonManager
getArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile
 

Method Detail

getAuthenticationInfo

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


getProxy

ProxyInfo getProxy(String protocol)
Deprecated. 

getArtifact

void getArtifact(Artifact artifact,
                 ArtifactRepository repository)
                 throws TransferFailedException,
                        ResourceDoesNotExistException
Deprecated. 
Throws:
TransferFailedException
ResourceDoesNotExistException

getArtifact

void getArtifact(Artifact artifact,
                 List<ArtifactRepository> remoteRepositories)
                 throws TransferFailedException,
                        ResourceDoesNotExistException
Deprecated. 
Throws:
TransferFailedException
ResourceDoesNotExistException

getMirrorRepository

ArtifactRepository getMirrorRepository(ArtifactRepository repository)
Deprecated. 


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.