|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ScalaSourceSet
A ScalaSourceSetConvention defines the properties and methods added to a SourceSet by the ScalaPlugin.
Method Summary | |
---|---|
SourceDirectorySet
|
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 SourceDirectorySet getAllScala()
public SourceDirectorySet getScala()
public ScalaSourceSet scala(Closure configureClosure)
The given closure is used to configure the SourceDirectorySet which contains the Scala source.
configureClosure
- The closure to use to configure the Scala source.
Gradle API 1.12