| Modifier and Type | Field and Description |
|---|---|
protected EAPLayer |
EAPBaseMojo.baseModulesLayer
The base module layer.
|
protected EAPLayer |
EAPBaseMojo.staticModulesLayer
The static module layer.
|
| Modifier and Type | Method and Description |
|---|---|
protected EAPLayer |
EAPBaseMojo.loadBaseLayer() |
protected EAPLayer |
EAPBaseMojo.loadStaticLayer() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<EAPLayer> |
EAPBaseMojo.getAllLayers() |
| Modifier and Type | Field and Description |
|---|---|
protected EAPLayer |
EAPStaticModulesDependencyBuilderImpl.layer |
| Modifier and Type | Method and Description |
|---|---|
void |
EAPModulesDependencyBuilder.build(EAPLayer layer,
org.eclipse.aether.graph.DependencyNode dependencies,
EAPArtifactsHolder artifactsHolder)
Builds the dependencies between all modules in each layer.
|
void |
EAPStaticModulesDependencyBuilderImpl.build(EAPLayer layer,
org.eclipse.aether.graph.DependencyNode rootNode,
EAPArtifactsHolder artifactsHolder) |
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 |
|---|---|
EAPLayer |
EAPStaticLayerDistribution.getBaseLayer() |
EAPLayer |
EAPStaticLayerDistribution.getStaticLayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
EAPStaticLayerDistribution.setBaseLayer(EAPLayer baseLayer) |
void |
EAPStaticLayerDistribution.setStaticLayer(EAPLayer staticLayer) |
| Constructor and Description |
|---|
EAPModulesFlatGraph(String distributionName,
EAPLayer layer) |
| Modifier and Type | Class and Description |
|---|---|
class |
EAPLayerImpl |
| Modifier and Type | Method and Description |
|---|---|
EAPLayer |
EAPDynamicModule.getLayer() |
EAPLayer |
EAPAbstractModule.getLayer() |
EAPLayer |
EAPModule.getLayer()
The module layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EAPAbstractModule.setLayer(EAPLayer layer) |
| Modifier and Type | Field and Description |
|---|---|
protected EAPLayer |
EAPStaticModulesPatch.staticLayer |
| Modifier and Type | Method and Description |
|---|---|
EAPLayer |
EAPStaticModulesPatch.getStaticLayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
EAPPatchManager.initStatic(EAPContainer container,
String outputPath,
EAPArtifactsHolder artifactsHolder,
EAPLayer layer) |
void |
EAPStaticModulesPatch.setStaticLayer(EAPLayer staticLayer) |
| Modifier and Type | Field and Description |
|---|---|
protected EAPLayer |
EAPStaticModulesScanner.layer |
| Modifier and Type | Method and Description |
|---|---|
EAPLayer |
EAPStaticModulesScanner.scan(String layerName,
Collection<org.eclipse.aether.artifact.Artifact> moduleArtifacts,
Collection<org.eclipse.aether.artifact.Artifact> exclusions,
EAPArtifactsHolder artifactsHolder) |
EAPLayer |
EAPModulesScanner.scan(String layerName,
Collection<org.eclipse.aether.artifact.Artifact> moduleArtifacts,
Collection<org.eclipse.aether.artifact.Artifact> exclusions,
EAPArtifactsHolder artifactsHolder)
Scan the module descriptors and generate model module definitions for a single layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EAPBaseModulesScanner.setBaseModulesLayer(EAPLayer baseModulesLayer) |
void |
EAPStaticModulesScanner.setBaseModulesLayer(EAPLayer baseModulesLayer) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.