aQute.bnd.maven
Class MavenDependencyGraph

java.lang.Object
  extended by aQute.bnd.maven.MavenDependencyGraph

public class MavenDependencyGraph
extends Object


Nested Class Summary
 class MavenDependencyGraph.Artifact
           
 
Constructor Summary
MavenDependencyGraph()
           
 
Method Summary
 void addArtifact(MavenDependencyGraph.Artifact artifact)
           
 void addRepository(URL repository)
           
 MavenDependencyGraph.Artifact getArtifact(String groupId, String artifactId, String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenDependencyGraph

public MavenDependencyGraph()
Method Detail

addRepository

public void addRepository(URL repository)

getArtifact

public MavenDependencyGraph.Artifact getArtifact(String groupId,
                                                 String artifactId,
                                                 String version)
Parameters:
xp -
node -
d -
Throws:
XPathExpressionException

addArtifact

public void addArtifact(MavenDependencyGraph.Artifact artifact)
                 throws Exception
Throws:
Exception


Copyright © 2012 aQute SARL. All Rights Reserved.