Package org.gradle.api.tasks.scala
Class ScalaCompile
java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
org.gradle.api.internal.ConventionTask
org.gradle.api.tasks.SourceTask
org.gradle.api.tasks.compile.AbstractCompile
org.gradle.language.scala.tasks.AbstractScalaCompile
org.gradle.api.tasks.scala.ScalaCompile
- All Implemented Interfaces:
Comparable<Task>
,org.gradle.api.internal.DynamicObjectAware
,org.gradle.api.internal.IConventionAware
,org.gradle.api.internal.TaskInternal
,org.gradle.api.internal.tasks.compile.HasCompileOptions
,Named
,ExtensionAware
,Task
,PatternFilterable
,Configurable<Task>
Compiles Scala source files, and optionally, Java source files.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Task
Task.Namer
-
Field Summary
Fields inherited from class org.gradle.language.scala.tasks.AbstractScalaCompile
LOGGER
Fields inherited from interface org.gradle.api.Task
TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec
protected org.gradle.language.base.internal.compile.Compiler<org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec>
getCompiler
(org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec spec) Returns the classpath to use to load the Scala compiler.Returns the Scala compilation options.Returns the Scala compiler plugins to use.Returns the classpath to use to load the Zinc incremental compiler.void
setCompiler
(org.gradle.language.base.internal.compile.Compiler<org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec> compiler) For testing only.void
setScalaClasspath
(FileCollection scalaClasspath) void
setScalaCompilerPlugins
(FileCollection scalaCompilerPlugins) Sets the Scala compiler plugins to use.void
setZincClasspath
(FileCollection zincClasspath) Methods inherited from class org.gradle.language.scala.tasks.AbstractScalaCompile
compile, getAnalysisFiles, getAnalysisMappingFile, getCachedClasspathTransformer, getDeleter, getJavaLauncher, getJavaToolchainService, getJvmVersion, getObjectFactory, getOptions, getProjectLayout, getSource, getToolchain
Methods inherited from class org.gradle.api.tasks.compile.AbstractCompile
getClasspath, getDestinationDir, getDestinationDirectory, getSourceCompatibility, getTargetCompatibility, setClasspath, setDestinationDir, setDestinationDir, setSourceCompatibility, setTargetCompatibility
Methods inherited from class org.gradle.api.tasks.SourceTask
exclude, exclude, exclude, exclude, getExcludes, getIncludes, getPatternSet, getPatternSetFactory, include, include, include, include, setExcludes, setIncludes, setSource, setSource, source
Methods inherited from class org.gradle.api.internal.ConventionTask
conventionMapping, conventionMapping, getConventionMapping
Methods inherited from class org.gradle.api.DefaultTask
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
Methods inherited from class org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.gradle.api.Task
doNotTrackState, getConvention, notCompatibleWithConfigurationCache
-
Constructor Details
-
ScalaCompile
public ScalaCompile()
-
-
Method Details
-
getScalaCompileOptions
Description copied from class:AbstractScalaCompile
Returns the Scala compilation options.- Overrides:
getScalaCompileOptions
in classAbstractScalaCompile
-
getScalaClasspath
Returns the classpath to use to load the Scala compiler. -
setScalaClasspath
-
getScalaCompilerPlugins
Returns the Scala compiler plugins to use.- Since:
- 6.4
-
setScalaCompilerPlugins
Sets the Scala compiler plugins to use.- Parameters:
scalaCompilerPlugins
- Collection of Scala compiler plugins.- Since:
- 6.4
-
createSpec
protected org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec createSpec()- Overrides:
createSpec
in classAbstractScalaCompile
-
getZincClasspath
Returns the classpath to use to load the Zinc incremental compiler. This compiler in turn loads the Scala compiler. -
setZincClasspath
-
setCompiler
public void setCompiler(org.gradle.language.base.internal.compile.Compiler<org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec> compiler) For testing only. -
getCompiler
protected org.gradle.language.base.internal.compile.Compiler<org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec> getCompiler(org.gradle.api.internal.tasks.scala.ScalaJavaJointCompileSpec spec) - Specified by:
getCompiler
in classAbstractScalaCompile
-
assertScalaClasspathIsNonEmpty
protected void assertScalaClasspathIsNonEmpty()
-