com.voltvoodoo.brew.compile
Interface Compiler

All Known Implementing Classes:
AbstractTextFileCompiler, CoffeeJadeCompiler, CoffeeScriptCompiler, HamlCompiler, RawCopyCompiler

public interface Compiler


Method Summary
 void compile(java.util.List<java.lang.String> files, java.io.File sourceDir, java.io.File targetDir)
           
 

Method Detail

compile

void compile(java.util.List<java.lang.String> files,
             java.io.File sourceDir,
             java.io.File targetDir)


Copyright © 2011 FuseSource. All Rights Reserved.