Package org.gradle.language
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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the outputs produced for this component.
- 
Method Details- 
getOutputsFileCollection getOutputs()Returns the outputs produced for this component.
 
-