public interface Installer
Modifier and Type | Method and Description |
---|---|
org.eclipse.aether.installation.InstallResult |
install(org.eclipse.aether.RepositorySystemSession session,
org.eclipse.aether.installation.InstallRequest request)
Installs a collection of artifacts and their accompanying metadata to the local repository.
|
org.eclipse.aether.installation.InstallResult install(org.eclipse.aether.RepositorySystemSession session, org.eclipse.aether.installation.InstallRequest request) throws org.eclipse.aether.installation.InstallationException
session
- The repository session, must not be null
.request
- The installation request, must not be null
.null
.org.eclipse.aether.installation.InstallationException
- If any artifact/metadata from the request could not be installed.RepositorySystem.install(RepositorySystemSession, InstallRequest)
,
MetadataGeneratorFactory.newInstance(RepositorySystemSession, InstallRequest)
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.