| Modifier and Type | Method and Description |
|---|---|
protected String |
EAPStaticModulesBuilderMojo.generateModuleAssemblyComponent(EAPModuleGraphNode node,
String moduleDescriptorPath,
String outputPath) |
protected String |
EAPStaticModulesBuilderMojo.generateModuleDescriptor(EAPModuleGraphNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected EAPModuleGraphNode |
EAPXMLLayerDistribution.parseModule(Node module) |
| Modifier and Type | Method and Description |
|---|---|
EAPModuleGraphNode |
EAPModulesGraph.getNode(String nodeUID)
Get a module node by node UID.
|
| Modifier and Type | Method and Description |
|---|---|
List<EAPModuleGraphNode> |
EAPModulesGraph.getNodes()
Get root node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EAPModuleGraphDistributionNode |
| Modifier and Type | Method and Description |
|---|---|
EAPModuleGraphNode |
EAPModulesDistributionGraph.getNode(String nodeUID) |
| Modifier and Type | Method and Description |
|---|---|
List<EAPModuleGraphNode> |
EAPModulesDistributionGraph.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EAPModulesDistributionGraph.addNode(EAPModuleGraphNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
EAPModuleGraphFlatNode |
| Modifier and Type | Method and Description |
|---|---|
EAPModuleGraphNode |
EAPModulesFlatGraph.getNode(String nodeUID) |
| Modifier and Type | Method and Description |
|---|---|
List<EAPModuleGraphNode> |
EAPModulesFlatGraph.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EAPDynamicModulesPatch.execute(EAPModuleGraphNode node,
Properties patchProperties) |
void |
EAPWebfragmentPatch.execute(EAPModuleGraphNode node,
Properties patchProperties) |
protected org.eclipse.aether.artifact.Artifact |
EAPDynamicModulesPatch.getArtifact(EAPModuleGraphNode module,
String coordinates) |
Properties |
EAPDynamicModulesPatch.getNodePatchProperties(EAPModuleGraphNode node)
Returns the properties related to thsi path for a given module node.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EAPTemplateBuilder.buildModuleAssemblyComponent(EAPModuleGraphNode node,
String moduleDescriptorPath,
String outputPath)
Build the assembly component descriptor file for a given static module.
|
String |
EAPVelocityTemplateBuilder.buildModuleAssemblyComponent(EAPModuleGraphNode node,
String moduleDescriptorPath,
String outputPath) |
String |
EAPTemplateBuilder.buildModuleDescriptor(EAPModuleGraphNode graph)
Build the module descriptor file for a given static module (module.xml)
|
String |
EAPVelocityTemplateBuilder.buildModuleDescriptor(EAPModuleGraphNode node) |
protected org.apache.velocity.VelocityContext |
EAPVelocityTemplateBuilder.createContext(EAPModuleGraphNode node) |
| 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.