|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScalaSourceSet
A ScalaSourceSetConvention defines the properties and methods added to a 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(groovy.lang.Closure configureClosure)
Configures the Scala source for this set. |
| Method Detail |
|---|
SourceDirectorySet getScala()
ScalaSourceSet scala(groovy.lang.Closure configureClosure)
SourceDirectorySet
which contains the Scala source.
configureClosure - The closure to use to configure the Scala source.
FileTree getAllScala()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||