|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kie.integration.eap.maven.model.graph.flat.EAPModulesFlatGraph
public class EAPModulesFlatGraph
This kind of module graph considers: - No module dependencies are NOT exported (except the static ones forced to export in the module definition) - So each module depends on all modules as its model dependencies are.
Field Summary | |
---|---|
static String |
DEPENDENCY_SEPARATOR
|
Constructor Summary | |
---|---|
EAPModulesFlatGraph(String distributionName,
EAPLayer layer)
|
Method Summary | |
---|---|
String |
getDistributionName()
The distribution name. |
protected Collection<EAPModule> |
getModulesReferenced(Collection<EAPModule> modules)
Obtain the modules that someother one depends on it. |
protected Collection<EAPModule> |
getModulesWithResources(Collection<EAPModule> modules)
Obtain the modules that someother one depends on it. |
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. |
static String |
print(EAPModule module)
|
static String |
print(EAPModuleDependency dependency)
|
static String |
print(EAPModuleResource resource)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEPENDENCY_SEPARATOR
Constructor Detail |
---|
public EAPModulesFlatGraph(String distributionName, EAPLayer layer)
Method Detail |
---|
public List<EAPModuleGraphNode> getNodes()
EAPModulesGraph
getNodes
in interface EAPModulesGraph
public EAPModuleGraphNode getNode(String nodeUID)
EAPModulesGraph
getNode
in interface EAPModulesGraph
nodeUID
- The node UID.
public String getDistributionName()
EAPModulesGraph
getDistributionName
in interface EAPModulesGraph
protected Collection<EAPModule> getModulesReferenced(Collection<EAPModule> modules)
modules
- The modules list.
protected Collection<EAPModule> getModulesWithResources(Collection<EAPModule> modules)
modules
- The modules list.
public String print()
EAPModulesGraph
print
in interface EAPModulesGraph
public static String print(EAPModule module)
public static String print(EAPModuleResource resource)
public static String print(EAPModuleDependency dependency)
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |