Interface ArtifactInstaller
-
- All Known Implementing Classes:
DefaultArtifactInstaller,Maven31ArtifactInstaller
public interface ArtifactInstaller- Author:
- Robert Scholte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinstall(org.apache.maven.project.ProjectBuildingRequest request, java.io.File localRepository, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)voidinstall(org.apache.maven.project.ProjectBuildingRequest request, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
-
-
-
Method Detail
-
install
void install(org.apache.maven.project.ProjectBuildingRequest request, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException- Parameters:
request-ProjectBuildingRequestmavenArtifacts-Artifact- Throws:
ArtifactInstallerException- in case of an error.
-
install
void install(org.apache.maven.project.ProjectBuildingRequest request, java.io.File localRepository, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException- Throws:
ArtifactInstallerException
-
-