toggle menu
gradle
8.12
API
switch theme
search in API
gradle
/
org.gradle.language
/
ComponentWithOutputs
Component
With
Outputs
API
interface
ComponentWithOutputs
:
SoftwareComponent
(
source
)
Represents a component with output files.
Since
4.5
Inheritors
SwiftSharedLibrary
SwiftExecutable
SwiftStaticLibrary
CppStaticLibrary
CppExecutable
CppSharedLibrary
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.