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