public interface ArtifactInstaller
| Modifier and Type | Method and Description |
|---|---|
void |
install(org.apache.maven.project.ProjectBuildingRequest request,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void |
install(org.apache.maven.project.ProjectBuildingRequest request,
File localRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void install(org.apache.maven.project.ProjectBuildingRequest request,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactInstallerException
request - ProjectBuildingRequestmavenArtifacts - ArtifactArtifactInstallerException - in case of an error.void install(org.apache.maven.project.ProjectBuildingRequest request,
File localRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactInstallerException
request - ProjectBuildingRequest.localRepository - The location for the local repository.mavenArtifacts - Collection of MavenArtifactsArtifactInstallerException - In case of an error which can be the a given artifact can not be found or the
installation has failed.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.