gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model.cpp
/
CppBinary
Cpp
Binary
API
interface
CppBinary
(
source
)
Represents a C++ binary.
Since
4.10
Inheritors
CppStaticLibrary
CppExecutable
CppSharedLibrary
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
String
Returns the base name of this binary.
get
Compilation
Details
Link copied to clipboard
API
abstract
fun
getCompilationDetails
(
)
:
CompilationDetails
Returns the compilation details.
get
Linkage
Details
Link copied to clipboard
API
abstract
fun
getLinkageDetails
(
)
:
LinkageDetails
Returns the linkage details.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of this binary.
get
Variant
Name
Link copied to clipboard
API
abstract
fun
getVariantName
(
)
:
String
Returns the variant name of this binary.