Uses of Class
org.sonatype.aether.installation.InstallResult

Packages that use InstallResult
org.sonatype.aether   
org.sonatype.aether.impl   
org.sonatype.aether.impl.internal   
org.sonatype.aether.installation   
 

Uses of InstallResult in org.sonatype.aether
 

Methods in org.sonatype.aether that return InstallResult
 InstallResult RepositorySystem.install(RepositorySystemSession session, InstallRequest request)
          Installs a collection of artifacts and their accompanying metadata to the local repository.
 

Uses of InstallResult in org.sonatype.aether.impl
 

Methods in org.sonatype.aether.impl that return InstallResult
 InstallResult Installer.install(RepositorySystemSession session, InstallRequest request)
          Installs a collection of artifacts and their accompanying metadata to the local repository.
 

Uses of InstallResult in org.sonatype.aether.impl.internal
 

Methods in org.sonatype.aether.impl.internal that return InstallResult
 InstallResult DefaultInstaller.install(RepositorySystemSession session, InstallRequest request)
           
 InstallResult DefaultRepositorySystem.install(RepositorySystemSession session, InstallRequest request)
           
 

Uses of InstallResult in org.sonatype.aether.installation
 

Methods in org.sonatype.aether.installation that return InstallResult
 InstallResult InstallResult.addArtifact(Artifact artifact)
          Adds the specified artifacts to the result.
 InstallResult InstallResult.addMetadata(Metadata metadata)
          Adds the specified metadata to this result.
 InstallResult InstallResult.setArtifacts(Collection<Artifact> artifacts)
          Sets the artifacts that got installed.
 InstallResult InstallResult.setMetadata(Collection<Metadata> metadata)
          Sets the metadata that got installed.
 



Copyright © 2010-2012. All Rights Reserved.