public interface EtaSourceSet
| Modifier and Type | Method and Description |
|---|---|
EtaSourceSet |
eta(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)
Configures the Eta source for this set.
|
org.gradle.api.file.SourceDirectorySet |
getEta()
Returns the source to be compiled by the Eta compiler for this source set.
|
org.gradle.api.file.SourceDirectorySet getEta()
EtaSourceSet eta(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)
The given action is used to configure the SourceDirectorySet which
contains the Eta source.
configureAction - The action to use to configure the Eta source.