com.voltvoodoo.brew.compile
Class CoffeeScriptCompiler

java.lang.Object
  extended by com.voltvoodoo.brew.compile.CoffeeScriptCompiler
All Implemented Interfaces:
Compiler

public class CoffeeScriptCompiler
extends java.lang.Object
implements Compiler


Constructor Summary
CoffeeScriptCompiler()
           
CoffeeScriptCompiler(java.util.Collection<CoffeeScriptOption> options)
           
 
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
 

Constructor Detail

CoffeeScriptCompiler

public CoffeeScriptCompiler()

CoffeeScriptCompiler

public CoffeeScriptCompiler(java.util.Collection<CoffeeScriptOption> options)
Method Detail

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.