Groovy Documentation

org.gradle.api.tasks.compile
[Groovy] Class AbstractOptions

java.lang.Object
  org.gradle.api.tasks.compile.AbstractOptions
All Implemented Interfaces:
Serializable

class AbstractOptions
extends Object

Authors:
Hans Dockter


Method Summary
protected Map addValueToMapIfNotNull(Map map, Field field)

void define(Map args)

List excludedFieldsFromOptionMap()

Map fieldName2AntMap()

Map fieldValue2AntMap()

protected boolean isOptionField(Field field)

Map optionMap()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

addValueToMapIfNotNull

protected Map addValueToMapIfNotNull(Map map, Field field)


define

void define(Map args)


excludedFieldsFromOptionMap

List excludedFieldsFromOptionMap()


fieldName2AntMap

Map fieldName2AntMap()


fieldValue2AntMap

Map fieldValue2AntMap()


isOptionField

protected boolean isOptionField(Field field)


optionMap

Map optionMap()


 

Gradle API 1.0-milestone-8