Package org.gradle.language
Interface ProductionComponent
- All Superinterfaces:
- Named,- SoftwareComponent
- All Known Subinterfaces:
- CppApplication,- CppLibrary,- ProductionCppComponent,- ProductionSwiftComponent,- SwiftApplication,- SwiftLibrary
Represents a 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 TypeMethodDescriptionProvider<? extends SoftwareComponent> Returns the binary of the component to use as the default for development.
- 
Method Details- 
getDevelopmentBinaryProvider<? extends SoftwareComponent> getDevelopmentBinary()Returns the binary of the component to use as the default for development.
 
-