api / org.gradle.plugins.javascript.coffeescript / CoffeeScriptCompileSpec

CoffeeScriptCompileSpec

interface CoffeeScriptCompileSpec

Functions

getCoffeeScriptJs

abstract fun getCoffeeScriptJs(): File

getDestinationDir

abstract fun getDestinationDir(): File

getOptions

abstract fun getOptions(): CoffeeScriptCompileOptions

getSource

abstract fun getSource(): FileCollection

setCoffeeScriptJs

abstract fun setCoffeeScriptJs(coffeeScriptJs: File): Unit

setDestinationDir

abstract fun setDestinationDir(destinationDir: File): Unit

setOptions

abstract fun setOptions(options: CoffeeScriptCompileOptions): Unit

setSource

abstract fun setSource(source: FileCollection): Unit