|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface WagonManager
Manages Wagon related operations in Maven.
Method Summary | |
---|---|
void |
getArtifact(Artifact artifact,
ArtifactRepository repository)
Deprecated. |
void |
getArtifact(Artifact artifact,
List<ArtifactRepository> remoteRepositories)
Deprecated. |
AuthenticationInfo |
getAuthenticationInfo(String id)
Deprecated. 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. |
ProxyInfo |
getProxy(String protocol)
Deprecated. |
Methods inherited from interface org.apache.maven.repository.legacy.WagonManager |
---|
getArtifact, getArtifact, getArtifactMetadata, getArtifactMetadataFromDeploymentRepository, getRemoteFile, getWagon, getWagon, putArtifact, putArtifactMetadata, putRemoteFile |
Method Detail |
---|
AuthenticationInfo getAuthenticationInfo(String id)
ProxyInfo getProxy(String protocol)
void getArtifact(Artifact artifact, ArtifactRepository repository) throws TransferFailedException, ResourceDoesNotExistException
TransferFailedException
ResourceDoesNotExistException
void getArtifact(Artifact artifact, List<ArtifactRepository> remoteRepositories) throws TransferFailedException, ResourceDoesNotExistException
TransferFailedException
ResourceDoesNotExistException
ArtifactRepository getMirrorRepository(ArtifactRepository repository)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |