Uses of Class
org.eclipse.aether.installation.InstallRequest
Packages that use 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
Methods in org.eclipse.aether with parameters of type InstallRequestModifier 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.generator.gnupg
Methods in org.eclipse.aether.generator.gnupg with parameters of type InstallRequestModifier and TypeMethodDescriptionGnupgSignatureArtifactGeneratorFactory.newInstance
(RepositorySystemSession session, InstallRequest request) -
Uses of InstallRequest in org.eclipse.aether.generator.sigstore
Methods in org.eclipse.aether.generator.sigstore with parameters of type InstallRequestModifier and TypeMethodDescriptionSigstoreSignatureArtifactGeneratorFactory.newInstance
(RepositorySystemSession session, InstallRequest request) -
Uses of InstallRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type InstallRequestModifier 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
Methods in org.eclipse.aether.installation that return InstallRequestModifier 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.Constructors in org.eclipse.aether.installation with parameters of type InstallRequestModifierConstructorDescriptionInstallResult
(InstallRequest request) Creates a new result for the specified request. -
Uses of InstallRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type InstallRequestModifier and TypeMethodDescriptionstatic List
<? extends ArtifactGenerator> Utils.getArtifactGenerators
(RepositorySystemSession session, Map<String, ArtifactGeneratorFactory> artifactFactories, InstallRequest request) static List
<? extends MetadataGenerator> Utils.getMetadataGenerators
(RepositorySystemSession session, Map<String, MetadataGeneratorFactory> metadataFactories, InstallRequest request) DefaultInstaller.install
(RepositorySystemSession session, InstallRequest request) DefaultRepositorySystem.install
(RepositorySystemSession session, InstallRequest request) -
Uses of InstallRequest in org.eclipse.aether.spi.artifact.generator
Methods in org.eclipse.aether.spi.artifact.generator with parameters of type InstallRequestModifier and TypeMethodDescriptionArtifactGeneratorFactory.newInstance
(RepositorySystemSession session, InstallRequest request) Creates a new artifact generator for the specified install request. -
Uses of InstallRequest in org.eclipse.aether.spi.artifact.transformer
Methods in org.eclipse.aether.spi.artifact.transformer that return InstallRequestModifier and TypeMethodDescriptiondefault InstallRequest
ArtifactTransformer.transformInstallArtifacts
(RepositorySystemSession session, InstallRequest request) Transform install artifacts.Methods in org.eclipse.aether.spi.artifact.transformer with parameters of type InstallRequestModifier and TypeMethodDescriptiondefault InstallRequest
ArtifactTransformer.transformInstallArtifacts
(RepositorySystemSession session, InstallRequest request) Transform install artifacts.