toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language.nativeplatform
/
ComponentWithLinkFile
Component
With
Link
File
API
interface
ComponentWithLinkFile
:
ComponentWithNativeRuntime
(
source
)
Represents a native component that produces a file to be used at link time.
Since
4.5
Inheritors
ComponentWithSharedLibrary
ComponentWithStaticLibrary
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
Provider
<
String
>
get
Link
File
Link copied to clipboard
API
abstract
fun
getLinkFile
(
)
:
Provider
<
RegularFile
>
Returns the link file of this component.
get
Link
File
Producer
Link copied to clipboard
API
abstract
fun
getLinkFileProducer
(
)
:
Provider
<
out
Task
>
Returns the task that should be run to produce the link file of this component.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Target
Machine
Link copied to clipboard
API
abstract
fun
getTargetMachine
(
)
:
TargetMachine
get
Tool
Chain
Link copied to clipboard
API
abstract
fun
getToolChain
(
)
:
NativeToolChain
is
Debuggable
Link copied to clipboard
API
abstract
fun
isDebuggable
(
)
:
Boolean
is
Optimized
Link copied to clipboard
API
abstract
fun
isOptimized
(
)
:
Boolean