org.sonatype.aether.impl
Interface Installer

All Known Implementing Classes:
DefaultInstaller

public interface Installer

Author:
Benjamin Bentmann

Method Summary
 InstallResult install(RepositorySystemSession session, InstallRequest request)
          Installs a collection of artifacts and their accompanying metadata to the local repository.
 

Method Detail

install

InstallResult install(RepositorySystemSession session,
                      InstallRequest request)
                      throws InstallationException
Installs a collection of artifacts and their accompanying metadata to the local repository.

Parameters:
session - The repository session, must not be null.
request - The installation request, must not be null.
Returns:
The installation result, never null.
Throws:
InstallationException - If any artifact/metadata from the request could not be installed.
See Also:
RepositorySystem.install(RepositorySystemSession, InstallRequest)


Copyright © 2010-2013. All Rights Reserved.