Package org.gradle.platform.base
Interface VariantComponentSpec
- All Superinterfaces:
- ComponentSpec,- ModelElement,- Named,- VariantComponent
- All Known Subinterfaces:
- ApplicationSpec,- CUnitTestSuiteSpec,- GeneralComponentSpec,- GoogleTestTestSuiteSpec,- LibrarySpec,- NativeExecutableSpec,- NativeLibrarySpec,- NativeTestSuiteSpec,- PlatformAwareComponentSpec,- TargetedNativeComponent,- TestSuiteSpec
- All Known Implementing Classes:
- BaseComponentSpec
Represents a component spec that is made up of one or more mutually exclusive variants.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionThe variants produced for this component spec.Methods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.model.ModelElementgetDisplayNameMethods inherited from interface org.gradle.platform.base.VariantComponentgetName, getVariants
- 
Method Details- 
getBinariesModelMap<BinarySpec> getBinaries()The variants produced for this component spec.
 
-