public class DefaultEtaSourceSet extends java.lang.Object implements EtaSourceSet
| Constructor and Description |
|---|
DefaultEtaSourceSet(org.gradle.api.tasks.SourceSet sourceSet,
java.lang.String name,
java.lang.String displayName,
org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory) |
| 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.
|
java.lang.String |
getClassesDir() |
java.lang.String |
getCompileTaskName() |
org.gradle.api.file.SourceDirectorySet |
getEta()
Returns the source to be compiled by the Eta compiler for this source set.
|
java.lang.String |
getInstallDependenciesTaskName() |
java.lang.String |
getRelativeOutputDir() |
@Inject
public DefaultEtaSourceSet(org.gradle.api.tasks.SourceSet sourceSet,
java.lang.String name,
java.lang.String displayName,
org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory)
public org.gradle.api.file.SourceDirectorySet getEta()
EtaSourceSetgetEta in interface EtaSourceSetpublic EtaSourceSet eta(org.gradle.api.Action<? super org.gradle.api.file.SourceDirectorySet> configureAction)
EtaSourceSetThe given action is used to configure the SourceDirectorySet which
contains the Eta source.
eta in interface EtaSourceSetconfigureAction - The action to use to configure the Eta source.public java.lang.String getCompileTaskName()
public java.lang.String getInstallDependenciesTaskName()
public java.lang.String getRelativeOutputDir()
public java.lang.String getClassesDir()