Package org.gradle.language.cpp
Interface ProductionCppComponent
- All Superinterfaces:
- ComponentWithBinaries,- ComponentWithDependencies,- ComponentWithTargetMachines,- CppComponent,- Named,- ProductionComponent,- SoftwareComponent
- All Known Subinterfaces:
- CppApplication,- CppLibrary
Represents a C++ component that is the main product of a project.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the binary of the component to use as the default for development.Methods inherited from interface org.gradle.language.ComponentWithDependenciesgetDependenciesMethods inherited from interface org.gradle.language.ComponentWithTargetMachinesgetTargetMachinesMethods inherited from interface org.gradle.language.cpp.CppComponentgetBaseName, getBinaries, getCppSource, getHeaderFiles, getImplementationDependencies, getPrivateHeaderDirs, getPrivateHeaders, getSource, privateHeaders, source
- 
Method Details- 
getDevelopmentBinaryReturns the binary of the component to use as the default for development.- Specified by:
- getDevelopmentBinaryin interface- ProductionComponent
 
 
-