@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)  | 
org.apache.maven.wagon.authentication.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.  
 | 
org.apache.maven.wagon.proxy.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 org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInfo(String id)
WagonManagerpublic org.apache.maven.wagon.proxy.ProxyInfo getProxy(String protocol)
public void getArtifact(Artifact artifact, ArtifactRepository repository) throws org.apache.maven.wagon.TransferFailedException, org.apache.maven.wagon.ResourceDoesNotExistException
public void getArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) throws org.apache.maven.wagon.TransferFailedException, org.apache.maven.wagon.ResourceDoesNotExistException
@Deprecated public ArtifactRepository getMirrorRepository(ArtifactRepository repository)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.