Interface ComponentWithOutputs
- All Superinterfaces:
Named, SoftwareComponent
- All Known Subinterfaces:
CppExecutable, CppSharedLibrary, CppStaticLibrary, SwiftExecutable, SwiftSharedLibrary, SwiftStaticLibrary
Represents a component with output files.
- Since:
- 4.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns the outputs produced for this component.
-
Method Details
-
getOutputs
FileCollection getOutputs()Returns the outputs produced for this component.
-