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 Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
-
Method Details
-
getVariants
Set<? extends SoftwareComponent> getVariants()
-