public class AnalyzeModule extends Object
Constructor and Description |
---|
AnalyzeModule(com.google.gwt.dev.AnalyzeModule.AnalyzeModuleOptions options) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Performs a command-line analysis of the module with output to files for use
in further sharded build steps.
|
static PrecompileTaskOptions |
readAnalyzeModuleOptionsFile(TreeLogger logger,
File compilerWorkDir)
Loads the AnalyzeModule.OPTIONS_FILENAME data.
|
boolean |
run(TreeLogger logger) |
public AnalyzeModule(com.google.gwt.dev.AnalyzeModule.AnalyzeModuleOptions options)
public static void main(String[] args)
public static PrecompileTaskOptions readAnalyzeModuleOptionsFile(TreeLogger logger, File compilerWorkDir)
null
if the file is not found or another problem is
encountered reading the file.public boolean run(TreeLogger logger) throws UnableToCompleteException
UnableToCompleteException
Copyright © 2018. All rights reserved.