Interface WagonManager
- All Superinterfaces:
- WagonManager
- All Known Implementing Classes:
- DefaultWagonManager
Deprecated.
Manages Wagon related operations in Maven.
- Author:
- Michal Maczka
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) Deprecated.voidgetArtifact(Artifact artifact, ArtifactRepository repository) Deprecated.org.apache.maven.wagon.authentication.AuthenticationInfoDeprecated.this 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.ProxyInfoDeprecated.Methods inherited from interface org.apache.maven.repository.legacy.WagonManagergetArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile
- 
Method Details- 
getAuthenticationInfoDeprecated.this method is only here for backward compat (project-info-reports:dependencies) the default implementation will return an empty AuthenticationInfo
- 
getProxyDeprecated.
- 
getArtifactvoid getArtifact(Artifact artifact, ArtifactRepository repository) throws org.apache.maven.wagon.TransferFailedException, org.apache.maven.wagon.ResourceDoesNotExistException Deprecated.- Throws:
- org.apache.maven.wagon.TransferFailedException
- org.apache.maven.wagon.ResourceDoesNotExistException
 
- 
getArtifactvoid getArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) throws org.apache.maven.wagon.TransferFailedException, org.apache.maven.wagon.ResourceDoesNotExistException Deprecated.- Throws:
- org.apache.maven.wagon.TransferFailedException
- org.apache.maven.wagon.ResourceDoesNotExistException
 
- 
getMirrorRepositoryDeprecated.
 
-