|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.tasks.compile.AbstractOptions
org.gradle.api.tasks.compile.DebugOptions
public class DebugOptions extends AbstractOptions
Debug options for Java compilation. Only take effect if CompileOptions#debug#debug is set to true.
| Method Summary | |
|---|---|
String
|
getDebugLevel()
Tells which debugging information is to be generated. |
void
|
setDebugLevel(String debugLevel)
Sets which debug information is to be generated. |
| Methods inherited from class AbstractOptions | |
|---|---|
| define, excludeFromAntProperties, getAntPropertyName, getAntPropertyValue, optionMap |
| Method Detail |
|---|
@Input @Optional public String getDebugLevel()
public void setDebugLevel(String debugLevel)
Gradle API 1.5