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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AbstractOptionspublic AbstractOptions()Deprecated.
 
- 
- 
Method Details- 
defineDeprecated.This method will be removed in Gradle 9.0Reflectively sets the properties of this object from the given map.
 
-