KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.model.graph
Interface EAPModulesGraph

All Known Implementing Classes:
EAPModulesDistributionGraph, EAPModulesFlatGraph

public interface EAPModulesGraph


Method Summary
 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.
 

Method Detail

getDistributionName

String getDistributionName()
The distribution name.

Returns:
The distribution name.

getNodes

List<EAPModuleGraphNode> getNodes()
Get root node.

Returns:

getNode

EAPModuleGraphNode getNode(String nodeUID)
Get a module node by node UID.

Parameters:
nodeUID - The node UID.
Returns:
The module node.

print

String print()
Prints the graph model for all modules as text output.

Returns:
The printed graph model for all modules.

KIE EAP - Maven plugin 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.