Package org.gradle.nativeplatform
Interface NativeComponentSpec
- All Superinterfaces:
- ComponentSpec,- ModelElement,- Named
- All Known Subinterfaces:
- CUnitTestSuiteSpec,- GoogleTestTestSuiteSpec,- NativeExecutableSpec,- NativeLibrarySpec,- NativeTestSuiteSpec,- TargetedNativeComponent
Definition of a software component that is to be built by Gradle to run a on JVM platform.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionThe name that is used to construct the output file names when building this component.voidsetBaseName(String baseName) Sets the name that is used to construct the output file names when building this component.Methods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.model.ModelElementgetDisplayName, getName
- 
Method Details- 
getBaseNameString getBaseName()The name that is used to construct the output file names when building this component.
- 
setBaseNameSets the name that is used to construct the output file names when building this component.
 
-