com.voltvoodoo.brew.compile
Class CoffeeScriptCompiler
java.lang.Object
com.voltvoodoo.brew.compile.CoffeeScriptCompiler
- All Implemented Interfaces:
- Compiler
public class CoffeeScriptCompiler
- extends java.lang.Object
- implements Compiler
|
Method Summary |
void |
compile(java.io.File source,
java.io.File target)
|
void |
compile(java.util.List<java.lang.String> files,
java.io.File sourceDir,
java.io.File targetDir)
|
java.lang.String |
compile(java.lang.String coffeeScriptSource)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoffeeScriptCompiler
public CoffeeScriptCompiler()
CoffeeScriptCompiler
public CoffeeScriptCompiler(java.util.Collection<CoffeeScriptOption> options)
compile
public java.lang.String compile(java.lang.String coffeeScriptSource)
compile
public void compile(java.io.File source,
java.io.File target)
throws CoffeeScriptCompileException,
java.io.IOException
- Throws:
CoffeeScriptCompileException
java.io.IOException
compile
public void compile(java.util.List<java.lang.String> files,
java.io.File sourceDir,
java.io.File targetDir)
- Specified by:
compile in interface Compiler
Copyright © 2011 FuseSource. All Rights Reserved.