Uses of Interface
org.eclipse.aether.RepositoryListener
Packages that use RepositoryListener
Package
Description
The primary API of the
RepositorySystem
and its functionality.The integration with the dependency injection framework
Google Guice.
The various sub components that collectively implement the repository system.
Utilities to build repository and transfer listeners.
-
Uses of RepositoryListener in org.eclipse.aether
Classes in org.eclipse.aether that implement RepositoryListenerModifier and TypeClassDescriptionclass
A skeleton implementation for custom repository listeners.Fields in org.eclipse.aether declared as RepositoryListenerModifier and TypeFieldDescriptionprivate RepositoryListener
DefaultRepositorySystemSession.repositoryListener
Methods in org.eclipse.aether that return RepositoryListenerModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getRepositoryListener()
DefaultRepositorySystemSession.getRepositoryListener()
RepositorySystemSession.getRepositoryListener()
Gets the listener being notified of actions in the repository system.Methods in org.eclipse.aether with parameters of type RepositoryListenerModifier and TypeMethodDescriptionDefaultRepositorySystemSession.setRepositoryListener
(RepositoryListener repositoryListener) Sets the listener being notified of actions in the repository system. -
Uses of RepositoryListener in org.eclipse.aether.impl.guice
Methods in org.eclipse.aether.impl.guice that return types with arguments of type RepositoryListenerModifier and TypeMethodDescription(package private) Set<RepositoryListener>
AetherModule.providesRepositoryListeners()
-
Uses of RepositoryListener in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl with type parameters of type RepositoryListenerModifier and TypeFieldDescriptionprivate Collection<RepositoryListener>
DefaultRepositoryEventDispatcher.listeners
Methods in org.eclipse.aether.internal.impl with parameters of type RepositoryListenerModifier and TypeMethodDescriptionDefaultRepositoryEventDispatcher.addRepositoryListener
(RepositoryListener listener) private void
DefaultRepositoryEventDispatcher.dispatch
(RepositoryEvent event, RepositoryListener listener) Method parameters in org.eclipse.aether.internal.impl with type arguments of type RepositoryListenerModifier and TypeMethodDescriptionDefaultRepositoryEventDispatcher.setRepositoryListeners
(Collection<RepositoryListener> listeners) Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type RepositoryListenerModifierConstructorDescription(package private)
DefaultRepositoryEventDispatcher
(Set<RepositoryListener> listeners) -
Uses of RepositoryListener in org.eclipse.aether.util.listener
Classes in org.eclipse.aether.util.listener that implement RepositoryListenerModifier and TypeClassDescriptionfinal class
A repository listener that delegates to zero or more other listeners (multicast).Fields in org.eclipse.aether.util.listener with type parameters of type RepositoryListenerModifier and TypeFieldDescriptionprivate final List<RepositoryListener>
ChainedRepositoryListener.listeners
Methods in org.eclipse.aether.util.listener that return RepositoryListenerModifier and TypeMethodDescriptionstatic RepositoryListener
ChainedRepositoryListener.newInstance
(RepositoryListener listener1, RepositoryListener listener2) Creates a new multicast listener that delegates to the specified listeners.Methods in org.eclipse.aether.util.listener with parameters of type RepositoryListenerModifier and TypeMethodDescriptionvoid
ChainedRepositoryListener.add
(RepositoryListener listener) Adds the specified listener to the end of the multicast chain.protected void
ChainedRepositoryListener.handleError
(RepositoryEvent event, RepositoryListener listener, RuntimeException error) static RepositoryListener
ChainedRepositoryListener.newInstance
(RepositoryListener listener1, RepositoryListener listener2) Creates a new multicast listener that delegates to the specified listeners.void
ChainedRepositoryListener.remove
(RepositoryListener listener) Removes the specified listener from the multicast chain.Method parameters in org.eclipse.aether.util.listener with type arguments of type RepositoryListenerModifier and TypeMethodDescriptionvoid
ChainedRepositoryListener.add
(Collection<? extends RepositoryListener> listeners) Adds the specified listeners to the end of the multicast chain.Constructors in org.eclipse.aether.util.listener with parameters of type RepositoryListenerModifierConstructorDescriptionChainedRepositoryListener
(RepositoryListener... 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 RepositoryListenerModifierConstructorDescriptionChainedRepositoryListener
(Collection<? extends RepositoryListener> listeners) Creates a new multicast listener that delegates to the specified listeners.