| Package | Description |
|---|---|
| org.sonatype.aether | |
| org.sonatype.aether.impl.internal | |
| org.sonatype.aether.test.impl | |
| org.sonatype.aether.util | |
| org.sonatype.aether.util.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRepositoryListener
A skeleton implementation for custom repository listeners.
|
| Modifier and Type | Method and Description |
|---|---|
RepositoryListener |
RepositorySystemSession.getRepositoryListener()
Gets the listener being notified of actions in the repository system.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultRepositoryEventDispatcher |
DefaultRepositoryEventDispatcher.addListener(RepositoryListener listener) |
| Modifier and Type | Method and Description |
|---|---|
DefaultRepositoryEventDispatcher |
DefaultRepositoryEventDispatcher.setListeners(List<RepositoryListener> listeners) |
| Constructor and Description |
|---|
DefaultRepositoryEventDispatcher(Logger logger,
List<RepositoryListener> listeners) |
DefaultRepositoryEventDispatcher(Logger logger,
List<RepositoryListener> listeners,
List<LocalRepositoryMaintainer> localRepositoryMaintainers) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecordingRepositoryListener |
| Modifier and Type | Method and Description |
|---|---|
RepositoryListener |
TestRepositorySystemSession.getRepositoryListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestRepositorySystemSession.setRepositoryListener(RepositoryListener repositoryListener) |
| Constructor and Description |
|---|
RecordingRepositoryListener(RepositoryListener listener) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryListener |
DefaultRepositorySystemSession.getRepositoryListener() |
RepositoryListener |
FilterRepositorySystemSession.getRepositoryListener() |
| Modifier and Type | Method and Description |
|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setRepositoryListener(RepositoryListener repositoryListener)
Sets the listener being notified of actions in the repository system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedRepositoryListener
A repository listener that delegates to zero or more other listeners (multicast).
|
| Modifier and Type | Method and Description |
|---|---|
static RepositoryListener |
ChainedRepositoryListener.newInstance(RepositoryListener listener1,
RepositoryListener listener2)
Creates a new multicast listener that delegates to the specified listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainedRepositoryListener.add(Collection<RepositoryListener> listeners)
Adds the specified listeners to the end of the multicast chain.
|
| Constructor and Description |
|---|
ChainedRepositoryListener(RepositoryListener... listeners)
Creates a new multicast listener that delegates to the specified listeners.
|
| Constructor and Description |
|---|
ChainedRepositoryListener(Collection<RepositoryListener> listeners)
Creates a new multicast listener that delegates to the specified listeners.
|
Copyright © 2010-2015 Sonatype, Inc.. All Rights Reserved.