JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.gradle.tooling.model.cpp
MacroDirective
Contents
Description
Method Summary
Method Details
getName()
getValue()
Hide sidebar
Show sidebar
Interface MacroDirective
public interface
MacroDirective
Represent a macro directive.
Since:
4.10
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Returns the name of the macro.
@Nullable
String
getValue
()
Returns the value of the macro, if any.
Method Details
getName
String
getName
()
Returns the name of the macro.
getValue
@Nullable
String
getValue
()
Returns the value of the macro, if any.