Package org.gradle.platform.base
Interface PlatformAwareComponentSpec
- All Superinterfaces:
- ComponentSpec,- ModelElement,- Named,- VariantComponent,- VariantComponentSpec
- All Known Subinterfaces:
- NativeExecutableSpec,- NativeLibrarySpec,- TargetedNativeComponent
Defines Platform specific operations for ComponentSpecs
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionvoidtargetPlatform(String targetPlatform) Specifies a platform that this component should be built be for.Methods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.model.ModelElementgetDisplayNameMethods inherited from interface org.gradle.platform.base.VariantComponentgetName, getVariantsMethods inherited from interface org.gradle.platform.base.VariantComponentSpecgetBinaries
- 
Method Details- 
targetPlatformSpecifies a platform that this component should be built be for.
 
-