toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.cpp
/
CppComponent
Cpp
Component
API
interface
CppComponent
(
source
)
Represents a C++ component.
Since
4.10
Inheritors
CppTestSuite
CppApplication
CppLibrary
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
String
Returns the base name of this component.
get
Binaries
Link copied to clipboard
API
abstract
fun
getBinaries
(
)
:
DomainObjectSet
<
out
CppBinary
>
All binaries buildable for this component.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of this component.