| Modifier and Type | Method and Description |
|---|---|
protected EAPModulesGraph |
EAPBaseMojo.generateModulesGraph() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
EAPStaticModulesBuilderMojo.generateLayersDescriptor(EAPModulesGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
EAPModulesGraph |
EAPModulesGraphBuilder.build(String distributionName,
EAPLayer layer)
Builds a modules graph model from a given layer.
|
EAPModulesGraph |
EAPModulesFlatGraphBuilder.build(String distributionName,
EAPLayer layer) |
| Modifier and Type | Method and Description |
|---|---|
EAPModulesGraph |
EAPStaticLayerDistribution.getGraph() |
| Constructor and Description |
|---|
EAPStaticLayerDistribution(String distributionName,
EAPModulesGraph graph,
EAPContainer container) |
| Modifier and Type | Class and Description |
|---|---|
class |
EAPModulesDistributionGraph |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EAPTemplateBuilder.buildLayersConfiguration(EAPModulesGraph graph)
Builds the layers.conf file from a template.
|
String |
EAPVelocityTemplateBuilder.buildLayersConfiguration(EAPModulesGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static EAPModuleGraphNode |
EAPArtifactUtils.getNodeWithResource(org.eclipse.aether.artifact.Artifact artifact,
EAPModulesGraph graph) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.