Interface MavenArtifactInstaller
-
- All Known Implementing Classes:
Maven31ArtifactInstaller
interface MavenArtifactInstaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
install(java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
-
-
-
Method Detail
-
install
void install(java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException
- Throws:
ArtifactInstallerException
-
-