Package org.gradle.api.component
Interface ComponentWithVariants
- All Superinterfaces:
- Named,- SoftwareComponent
Represents a 
SoftwareComponent that provides one or more mutually exclusive children, or variants.- Since:
- 4.3
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method Summary
- 
Method Details- 
getVariantsSet<? extends SoftwareComponent> getVariants()
 
-