Uses of Class
org.eclipse.aether.installation.InstallResult
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various sub components that implement the repository system.
The types supporting the publishing of artifacts to a local repository.
The various sub components that collectively implement the repository system.
-
Uses of InstallResult in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.install
(RepositorySystemSession session, InstallRequest request) Installs a collection of artifacts and their accompanying metadata to the local repository. -
Uses of InstallResult in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionInstaller.install
(RepositorySystemSession session, InstallRequest request) Installs a collection of artifacts and their accompanying metadata to the local repository. -
Uses of InstallResult in org.eclipse.aether.installation
Modifier and TypeMethodDescriptionInstallResult.addArtifact
(Artifact artifact) Adds the specified artifacts to the result.InstallResult.addMetadata
(Metadata metadata) Adds the specified metadata to this result.InstallResult.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts that got installed.InstallResult.setMetadata
(Collection<Metadata> metadata) Sets the metadata that got installed. -
Uses of InstallResult in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultInstaller.install
(RepositorySystemSession session, InstallRequest request) DefaultRepositorySystem.install
(RepositorySystemSession session, InstallRequest request)