Package org.gradle.language.swift
Interface ProductionSwiftComponent
- All Superinterfaces:
- ComponentWithBinaries,- ComponentWithDependencies,- ComponentWithTargetMachines,- Named,- ProductionComponent,- SoftwareComponent,- SwiftComponent
- All Known Subinterfaces:
- SwiftApplication,- SwiftLibrary
Represents a Swift 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 SwiftBinary> Returns 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.swift.SwiftComponentgetBinaries, getImplementationDependencies, getModule, getSource, getSourceCompatibility, getSwiftSource, source
- 
Method Details- 
getDevelopmentBinaryProvider<? extends SwiftBinary> getDevelopmentBinary()Returns the binary of the component to use as the default for development.- Specified by:
- getDevelopmentBinaryin interface- ProductionComponent
 
 
-