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 Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
targetPlatform
(String targetPlatform) Specifies a platform that this component should be built be for.Methods inherited from interface org.gradle.platform.base.ComponentSpec
getProjectPath
Methods inherited from interface org.gradle.model.ModelElement
getDisplayName
Methods inherited from interface org.gradle.platform.base.VariantComponent
getName, getVariants
Methods inherited from interface org.gradle.platform.base.VariantComponentSpec
getBinaries
-
Method Details
-
targetPlatform
Specifies a platform that this component should be built be for.
-