toggle menu
gradle
8.11
API
switch theme
search in API
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.