toggle menu
gradle
8.11.1
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
SwiftStaticLibrary
SwiftExecutable
SwiftSharedLibrary
CppSharedLibrary
CppStaticLibrary
CppExecutable
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.