Package org.gradle.language
Interface ComponentWithBinaries
- All Superinterfaces:
- Named,- SoftwareComponent
- All Known Subinterfaces:
- CppApplication,- CppComponent,- CppLibrary,- CppTestSuite,- ProductionCppComponent,- ProductionSwiftComponent,- SwiftApplication,- SwiftComponent,- SwiftLibrary,- SwiftXCTestSuite
Represents a component that is composed of one or more binaries.
- Since:
- 4.5
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionBinaryCollection<? extends SoftwareComponent> Returns the binaries of this component.
- 
Method Details- 
getBinariesBinaryCollection<? extends SoftwareComponent> getBinaries()Returns the binaries of this component.
 
-