public interface EAPModuleGraphNode extends Comparable
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.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.
|
compareToString getName()
String getLocation()
String getSlot()
Properties getProperties()
org.eclipse.aether.artifact.Artifact getArtifact()
String getUniqueId()
List<EAPModuleGraphNodeResource> getResources()
List<EAPModuleGraphNodeDependency> getDependencies()
Collection<PathFilter> getExports()
String print()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.