|
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.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 EAPModuleGraphNode
public String getName()
EAPModuleGraphNode
getName
in interface EAPModuleGraphNode
public String getLocation()
EAPModuleGraphNode
getLocation
in interface EAPModuleGraphNode
public String getSlot()
EAPModuleGraphNode
getSlot
in interface EAPModuleGraphNode
public org.sonatype.aether.artifact.Artifact getArtifact()
EAPModuleGraphNode
getArtifact
in interface EAPModuleGraphNode
public String getUniqueId()
EAPModuleGraphNode
getUniqueId
in interface EAPModuleGraphNode
public List<EAPModuleGraphNodeResource> getResources()
EAPModuleGraphNode
getResources
in interface EAPModuleGraphNode
public List<EAPModuleGraphNodeDependency> getDependencies()
EAPModuleGraphNode
getDependencies
in interface EAPModuleGraphNode
public Collection<PathFilter> getExports()
EAPModuleGraphNode
getExports
in interface EAPModuleGraphNode
public Properties getProperties()
EAPModuleGraphNode
getProperties
in interface EAPModuleGraphNode
public int compareTo(Object o)
compareTo
in interface Comparable
|
KIE EAP - Maven plugin 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |