Uses of Interface
org.eclipse.aether.transfer.TransferListener
-
Packages that use TransferListener Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.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 TransferListener in org.eclipse.aether
Methods in org.eclipse.aether that return TransferListener Modifier and Type Method Description TransferListenerAbstractForwardingRepositorySystemSession. getTransferListener()TransferListenerDefaultRepositorySystemSession. getTransferListener()TransferListenerRepositorySystemSession. getTransferListener()Gets the listener being notified of uploads/downloads by the repository system.Methods in org.eclipse.aether with parameters of type TransferListener Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setTransferListener(TransferListener transferListener)Sets the listener being notified of uploads/downloads by the repository system. -
Uses of TransferListener in org.eclipse.aether.transfer
Classes in org.eclipse.aether.transfer that implement TransferListener Modifier and Type Class Description classAbstractTransferListenerA skeleton implementation for custom transfer listeners.
-