public interface EAPModulesGraph
| Modifier and Type | Method and Description |
|---|---|
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.
|
String getDistributionName()
List<EAPModuleGraphNode> getNodes()
EAPModuleGraphNode getNode(String nodeUID)
nodeUID - The node UID.String print()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.