@Component(role=EAPModulesDependencyBuilder.class) public interface EAPModulesDependencyBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
build(EAPLayer layer,
org.eclipse.aether.graph.DependencyNode dependencies,
EAPArtifactsHolder artifactsHolder)
Builds the dependencies between all modules in each layer.
|
void build(EAPLayer layer, org.eclipse.aether.graph.DependencyNode dependencies, EAPArtifactsHolder artifactsHolder) throws EAPModulesDependencyBuilderException
artifactsHolder instance.layer - The module layer to perform dependency resolution. The module instances dependencies will be added.dependencies - The maven aether dependency graph resolved.artifactsHolder - The holder artifacts instance.EAPModulesDependencyBuilderException - Error during dependency resoultion.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.