Uses of Class
org.eclipse.aether.installation.InstallRequest
-
Packages that use InstallRequest Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality.org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.installation The types supporting the publishing of artifacts to a local repository.org.eclipse.aether.internal.impl 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 InstallRequest 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. -
Uses of InstallRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type InstallRequest Modifier and Type Method Description InstallResult
Installer. install(RepositorySystemSession session, InstallRequest request)
Installs a collection of artifacts and their accompanying metadata to the local repository.MetadataGenerator
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 InstallRequest 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(Collection<Artifact> artifacts)
Sets the artifacts to install.InstallRequest
InstallRequest. setMetadata(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.Constructors in org.eclipse.aether.installation with parameters of type InstallRequest Constructor Description InstallResult(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 InstallRequest Modifier and Type Method Description InstallResult
DefaultInstaller. install(RepositorySystemSession session, InstallRequest request)
InstallResult
DefaultRepositorySystem. install(RepositorySystemSession session, InstallRequest request)
-