| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| Modifier and Type | Method | Description |
|---|---|---|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setArtifact(Artifact artifact) |
Sets the artifact involved in the event.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setException(java.lang.Exception exception) |
Sets the exception causing the event.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setExceptions(java.util.List<java.lang.Exception> exceptions) |
Sets the exceptions causing the event.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setFile(java.io.File file) |
Sets the file involved in the event.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setMetadata(Metadata metadata) |
Sets the metadata involved in the event.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setRepository(ArtifactRepository repository) |
Sets the repository involved in the event.
|
RepositoryEvent.Builder |
RepositoryEvent.Builder.setTrace(RequestTrace trace) |
Sets the trace information about the request during which the event occurred.
|