Uses of Class
org.sonatype.aether.transfer.ArtifactTransferException

Packages that use ArtifactTransferException
org.sonatype.aether.impl   
org.sonatype.aether.impl.internal   
org.sonatype.aether.spi.connector   
org.sonatype.aether.transfer   
 

Uses of ArtifactTransferException in org.sonatype.aether.impl
 

Method parameters in org.sonatype.aether.impl with type arguments of type ArtifactTransferException
 void UpdateCheckManager.checkArtifact(RepositorySystemSession session, UpdateCheck<Artifact,ArtifactTransferException> check)
          Checks whether an artifact has to be updated from a remote repository.
 void UpdateCheckManager.touchArtifact(RepositorySystemSession session, UpdateCheck<Artifact,ArtifactTransferException> check)
          Updates the timestamp for the artifact contained in the update check.
 

Uses of ArtifactTransferException in org.sonatype.aether.impl.internal
 

Method parameters in org.sonatype.aether.impl.internal with type arguments of type ArtifactTransferException
 void DefaultUpdateCheckManager.checkArtifact(RepositorySystemSession session, UpdateCheck<Artifact,ArtifactTransferException> check)
           
 void DefaultUpdateCheckManager.touchArtifact(RepositorySystemSession session, UpdateCheck<Artifact,ArtifactTransferException> check)
           
 

Uses of ArtifactTransferException in org.sonatype.aether.spi.connector
 

Methods in org.sonatype.aether.spi.connector that return ArtifactTransferException
 ArtifactTransferException ArtifactTransfer.getException()
          Gets the exception that occurred during the transfer (if any).
 

Methods in org.sonatype.aether.spi.connector with parameters of type ArtifactTransferException
 ArtifactTransfer ArtifactTransfer.setException(ArtifactTransferException exception)
          Sets the exception that occurred during the transfer.
 ArtifactUpload ArtifactUpload.setException(ArtifactTransferException exception)
           
 ArtifactDownload ArtifactDownload.setException(ArtifactTransferException exception)
           
 

Uses of ArtifactTransferException in org.sonatype.aether.transfer
 

Subclasses of ArtifactTransferException in org.sonatype.aether.transfer
 class ArtifactNotFoundException
           
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.