org.gradle.api.tasks.compile
Class AbstractOptions
java.lang.Object
org.gradle.api.tasks.compile.AbstractOptions
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BaseForkOptions, CompileOptions, DebugOptions, DependOptions, GroovyCompileOptions, ScalaCompileOptions
public abstract class AbstractOptions
- extends Object
- implements Serializable
Base class for compilation-related options.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOptions
public AbstractOptions()
define
public void define(@Nullable
Map<String,Object> args)
optionMap
public Map<String,Object> optionMap()
excludeFromAntProperties
protected boolean excludeFromAntProperties(String fieldName)
getAntPropertyName
protected String getAntPropertyName(String fieldName)
getAntPropertyValue
protected Object getAntPropertyValue(String fieldName,
Object value)