public class JSGoogPublisher extends JSPublisher implements IJSPublisher
Modifier and Type | Class and Description |
---|---|
class |
JSGoogPublisher.JSGoogErrorManager |
Modifier and Type | Field and Description |
---|---|
static String |
GOOG_INTERMEDIATE_DIR_NAME |
static String |
GOOG_RELEASE_DIR_NAME |
configuration, outputFolder, outputParentFolder
Constructor and Description |
---|
JSGoogPublisher(Configuration config) |
Modifier and Type | Method and Description |
---|---|
protected void |
appendSourceMapLocation(String path,
String projectName) |
protected void |
copyFile(String srcPath,
String tgtPath) |
protected void |
dumpJar(File jarFile,
File outputDir) |
File |
getOutputFolder() |
boolean |
publish(ProblemQuery problems) |
protected void |
writeFile(String path,
String content,
boolean append) |
protected void |
writeHTML(String type,
String projectName,
String dirPath) |
setupOutputFolder
public static final String GOOG_INTERMEDIATE_DIR_NAME
public static final String GOOG_RELEASE_DIR_NAME
public JSGoogPublisher(Configuration config)
public File getOutputFolder()
getOutputFolder
in interface IJSPublisher
getOutputFolder
in class JSPublisher
public boolean publish(ProblemQuery problems) throws IOException
publish
in interface IJSPublisher
publish
in class JSPublisher
IOException
protected void appendSourceMapLocation(String path, String projectName) throws IOException
IOException
protected void copyFile(String srcPath, String tgtPath) throws IOException
IOException
protected void writeHTML(String type, String projectName, String dirPath) throws IOException
IOException
protected void writeFile(String path, String content, boolean append) throws IOException
IOException
protected void dumpJar(File jarFile, File outputDir) throws IOException
IOException
Copyright © 2016 The Apache Software Foundation. All rights reserved.