Package org.gradle.api.attributes
Interface AttributeDisambiguationRule<T>
- Type Parameters:
T- The attribute value type.
- All Superinterfaces:
Action<MultipleCandidatesDetails<T>>
- All Known Implementing Classes:
NativeBasePlugin.LinkageSelectionRule,ScalaBasePlugin.UsageDisambiguationRules
A rule that selects the best value out of a set of candidates.
- Since:
- 4.0
-
Method Summary