Class ArtifactResolver


  • public class ArtifactResolver
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactResolver​(org.eclipse.aether.RepositorySystem repositorySystem, org.eclipse.aether.RepositorySystemSession session, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.apache.maven.plugin.logging.Log log)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.io.File> resolve​(boolean withTransitives, java.util.Collection<java.lang.String> mavenCoordinates)
      Given a set of maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArtifactResolver

        public ArtifactResolver​(org.eclipse.aether.RepositorySystem repositorySystem,
                                org.eclipse.aether.RepositorySystemSession session,
                                java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
                                org.apache.maven.plugin.logging.Log log)
    • Method Detail

      • resolve

        public java.util.Set<java.io.File> resolve​(boolean withTransitives,
                                                   java.util.Collection<java.lang.String> mavenCoordinates)
        Given a set of maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.