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

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

Uses of MetadataTransferException in org.sonatype.aether.impl
 

Method parameters in org.sonatype.aether.impl with type arguments of type MetadataTransferException
 void UpdateCheckManager.checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
          Checks whether metadata has to be updated from a remote repository.
 void UpdateCheckManager.touchMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
          Updates the timestamp for the metadata contained in the update check.
 

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

Method parameters in org.sonatype.aether.impl.internal with type arguments of type MetadataTransferException
 void DefaultUpdateCheckManager.checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
           
 void DefaultUpdateCheckManager.touchMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
           
 

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

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

Methods in org.sonatype.aether.spi.connector with parameters of type MetadataTransferException
 MetadataUpload MetadataUpload.setException(MetadataTransferException exception)
           
 MetadataDownload MetadataDownload.setException(MetadataTransferException exception)
           
 MetadataTransfer MetadataTransfer.setException(MetadataTransferException exception)
          Sets the exception that occurred during the transfer.
 

Uses of MetadataTransferException in org.sonatype.aether.transfer
 

Subclasses of MetadataTransferException in org.sonatype.aether.transfer
 class MetadataNotFoundException
           
 



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