toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.model.cpp
/
MacroDirective
Macro
Directive
API
interface
MacroDirective
(
source
)
Represent a macro directive.
Since
4.10
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of the macro.
get
Value
Link copied to clipboard
API
@
Nullable
abstract
fun
getValue
(
)
:
String
Returns the value of the macro, if any.