public class MavenDependencyGraph extends Object
Modifier and Type | Class and Description |
---|---|
class |
MavenDependencyGraph.Artifact |
Constructor and Description |
---|
MavenDependencyGraph() |
Modifier and Type | Method and Description |
---|---|
void |
addArtifact(MavenDependencyGraph.Artifact artifact) |
void |
addRepository(URL repository) |
MavenDependencyGraph.Artifact |
getArtifact(String groupId,
String artifactId,
String version) |
public void addRepository(URL repository)
public MavenDependencyGraph.Artifact getArtifact(String groupId, String artifactId, String version)
xp
- node
- d
- XPathExpressionException
public void addArtifact(MavenDependencyGraph.Artifact artifact) throws Exception
Exception
Copyright © 2015 aQute SARL. All rights reserved.