|
KIE EAP - Maven plugin 6.2.0.Beta3 | |||||||||
| 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.EAPModuleGraphFlatNode
public class EAPModuleGraphFlatNode
| Constructor Summary | |
|---|---|
EAPModuleGraphFlatNode(EAPModule module)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
org.sonatype.aether.artifact.Artifact |
getArtifact()
The module definition pom artifact. |
List<EAPModuleGraphNodeDependency> |
getDependencies()
The module dependencies. |
Collection<PathFilter> |
getExports()
The module export filters. |
String |
getLocation()
The module location in JBoss EAP modules root folder. |
String |
getName()
The module name. |
Properties |
getProperties()
The module properties. |
List<EAPModuleGraphNodeResource> |
getResources()
The module resources. |
String |
getSlot()
The module slot in JBoss EAP modules root folder. |
String |
getUniqueId()
Obtain a unique ID for the module graph represented. |
String |
print()
Prints the module graph model as text output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EAPModuleGraphFlatNode(EAPModule module)
| Method Detail |
|---|
public String print()
EAPModuleGraphNode
print in interface EAPModuleGraphNodepublic String getName()
EAPModuleGraphNode
getName in interface EAPModuleGraphNodepublic String getLocation()
EAPModuleGraphNode
getLocation in interface EAPModuleGraphNodepublic String getSlot()
EAPModuleGraphNode
getSlot in interface EAPModuleGraphNodepublic org.sonatype.aether.artifact.Artifact getArtifact()
EAPModuleGraphNode
getArtifact in interface EAPModuleGraphNodepublic String getUniqueId()
EAPModuleGraphNode
getUniqueId in interface EAPModuleGraphNodepublic List<EAPModuleGraphNodeResource> getResources()
EAPModuleGraphNode
getResources in interface EAPModuleGraphNodepublic List<EAPModuleGraphNodeDependency> getDependencies()
EAPModuleGraphNode
getDependencies in interface EAPModuleGraphNodepublic Collection<PathFilter> getExports()
EAPModuleGraphNode
getExports in interface EAPModuleGraphNodepublic Properties getProperties()
EAPModuleGraphNode
getProperties in interface EAPModuleGraphNodepublic int compareTo(Object o)
compareTo in interface Comparable
|
KIE EAP - Maven plugin 6.2.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||