Package org.eclipse.aether.transfer

Overview
Package
Class
Use
Tree
Deprecated
Index
Help

Prev Package
Next Package

Frames
No Frames

A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository.

See: Description

Interface Summary  Interface 	Description
TransferListener 	
A listener being notified of artifact/metadata transfers from/to remote repositories.
Class Summary  Class 	Description
AbstractTransferListener 	
A skeleton implementation for custom transfer listeners.
TransferEvent 	
An event fired to a transfer listener during an artifact/metadata transfer.
TransferEvent.Builder 	
A builder to create transfer events.
TransferResource 	
Describes a resource being uploaded or downloaded by the repository system.
Enum Summary  Enum 	Description
TransferEvent.EventType 	
The type of the event.
TransferEvent.RequestType 	
The type of the request/transfer being performed.
Exception Summary  Exception 	Description
ArtifactNotFoundException 	
Thrown when an artifact was not found in a particular repository.
ArtifactTransferException 	
Thrown when an artifact could not be uploaded/downloaded to/from a particular remote repository.
ChecksumFailureException 	
Thrown in case of a checksum failure during an artifact/metadata download.
MetadataNotFoundException 	
Thrown when metadata was not found in a particular repository.
MetadataTransferException 	
Thrown when metadata could not be uploaded/downloaded to/from a particular remote repository.
NoRepositoryConnectorException 	
Thrown in case of an unsupported remote repository type.
NoRepositoryLayoutException 	
Thrown in case of an unsupported repository layout.
NoTransporterException 	
Thrown in case of an unsupported transport protocol.
RepositoryOfflineException 	
Thrown when a transfer could not be performed because a remote repository is not accessible in offline mode.
TransferCancelledException 	
Thrown in case an upload/download was cancelled (e.g.

Package org.eclipse.aether.transfer Description
A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository.

Overview
Package
Class
Use
Tree
Deprecated
Index
Help

Prev Package
Next Package

Frames
No Frames

Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.

发布了133 篇原创文章 · 获赞 191 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105632098
今日推荐