Uses of Interface
org.eclipse.aether.transfer.TransferListener
Packages that use TransferListener
Package
Description
The primary API of the
RepositorySystem
and its functionality.Support for downloads/uploads using remote repositories that have a URI-based content structure/layout.
The various sub components that collectively implement the repository system.
The contract to access artifacts/metadata in remote repositories.
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
Utilities to build repository and transfer listeners.
-
Uses of TransferListener in org.eclipse.aether
Fields in org.eclipse.aether declared as TransferListenerModifier and TypeFieldDescriptionprivate TransferListener
DefaultRepositorySystemSession.transferListener
Methods in org.eclipse.aether that return TransferListenerModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getTransferListener()
DefaultRepositorySystemSession.getTransferListener()
RepositorySystemSession.getTransferListener()
Gets the listener being notified of uploads/downloads by the repository system.Methods in org.eclipse.aether with parameters of type TransferListenerModifier and TypeMethodDescriptionDefaultRepositorySystemSession.setTransferListener
(TransferListener transferListener) Sets the listener being notified of uploads/downloads by the repository system. -
Uses of TransferListener in org.eclipse.aether.connector.basic
Fields in org.eclipse.aether.connector.basic declared as TransferListenerModifier and TypeFieldDescriptionprivate final TransferListener
TransferTransportListener.listener
-
Uses of TransferListener in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement TransferListenerModifier and TypeClassDescription(package private) static final class
(package private) static final class
(package private) class
Fields in org.eclipse.aether.internal.impl declared as TransferListenerMethods in org.eclipse.aether.internal.impl that return TransferListenerModifier and TypeMethodDescriptionstatic TransferListener
SafeTransferListener.wrap
(RepositorySystemSession session) Constructors in org.eclipse.aether.internal.impl with parameters of type TransferListener -
Uses of TransferListener in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as TransferListenerMethods in org.eclipse.aether.spi.connector that return TransferListenerModifier and TypeMethodDescriptionTransfer.getListener()
Gets the listener that is to be notified during the transfer.Methods in org.eclipse.aether.spi.connector with parameters of type TransferListenerModifier and TypeMethodDescriptionArtifactDownload.setListener
(TransferListener listener) ArtifactUpload.setListener
(TransferListener listener) MetadataDownload.setListener
(TransferListener listener) MetadataUpload.setListener
(TransferListener listener) (package private) Transfer
Transfer.setListener
(TransferListener listener) Sets the listener that is to be notified during the transfer. -
Uses of TransferListener in org.eclipse.aether.transfer
Classes in org.eclipse.aether.transfer that implement TransferListenerModifier and TypeClassDescriptionclass
A skeleton implementation for custom transfer listeners. -
Uses of TransferListener in org.eclipse.aether.util.listener
Classes in org.eclipse.aether.util.listener that implement TransferListenerModifier and TypeClassDescriptionfinal class
A transfer listener that delegates to zero or more other listeners (multicast).Fields in org.eclipse.aether.util.listener with type parameters of type TransferListenerModifier and TypeFieldDescriptionprivate final List
<TransferListener> ChainedTransferListener.listeners
Methods in org.eclipse.aether.util.listener that return TransferListenerModifier and TypeMethodDescriptionstatic TransferListener
ChainedTransferListener.newInstance
(TransferListener listener1, TransferListener listener2) Creates a new multicast listener that delegates to the specified listeners.Methods in org.eclipse.aether.util.listener with parameters of type TransferListenerModifier and TypeMethodDescriptionvoid
ChainedTransferListener.add
(TransferListener listener) Adds the specified listener to the end of the multicast chain.protected void
ChainedTransferListener.handleError
(TransferEvent event, TransferListener listener, RuntimeException error) static TransferListener
ChainedTransferListener.newInstance
(TransferListener listener1, TransferListener listener2) Creates a new multicast listener that delegates to the specified listeners.void
ChainedTransferListener.remove
(TransferListener listener) Removes the specified listener from the multicast chain.Method parameters in org.eclipse.aether.util.listener with type arguments of type TransferListenerModifier and TypeMethodDescriptionvoid
ChainedTransferListener.add
(Collection<? extends TransferListener> listeners) Adds the specified listeners to the end of the multicast chain.Constructors in org.eclipse.aether.util.listener with parameters of type TransferListenerModifierConstructorDescriptionChainedTransferListener
(TransferListener... listeners) Creates a new multicast listener that delegates to the specified listeners.Constructor parameters in org.eclipse.aether.util.listener with type arguments of type TransferListenerModifierConstructorDescriptionChainedTransferListener
(Collection<? extends TransferListener> listeners) Creates a new multicast listener that delegates to the specified listeners.