Package org.gradle.api.tasks.compile
Class AbstractOptions
- java.lang.Object
-
- org.gradle.api.tasks.compile.AbstractOptions
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BaseForkOptions,BaseScalaCompileOptions,CompileOptions,DebugOptions,GroovyCompileOptions,ScalaDocOptions
@Deprecated public abstract class AbstractOptions extends java.lang.Object implements java.io.SerializableDeprecated.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractOptions()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddefine(java.util.Map<java.lang.String,java.lang.Object> args)Deprecated.This method will be removed in Gradle 9.0
-