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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns the binary of the component to use as the default for development.Methods inherited from interface ComponentWithDependencies
getDependenciesMethods inherited from interface ComponentWithTargetMachines
getTargetMachinesMethods inherited from interface CppComponent
getBaseName, getBinaries, getCppSource, getHeaderFiles, getImplementationDependencies, getPrivateHeaderDirs, getPrivateHeaders, getSource, privateHeaders, source
-
Method Details
-
getDevelopmentBinary
Returns the binary of the component to use as the default for development.- Specified by:
getDevelopmentBinaryin interfaceProductionComponent
-