Groovy Documentation

org.gradle.api.tasks.compile
[Java] Class DebugOptions

java.lang.Object
  org.gradle.api.tasks.compile.AbstractOptions
      org.gradle.api.tasks.compile.DebugOptions

public class DebugOptions
extends AbstractOptions

Debug options for Java compilation.

Authors:
Hans Dockter


Method Summary
protected Map fieldName2AntMap()

String getDebugLevel()

void setDebugLevel(String debugLevel)

 
Methods inherited from class AbstractOptions
define, excludedFieldsFromOptionMap, fieldName2AntMap, fieldValue2AntMap, optionMap
 

Method Detail

fieldName2AntMap

protected Map fieldName2AntMap()


getDebugLevel

public String getDebugLevel()


setDebugLevel

public void setDebugLevel(String debugLevel)


 

Gradle API 1.0