Class CoffeeScriptTranspiler
java.lang.Object
org.nustaq.kontraktor.webapp.transpiler.CLICommandTranspiler
org.nustaq.kontraktor.webapp.transpiler.CoffeeScriptTranspiler
- All Implemented Interfaces:
TranspilerHook
public class CoffeeScriptTranspiler extends CLICommandTranspiler
Created by ruedi on 22.05.16.
-
Constructor Summary
Constructors Constructor Description CoffeeScriptTranspiler() -
Method Summary
Modifier and Type Method Description protected java.lang.String[]createCMDLine(java.io.File targetJSFile, java.io.File source)Methods inherited from class org.nustaq.kontraktor.webapp.transpiler.CLICommandTranspiler
ioPoller, shouldUpdate, transpile
-
Constructor Details
-
CoffeeScriptTranspiler
public CoffeeScriptTranspiler()
-
-
Method Details
-
createCMDLine
protected java.lang.String[] createCMDLine(java.io.File targetJSFile, java.io.File source)- Specified by:
createCMDLinein classCLICommandTranspiler
-