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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionProvider<? extends SoftwareComponent> Returns the binary of the component to use as the default for development.
-
Method Details
-
getDevelopmentBinary
Provider<? extends SoftwareComponent> getDevelopmentBinary()Returns the binary of the component to use as the default for development.
-