Class Maven31ArtifactInstaller
- java.lang.Object
-
- org.apache.maven.shared.transfer.artifact.install.internal.Maven31ArtifactInstaller
-
- All Implemented Interfaces:
MavenArtifactInstaller
class Maven31ArtifactInstaller extends java.lang.Object implements MavenArtifactInstaller
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.aether.RepositorySystem
repositorySystem
private org.eclipse.aether.RepositorySystemSession
session
-
Constructor Summary
Constructors Constructor Description Maven31ArtifactInstaller(org.eclipse.aether.RepositorySystem repositorySystem, org.eclipse.aether.RepositorySystemSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
install(java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
-
-
-
Method Detail
-
install
public void install(java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException
- Specified by:
install
in interfaceMavenArtifactInstaller
- Throws:
ArtifactInstallerException
-
-