Package | Description |
---|---|
org.eclipse.aether.util.graph.transformer |
Various dependency graph transformers for post-processing a dependency graph.
|
Modifier and Type | Field and Description |
---|---|
(package private) ConflictResolver.ScopeContext |
ConflictResolver.State.scopeCtx
The scope context passed to the scope deriver, updated as we move along rather than recreated to avoid tmp
objects.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ConflictResolver.ScopeDeriver.deriveScope(ConflictResolver.ScopeContext context)
Determines the scope of a dependency in relation to the scope of its parent.
|
void |
JavaScopeDeriver.deriveScope(ConflictResolver.ScopeContext context) |