gradle
8.2-rc-3
Java API
gradle
/
org.gradle.language
/
ComponentWithOutputs
Component
With
Outputs
Java API
interface
ComponentWithOutputs
:
SoftwareComponent
Represents a component with output files.
Inheritors
CppExecutable
CppSharedLibrary
CppStaticLibrary
SwiftSharedLibrary
SwiftExecutable
SwiftStaticLibrary
Members
Functions
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
get
Outputs
Link copied to clipboard
Java API
abstract
fun
getOutputs
(
)
:
FileCollection
Returns the outputs produced for this component.