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 Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionBinaryCollection<? extends SoftwareComponent> Returns the binaries of this component.
-
Method Details
-
getBinaries
BinaryCollection<? extends SoftwareComponent> getBinaries()Returns the binaries of this component.
-