aQute.bnd.maven
Class MavenDependencyGraph.Artifact

java.lang.Object
  extended by aQute.bnd.maven.MavenDependencyGraph.Artifact
Enclosing class:
MavenDependencyGraph

public class MavenDependencyGraph.Artifact
extends Object


Constructor Summary
MavenDependencyGraph.Artifact(URL url)
           
 
Method Summary
 void add(MavenDependencyGraph.Artifact artifact)
           
 String getPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MavenDependencyGraph.Artifact

public MavenDependencyGraph.Artifact(URL url)
                              throws Exception
Throws:
Exception
Method Detail

add

public void add(MavenDependencyGraph.Artifact artifact)

toString

public String toString()
Overrides:
toString in class Object

getPath

public String getPath()
               throws URISyntaxException
Throws:
URISyntaxException


Copyright © 2012 aQute SARL. All Rights Reserved.