Class Maven31ArtifactInstaller

java.lang.Object
org.apache.maven.shared.transfer.artifact.install.internal.Maven31ArtifactInstaller
All Implemented Interfaces:
MavenArtifactInstaller

class Maven31ArtifactInstaller extends Object implements MavenArtifactInstaller
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.eclipse.aether.RepositorySystem
     
    private final org.eclipse.aether.RepositorySystemSession
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Maven31ArtifactInstaller(org.eclipse.aether.RepositorySystem repositorySystem, org.eclipse.aether.RepositorySystemSession session)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    install(Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • repositorySystem

      private final org.eclipse.aether.RepositorySystem repositorySystem
    • session

      private final org.eclipse.aether.RepositorySystemSession session
  • Constructor Details

    • Maven31ArtifactInstaller

      Maven31ArtifactInstaller(org.eclipse.aether.RepositorySystem repositorySystem, org.eclipse.aether.RepositorySystemSession session)
  • Method Details