Package aQute.bnd.maven
Class MavenDependencyGraph.Artifact
- java.lang.Object
-
- aQute.bnd.maven.MavenDependencyGraph.Artifact
-
- Enclosing class:
- MavenDependencyGraph
public class MavenDependencyGraph.Artifact extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Artifact(java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(MavenDependencyGraph.Artifact artifact)
java.lang.String
getPath()
java.lang.String
toString()
-
-
-
Method Detail
-
add
public void add(MavenDependencyGraph.Artifact artifact)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getPath
public java.lang.String getPath() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-