| Modifier and Type | Method and Description |
|---|---|
protected EAPModuleGraphNodeDependency |
EAPXMLLayerDistribution.parseDependency(Node node) |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
EAPXMLLayerDistribution.createDependency(EAPXMLUtils eapxmlUtils,
Element parent,
EAPModuleGraphNodeDependency dependency) |
| Modifier and Type | Method and Description |
|---|---|
List<EAPModuleGraphNodeDependency> |
EAPModuleGraphNode.getDependencies()
The module dependencies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EAPModuleGraphDistributionNodeDependency |
class |
EAPModuleNodeGraphDependency
Represents a dependency to a static module.
|
| Modifier and Type | Method and Description |
|---|---|
List<EAPModuleGraphNodeDependency> |
EAPModuleGraphDistributionNode.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EAPModuleGraphDistributionNode.addDependency(EAPModuleGraphNodeDependency dependency) |
| Modifier and Type | Class and Description |
|---|---|
class |
EAPModuleGraphFlatNodeDependency |
| Modifier and Type | Method and Description |
|---|---|
List<EAPModuleGraphNodeDependency> |
EAPModuleGraphFlatNode.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
String |
EAPTemplateBuilder.buildJbossDeploymentStructure(Collection<? extends EAPModuleGraphNodeDependency> dependencies)
Build the jboss deployment structure descriptor file for a given dynamic module (jboss-deployment-structure.xml)
|
String |
EAPVelocityTemplateBuilder.buildJbossDeploymentStructure(Collection<? extends EAPModuleGraphNodeDependency> dependencies) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.