public class DefaultJavaScriptCompileSpec extends Object implements JavaScriptCompileSpec, Serializable
| Constructor and Description |
|---|
DefaultJavaScriptCompileSpec(Iterable<org.gradle.api.internal.file.RelativeFile> sources,
File destinationDir) |
| Modifier and Type | Method and Description |
|---|---|
File |
getDestinationDir() |
Iterable<org.gradle.api.internal.file.RelativeFile> |
getSources() |
public Iterable<org.gradle.api.internal.file.RelativeFile> getSources()
getSources in interface JavaScriptCompileSpecpublic File getDestinationDir()
getDestinationDir in interface PlayCompileSpec