public class CompileDir extends Object
The CompileDir gets created within the appropriate OutboxDir
for the app
being compiled.
Constructor and Description |
---|
CompileDir(File dir) |
Modifier and Type | Method and Description |
---|---|
List<File> |
findSourceMapFiles(String outputModuleName)
Given the outputModuleName from the compiler, returns all the sourcemap
files generated, or null if the directory couldn't be listed.
|
File |
getExtraDir()
The directory where the compiler saves auxiliary files that shouldn't be available via HTTP.
|
File |
getGenDir()
The directory tree where the compiler saves source code created by GWT generators.
|
File |
getLogFile()
The file where the GWT compiler writes compile errors and warnings.
|
File |
getRoot()
Top-level directory, containing the others.
|
File |
getWarDir()
The directory tree where the compiler saves output files that should be available
via HTTP.
|
public CompileDir(File dir)
public File getRoot()
public File getWarDir()
public File getExtraDir()
public File getGenDir()
public File getLogFile()
Copyright © 2018. All rights reserved.