Class JavaScopeDeriver
java.lang.Object
org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDeriver
org.eclipse.aether.util.graph.transformer.JavaScopeDeriver
Deprecated.
this class belongs to consumer project. Resolver should have no notion of scopes.
A scope deriver for use with 
ConflictResolver that supports the scopes from JavaScopes.- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.Creates a new instance of this scope deriver.
- 
Method SummaryModifier and TypeMethodDescriptionvoidderiveScope(ConflictResolver.ScopeContext context) Deprecated.Determines the scope of a dependency in relation to the scope of its parent.Methods inherited from class org.eclipse.aether.util.graph.transformer.ConflictResolver.ScopeDerivergetInstance
- 
Constructor Details- 
JavaScopeDeriverpublic JavaScopeDeriver()Deprecated.Creates a new instance of this scope deriver.
 
- 
- 
Method Details- 
deriveScopeDeprecated.Description copied from class:ConflictResolver.ScopeDeriverDetermines the scope of a dependency in relation to the scope of its parent. Implementors need to callConflictResolver.ScopeContext.setDerivedScope(String)to deliver the result of their calculation. If said method is not invoked, the conflict resolver will assume the scope of the child dependency remains unchanged.- Specified by:
- deriveScopein class- ConflictResolver.ScopeDeriver
- Parameters:
- context- the scope context, must not be- null
- Throws:
- RepositoryException- if the scope deriviation failed
 
 
-