Interface ComponentWithDependencies
- All Superinterfaces:
Named, SoftwareComponent
- All Known Subinterfaces:
CppApplication, CppBinary, CppComponent, CppExecutable, CppLibrary, CppSharedLibrary, CppStaticLibrary, CppTestExecutable, CppTestSuite, ProductionCppComponent, ProductionSwiftComponent, SwiftApplication, SwiftBinary, SwiftComponent, SwiftExecutable, SwiftLibrary, SwiftSharedLibrary, SwiftStaticLibrary, SwiftXCTestBinary, SwiftXCTestBundle, SwiftXCTestExecutable, SwiftXCTestSuite
Represents a component with implementation dependencies.
- Since:
- 4.6
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns the dependencies of this component.
-
Method Details
-
getDependencies
ComponentDependencies getDependencies()Returns the dependencies of this component.
-