public interface CoffeeScriptCompileSpec
| Modifier and Type | Method and Description | 
|---|---|
| File | getCoffeeScriptJs() | 
| File | getDestinationDir() | 
| CoffeeScriptCompileOptions | getOptions() | 
| FileCollection | getSource() | 
| void | setCoffeeScriptJs(File coffeeScriptJs) | 
| void | setDestinationDir(File destinationDir) | 
| void | setOptions(CoffeeScriptCompileOptions options) | 
| void | setSource(FileCollection source) | 
File getCoffeeScriptJs()
void setCoffeeScriptJs(File coffeeScriptJs)
File getDestinationDir()
void setDestinationDir(File destinationDir)
FileCollection getSource()
void setSource(FileCollection source)
CoffeeScriptCompileOptions getOptions()
void setOptions(CoffeeScriptCompileOptions options)