| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractRepositoryListener |
A skeleton implementation for custom repository listeners.
|
| Modifier and Type | Method | Description |
|---|---|---|
RepositoryListener |
AbstractForwardingRepositorySystemSession.getRepositoryListener() |
|
RepositoryListener |
DefaultRepositorySystemSession.getRepositoryListener() |
|
RepositoryListener |
RepositorySystemSession.getRepositoryListener() |
Gets the listener being notified of actions in the repository system.
|
| Modifier and Type | Method | Description |
|---|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setRepositoryListener(RepositoryListener repositoryListener) |
Sets the listener being notified of actions in the repository system.
|