Package rsp.util
Class JsCompiler
- java.lang.Object
-
- rsp.util.JsCompiler
-
public final class JsCompiler extends Object
The Closure Compiler runner.
-
-
Constructor Summary
Constructors Constructor Description JsCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.javascript.jscomp.ResultassembleJs(File sourceDir, File targetDir, String baseName)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
assembleJs
public static com.google.javascript.jscomp.Result assembleJs(File sourceDir, File targetDir, String baseName) throws IOException
- Throws:
IOException
-
-