public static final class ConflictResolver.ScopeContext extends Object
ConflictResolver.ScopeDeriver| Constructor and Description | 
|---|
| ConflictResolver.ScopeContext(String parentScope,
                                                          String childScope)Creates a new scope context with the specified properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChildScope()Gets the original scope of the child dependency. | 
| String | getDerivedScope()Gets the derived scope of the child dependency. | 
| String | getParentScope()Gets the scope of the parent dependency. | 
| void | setDerivedScope(String derivedScope)Sets the derived scope of the child dependency. | 
public ConflictResolver.ScopeContext(String parentScope, String childScope)
parentScope - The scope of the parent dependency, may be null.childScope - The scope of the child dependency, may be null.public String getParentScope()
null.public String getChildScope()
null.public String getDerivedScope()
getChildScope() until the
 scope deriver makes changes.null.public void setDerivedScope(String derivedScope)
derivedScope - The derived scope of the dependency, may be null.Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.