|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Incubating public interface ModuleVersionSelectionReason
Answers the question why given module version was selected during the dependency resolution
| Method Summary | |
|---|---|
String |
getDescription()
Describes this selection reason. |
boolean |
isConflictResolution()
Informs whether the module was selected by conflict resolution. |
boolean |
isForced()
Informs whether the module was forced. |
boolean |
isSelectedByRule()
Informs whether the module was selected by the dependency resolve rule. |
| Method Detail |
|---|
boolean isForced()
ResolutionStrategy
or when declaring dependencies (see DependencyHandler).
boolean isConflictResolution()
ResolutionStrategy contains information
about conflict resolution and includes means to configure it.
boolean isSelectedByRule()
ResolutionStrategy.eachDependency(org.gradle.api.Action)
String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||