| Modifier and Type | Field and Description |
|---|---|
protected EAPArtifactsHolder |
EAPBaseMojo.artifactsHolder
Collection to store all resources and its modules.
|
| Modifier and Type | Method and Description |
|---|---|
protected EAPArtifactsHolder |
EAPBaseMojo.collectArtifacts(org.eclipse.aether.graph.DependencyNode rootNode) |
| Modifier and Type | Field and Description |
|---|---|
protected EAPArtifactsHolder |
EAPStaticModulesDependencyBuilderImpl.artifactsHolder |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
EAPStaticLayerDistribution.setArtifactsHolder(EAPArtifactsHolder artifactsHolder) |
| Modifier and Type | Method and Description |
|---|---|
EAPArtifactsHolder |
EAPAbstractPatch.getArtifactsHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
EAPPatchManager.initDynamic(EAPContainer container,
String outputPath,
EAPArtifactsHolder artifactsHolder,
EAPStaticLayerDistribution staticLayerDistribution) |
void |
EAPPatchManager.initStatic(EAPContainer container,
String outputPath,
EAPArtifactsHolder artifactsHolder,
EAPLayer layer) |
void |
EAPAbstractPatch.setArtifactsHolder(EAPArtifactsHolder artifactsHolder) |
void |
EAPPatch.setArtifactsHolder(EAPArtifactsHolder artifactsHolder)
The artifacts holder instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected EAPArtifactsHolder |
EAPStaticModulesScanner.artifactsHolder |
| 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 |
|---|---|
static void |
EAPArtifactUtils.toArtifacts(EAPArtifactsHolder holder,
Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes,
org.eclipse.aether.graph.DependencyFilter filter) |
static void |
EAPArtifactUtils.toArtifacts(EAPArtifactsHolder holder,
Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes,
org.eclipse.aether.graph.DependencyFilter filter,
int depth) |
static void |
EAPArtifactUtils.toArtifacts(EAPArtifactsHolder holder,
Collection<? extends org.eclipse.aether.graph.DependencyNode> nodes,
org.eclipse.aether.graph.DependencyFilter filter,
int depth,
int currentDepth) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.