gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.language
/
ComponentWithOutputs
Component
With
Outputs
API
interface
ComponentWithOutputs
:
SoftwareComponent
(
source
)
Represents a component with output files.
Since
4.5
Inheritors
CppStaticLibrary
CppExecutable
CppSharedLibrary
SwiftStaticLibrary
SwiftSharedLibrary
SwiftExecutable
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Outputs
Link copied to clipboard
API
abstract
fun
getOutputs
(
)
:
FileCollection
Returns the outputs produced for this component.