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
/
CppProject
Cpp
Project
API
interface
CppProject
:
ProjectModel
(
source
)
Details about the C++ components of a Gradle project.
Since
4.10
Members
Functions
get
Main
Component
Link copied to clipboard
API
@
Nullable
abstract
fun
getMainComponent
(
)
:
@
Nullable
CppComponent
Returns the main C++ component of this project, if any.
get
Project
Identifier
Link copied to clipboard
API
abstract
fun
getProjectIdentifier
(
)
:
ProjectIdentifier
get
Test
Component
Link copied to clipboard
API
@
Nullable
abstract
fun
getTestComponent
(
)
:
@
Nullable
CppTestSuite
Returns the C++ unit test suite of this project, if any.