Interface CoffeeScriptCompileSpec
public interface CoffeeScriptCompileSpec
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCoffeeScriptJs(File coffeeScriptJs) voidsetDestinationDir(File destinationDir) voidsetOptions(CoffeeScriptCompileOptions options) voidsetSource(FileCollection source)
-
Method Details
-
getCoffeeScriptJs
File getCoffeeScriptJs() -
setCoffeeScriptJs
-
getDestinationDir
File getDestinationDir() -
setDestinationDir
-
getSource
FileCollection getSource() -
setSource
-
getOptions
CoffeeScriptCompileOptions getOptions() -
setOptions
-