@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, putRemoteFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile
public org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInfo(String id)
WagonManager
public 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
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
org.apache.maven.wagon.TransferFailedException
org.apache.maven.wagon.ResourceDoesNotExistException
@Deprecated public ArtifactRepository getMirrorRepository(ArtifactRepository repository)
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.