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) |
setupOutputFolderpublic 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 IJSPublishergetOutputFolder in class JSPublisherpublic boolean publish(ProblemQuery problems) throws IOException
publish in interface IJSPublisherpublish in class JSPublisherIOExceptionprotected void appendSourceMapLocation(String path, String projectName) throws IOException
IOExceptionprotected void copyFile(String srcPath, String tgtPath) throws IOException
IOExceptionprotected void writeHTML(String type, String projectName, String dirPath) throws IOException
IOExceptionprotected void writeFile(String path, String content, boolean append) throws IOException
IOExceptionprotected void dumpJar(File jarFile, File outputDir) throws IOException
IOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.