Uses of Class
org.eclipse.aether.transfer.TransferCancelledException
-
Packages that use TransferCancelledException Package Description org.eclipse.aether.transfer A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository. -
-
Uses of TransferCancelledException in org.eclipse.aether.transfer
Methods in org.eclipse.aether.transfer that throw TransferCancelledException Modifier and Type Method Description voidAbstractTransferListener. transferCorrupted(TransferEvent event)voidTransferListener. transferCorrupted(TransferEvent event)Notifies the listener that a checksum validation failed.voidAbstractTransferListener. transferInitiated(TransferEvent event)voidTransferListener. transferInitiated(TransferEvent event)Notifies the listener about the initiation of a transfer.voidAbstractTransferListener. transferProgressed(TransferEvent event)voidTransferListener. transferProgressed(TransferEvent event)Notifies the listener about some progress in the data transfer.voidAbstractTransferListener. transferStarted(TransferEvent event)voidTransferListener. transferStarted(TransferEvent event)Notifies the listener about the start of a data transfer.
-