| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| org.eclipse.aether.installation |
The types supporting the publishing of artifacts to a local repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
InstallResult |
RepositorySystem.install(RepositorySystemSession session,
InstallRequest request) |
Installs a collection of artifacts and their accompanying metadata to the local repository.
|
| Modifier and Type | Method | Description |
|---|---|---|
InstallRequest |
InstallRequest.addArtifact(Artifact artifact) |
Adds the specified artifacts for installation.
|
InstallRequest |
InstallRequest.addMetadata(Metadata metadata) |
Adds the specified metadata for installation.
|
InstallRequest |
InstallResult.getRequest() |
Gets the install request that was made.
|
InstallRequest |
InstallRequest.setArtifacts(java.util.Collection<Artifact> artifacts) |
Sets the artifacts to install.
|
InstallRequest |
InstallRequest.setMetadata(java.util.Collection<Metadata> metadata) |
Sets the metadata to install.
|
InstallRequest |
InstallRequest.setTrace(RequestTrace trace) |
Sets the trace information that describes the higher level request/operation in which this request is issued.
|
| Constructor | Description |
|---|---|
InstallResult(InstallRequest request) |
Creates a new result for the specified request.
|