public class AetherResult extends Object
Constructor and Description |
---|
AetherResult(org.sonatype.aether.graph.DependencyNode rootNode,
List<File> files,
String classPath) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendJsonProperty(StringBuilder sb,
String childIndent,
String name,
String value,
boolean last) |
protected void |
displayTree(org.sonatype.aether.graph.DependencyNode node,
String indent,
StringBuilder sb) |
String |
getClassPath() |
List<File> |
getFiles() |
org.sonatype.aether.graph.DependencyNode |
getRootNode() |
String |
jsonString() |
protected void |
toJson(org.sonatype.aether.graph.DependencyNode node,
String indent,
StringBuilder sb,
boolean last) |
String |
treeString() |
public String getClassPath()
public org.sonatype.aether.graph.DependencyNode getRootNode()
public String treeString()
protected void displayTree(org.sonatype.aether.graph.DependencyNode node, String indent, StringBuilder sb)
public String jsonString()
protected void toJson(org.sonatype.aether.graph.DependencyNode node, String indent, StringBuilder sb, boolean last)
protected void appendJsonProperty(StringBuilder sb, String childIndent, String name, String value, boolean last)
Copyright © 2019 JBoss by Red Hat. All rights reserved.