toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.language.nativeplatform
/
ComponentWithObjectFiles
Component
With
Object
Files
API
interface
ComponentWithObjectFiles
:
ComponentWithNativeRuntime
(
source
)
Represents a component that produces object files.
Since
4.5
Inheritors
SwiftBinary
CppBinary
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
Provider
<
String
>
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Objects
Link copied to clipboard
API
abstract
fun
getObjects
(
)
:
FileCollection
Returns the object files created for this component.
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