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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionProvider<? extends SwiftBinary> Returns 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 SwiftComponent
getBinaries, getImplementationDependencies, getModule, getSource, getSourceCompatibility, getSwiftSource, source
-
Method Details
-
getDevelopmentBinary
Provider<? extends SwiftBinary> getDevelopmentBinary()Returns the binary of the component to use as the default for development.- Specified by:
getDevelopmentBinaryin interfaceProductionComponent
-