Class DefaultArtifactInstaller

java.lang.Object
org.apache.maven.impl.DefaultArtifactInstaller
All Implemented Interfaces:
org.apache.maven.api.Service, org.apache.maven.api.services.ArtifactInstaller

@Named @Singleton public class DefaultArtifactInstaller extends Object implements org.apache.maven.api.services.ArtifactInstaller
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    install(org.apache.maven.api.services.ArtifactInstallerRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.maven.api.services.ArtifactInstaller

    install, install
  • Method Details

    • install

      public void install(org.apache.maven.api.services.ArtifactInstallerRequest request) throws org.apache.maven.api.services.ArtifactInstallerException, IllegalArgumentException
      Specified by:
      install in interface org.apache.maven.api.services.ArtifactInstaller
      Throws:
      org.apache.maven.api.services.ArtifactInstallerException
      IllegalArgumentException