public class ArtifactsOutputDirectory extends Object implements OutputDirectory
OutputDirectory
that writes its output as a list of GWT compiler
artifacts.Modifier and Type | Field and Description |
---|---|
static String |
COMPILE_REPORT_DIRECTORY |
Constructor and Description |
---|
ArtifactsOutputDirectory() |
Modifier and Type | Method and Description |
---|---|
List<SyntheticArtifact> |
getArtifacts()
Return the list of artifacts that have been written so far.
|
OutputStream |
getOutputStream(String path) |
public static final String COMPILE_REPORT_DIRECTORY
public List<SyntheticArtifact> getArtifacts()
public OutputStream getOutputStream(String path) throws IOException
getOutputStream
in interface OutputDirectory
IOException
Copyright © 2018. All rights reserved.