Answers the question why a component was selected during the dependency resolution.
Type | Name and description |
---|---|
String |
getDescription() Returns a human-consumable description of this selection reason. |
boolean |
isConflictResolution() Informs whether the component was selected by conflict resolution. |
boolean |
isExpected() Informs whether the component is the requested selection of all dependency declarations, and was not replaced for some reason, such as conflict resolution. |
boolean |
isForced() Informs whether the component was forced. |
boolean |
isSelectedByRule() Informs whether the component was selected by the dependency resolve rule. |
Returns a human-consumable description of this selection reason.
Informs whether the component was selected by conflict resolution. For more information about Gradle's conflict resolution please refer to the user guide. ResolutionStrategy contains information about conflict resolution and includes means to configure it.
Informs whether the component is the requested selection of all dependency declarations, and was not replaced for some reason, such as conflict resolution.
Informs whether the component was forced. Users can force components via ResolutionStrategy or when declaring dependencies (see DependencyHandler).
Informs whether the component was selected by the dependency resolve rule. Users can configure dependency resolve rules via ResolutionStrategy.eachDependency