Uses of Class
org.eclipse.aether.installation.InstallResult
-
Packages that use InstallResult Package Description org.eclipse.aether The primary API of theRepositorySystemand 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 InstallResult in org.eclipse.aether
Methods in org.eclipse.aether that return InstallResult 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 InstallResult in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return InstallResult Modifier and Type Method Description InstallResultInstaller. 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
Methods in org.eclipse.aether.installation that return InstallResult Modifier and Type Method Description InstallResultInstallResult. addArtifact(Artifact artifact)Adds the specified artifacts to the result.InstallResultInstallResult. addMetadata(Metadata metadata)Adds the specified metadata to this result.InstallResultInstallResult. setArtifacts(java.util.Collection<Artifact> artifacts)Sets the artifacts that got installed.InstallResultInstallResult. setMetadata(java.util.Collection<Metadata> metadata)Sets the metadata that got installed. -
Uses of InstallResult in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return InstallResult Modifier and Type Method Description InstallResultDefaultInstaller. install(RepositorySystemSession session, InstallRequest request)private InstallResultDefaultInstaller. install(SyncContext syncContext, RepositorySystemSession session, InstallRequest request)InstallResultDefaultRepositorySystem. install(RepositorySystemSession session, InstallRequest request)
-