Class DefaultWagonManager
java.lang.Object
org.apache.maven.repository.legacy.DefaultWagonManager
org.apache.maven.artifact.manager.DefaultWagonManager
- All Implemented Interfaces:
- WagonManager,- WagonManager
@Component(role=WagonManager.class)
public class DefaultWagonManager
extends DefaultWagonManager
implements WagonManager
Manages Wagon related operations in Maven.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) voidgetArtifact(Artifact artifact, ArtifactRepository repository) org.apache.maven.wagon.authentication.AuthenticationInfothis method is only here for backward compat (project-info-reports:dependencies) the default implementation will return an empty AuthenticationInfogetMirrorRepository(ArtifactRepository repository) Deprecated.org.apache.maven.wagon.proxy.ProxyInfoMethods inherited from class org.apache.maven.repository.legacy.DefaultWagonManagergetArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFileMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.repository.legacy.WagonManagergetArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile
- 
Constructor Details- 
DefaultWagonManagerpublic DefaultWagonManager()
 
- 
- 
Method Details- 
getAuthenticationInfoDescription copied from interface:WagonManagerthis method is only here for backward compat (project-info-reports:dependencies) the default implementation will return an empty AuthenticationInfo- Specified by:
- getAuthenticationInfoin interface- WagonManager
 
- 
getProxy- Specified by:
- getProxyin interface- WagonManager
 
- 
getArtifactpublic void getArtifact(Artifact artifact, ArtifactRepository repository) throws org.apache.maven.wagon.TransferFailedException, org.apache.maven.wagon.ResourceDoesNotExistException - Specified by:
- getArtifactin interface- WagonManager
- Throws:
- org.apache.maven.wagon.TransferFailedException
- org.apache.maven.wagon.ResourceDoesNotExistException
 
- 
getArtifactpublic void getArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) throws org.apache.maven.wagon.TransferFailedException, org.apache.maven.wagon.ResourceDoesNotExistException - Specified by:
- getArtifactin interface- WagonManager
- Throws:
- org.apache.maven.wagon.TransferFailedException
- org.apache.maven.wagon.ResourceDoesNotExistException
 
- 
getMirrorRepositoryDeprecated.- Specified by:
- getMirrorRepositoryin interface- WagonManager
 
 
-