Package org.gradle.api.tasks.compile
Class AbstractOptions
- java.lang.Object
-
- org.gradle.api.tasks.compile.AbstractOptions
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseForkOptions,BaseScalaCompileOptions,CompileOptions,DebugOptions,GroovyCompileOptions,ScalaDocOptions
public abstract class AbstractOptions extends Object implements Serializable
Base class for compilation-related options.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefine(Map<String,Object> args)protected booleanexcludeFromAntProperties(String fieldName)protected StringgetAntPropertyName(String fieldName)protected ObjectgetAntPropertyValue(String fieldName, Object value)Map<String,Object>optionMap()
-
-
-
Method Detail
-
excludeFromAntProperties
protected boolean excludeFromAntProperties(String fieldName)
-
-