|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ScalaSourceSet
A ScalaSourceSetConvention defines the properties and methods added to a org.gradle.api.tasks.SourceSet by the org.gradle.api.plugins.scala.ScalaPlugin.
Method Summary | |
---|---|
FileTree
|
getAllScala()
All Scala source for this source set. |
SourceDirectorySet
|
getScala()
Returns the source to be compiled by the Scala compiler for this source set. |
ScalaSourceSet
|
scala(Closure configureClosure)
Configures the Scala source for this set. |
Method Detail |
---|
public FileTree getAllScala()
public SourceDirectorySet getScala()
public ScalaSourceSet scala(Closure configureClosure)
Groovy Documentation