public class GoogDepsWriter extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<String> |
additionalHTML |
ArrayList<String> |
filePathsInOrder |
boolean |
needCSS |
Constructor and Description |
---|
GoogDepsWriter(File outputFolder,
String mainClassName,
JSGoogConfiguration config,
List<ISWC> swcs) |
Modifier and Type | Method and Description |
---|---|
boolean |
generateDeps(ProblemQuery problems,
StringBuilder depsFileData) |
ArrayList<String> |
getListOfFiles(ProblemQuery problems) |
public GoogDepsWriter(File outputFolder, String mainClassName, JSGoogConfiguration config, List<ISWC> swcs)
public ArrayList<String> getListOfFiles(ProblemQuery problems) throws InterruptedException
InterruptedException
public boolean generateDeps(ProblemQuery problems, StringBuilder depsFileData) throws InterruptedException, FileNotFoundException
Copyright © 2016 The Apache Software Foundation. All rights reserved.