public class VF2JSClosureCompilerWrapper extends Object
Modifier and Type | Field and Description |
---|---|
String |
targetFilePath |
Constructor and Description |
---|
VF2JSClosureCompilerWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
addJSExternsFile(com.google.javascript.jscomp.SourceFile file) |
void |
addJSExternsFile(String fileName) |
void |
addJSSourceFile(String fileName) |
void |
compile() |
void |
setOptions(String sourceMapPath,
boolean useStrictPublishing) |
public String targetFilePath
public void addJSExternsFile(String fileName)
public void addJSExternsFile(com.google.javascript.jscomp.SourceFile file)
public void addJSSourceFile(String fileName)
public void compile()
public void setOptions(String sourceMapPath, boolean useStrictPublishing)
Copyright © 2016 The Apache Software Foundation. All rights reserved.