Uses of Class
org.eclipse.aether.installation.InstallRequest
-
Packages that use InstallRequest Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.installation The types supporting the publishing of artifacts to a local repository. -
-
Uses of InstallRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type InstallRequest Modifier and Type Method Description InstallResultRepositorySystem. 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.installation
Methods in org.eclipse.aether.installation that return InstallRequest Modifier and Type Method Description InstallRequestInstallRequest. addArtifact(Artifact artifact)Adds the specified artifacts for installation.InstallRequestInstallRequest. addMetadata(Metadata metadata)Adds the specified metadata for installation.InstallRequestInstallResult. getRequest()Gets the install request that was made.InstallRequestInstallRequest. setArtifacts(Collection<Artifact> artifacts)Sets the artifacts to install.InstallRequestInstallRequest. setMetadata(Collection<Metadata> metadata)Sets the metadata to install.InstallRequestInstallRequest. 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.
-