Class ArtifactResolver.ArtifactLocation

  • Enclosing class:
    ArtifactResolver

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

      Constructors 
      Constructor Description
      ArtifactLocation​(org.eclipse.aether.artifact.Artifact artifact, java.net.URL url, boolean classPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.aether.artifact.Artifact getArtifact()  
      boolean isClassPath()  
      java.net.URL toURL()  
      • Methods inherited from class java.lang.Object

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

      • ArtifactLocation

        public ArtifactLocation​(org.eclipse.aether.artifact.Artifact artifact,
                                java.net.URL url,
                                boolean classPath)
    • Method Detail

      • getArtifact

        public org.eclipse.aether.artifact.Artifact getArtifact()
      • toURL

        public java.net.URL toURL()
      • isClassPath

        public boolean isClassPath()