public class EAPModulesDistributionGraph extends Object implements EAPModulesGraph
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPENDENCY_SEPARATOR |
| Constructor and Description |
|---|
EAPModulesDistributionGraph(String distributionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addNode(EAPModuleGraphNode node) |
String |
getDistributionName()
The distribution name.
|
EAPModuleGraphNode |
getNode(String nodeUID)
Get a module node by node UID.
|
List<EAPModuleGraphNode> |
getNodes()
Get root node.
|
String |
print()
Prints the graph model for all modules as text output.
|
public static final String DEPENDENCY_SEPARATOR
public EAPModulesDistributionGraph(String distributionName)
public boolean addNode(EAPModuleGraphNode node)
public List<EAPModuleGraphNode> getNodes()
EAPModulesGraphgetNodes in interface EAPModulesGraphpublic String print()
EAPModulesGraphprint in interface EAPModulesGraphpublic String getDistributionName()
EAPModulesGraphgetDistributionName in interface EAPModulesGraphpublic EAPModuleGraphNode getNode(String nodeUID)
EAPModulesGraphgetNode in interface EAPModulesGraphnodeUID - The node UID.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.