Interface WagonManager
- All Superinterfaces:
WagonManager
- All Known Implementing Classes:
DefaultWagonManager
Deprecated.
Manages Wagon related operations in Maven.
- Author:
- Michal Maczka
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getArtifact
(org.apache.maven.artifact.Artifact artifact, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteRepositories) Deprecated.void
getArtifact
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository repository) Deprecated.org.apache.maven.wagon.authentication.AuthenticationInfo
Deprecated.this method is only here for backward compat (project-info-reports:dependencies) the default implementation will return an empty AuthenticationInfoorg.apache.maven.artifact.repository.ArtifactRepository
getMirrorRepository
(org.apache.maven.artifact.repository.ArtifactRepository repository) Deprecated.org.apache.maven.wagon.proxy.ProxyInfo
Deprecated.Methods inherited from interface org.apache.maven.repository.legacy.WagonManager
getArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile
-
Method Details
-
getAuthenticationInfo
Deprecated.this method is only here for backward compat (project-info-reports:dependencies) the default implementation will return an empty AuthenticationInfo -
getProxy
Deprecated. -
getArtifact
void getArtifact(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.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
-
getArtifact
void getArtifact(org.apache.maven.artifact.Artifact artifact, List<org.apache.maven.artifact.repository.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
-
getMirrorRepository
org.apache.maven.artifact.repository.ArtifactRepository getMirrorRepository(org.apache.maven.artifact.repository.ArtifactRepository repository) Deprecated.
-