| Package | Description | 
|---|---|
| org.eclipse.aether | 
 The primary API of the  
RepositorySystem and its functionality. | 
| org.eclipse.aether.installation | 
 The types supporting the publishing of artifacts to a local repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InstallResult | 
RepositorySystem.install(RepositorySystemSession session,
              InstallRequest request)
Installs a collection of artifacts and their accompanying metadata to the local repository. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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–2017 The Apache Software Foundation. All rights reserved.