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
Deprecated.
This class will be removed in Gradle 9.0. All classes that extend this class will no longer extend it.
Base class for compilation-related options.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractOptions
public AbstractOptions()Deprecated.
-
-
Method Details
-
define
Deprecated.This method will be removed in Gradle 9.0Reflectively sets the properties of this object from the given map.
-