gradle
8.2
Java API
gradle
/
org.gradle.tooling.model.cpp
/
MacroDirective
Macro
Directive
Java API
interface
MacroDirective
Represent a macro directive.
Members
Functions
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
Returns the name of the macro.
get
Value
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getValue
(
)
:
String
Returns the value of the macro, if any.