Uses of Class
org.eclipse.aether.installation.InstallRequest
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various subcomponents 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 InstallRequest 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 InstallRequest 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.MetadataGeneratorFactory.newInstance
(RepositorySystemSession session, InstallRequest request) Creates a new metadata generator for the specified install request. -
Uses of InstallRequest in org.eclipse.aether.installation
Modifier and TypeMethodDescriptionInstallRequest.addArtifact
(Artifact artifact) Adds the specified artifacts for installation.InstallRequest.addMetadata
(Metadata metadata) Adds the specified metadata for installation.InstallResult.getRequest()
Gets the install request that was made.InstallRequest.setArtifacts
(Collection<Artifact> artifacts) Sets the artifacts to install.InstallRequest.setMetadata
(Collection<Metadata> metadata) Sets the metadata to install.InstallRequest.setTrace
(RequestTrace trace) Sets the trace information that describes the higher level request/operation in which this request is issued.ModifierConstructorDescriptionInstallResult
(InstallRequest request) Creates a new result for the specified request. -
Uses of InstallRequest in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultInstaller.install
(RepositorySystemSession session, InstallRequest request) DefaultRepositorySystem.install
(RepositorySystemSession session, InstallRequest request)