Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.core.ext.soyc.coderef | |
com.google.gwt.core.ext.soyc.impl | |
com.google.gwt.dev.javac | |
com.google.gwt.dev.shell | |
com.google.gwt.dev.shell.remoteui | |
com.google.gwt.dev.util | |
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
com.google.gwt.i18n.server.testing | |
com.google.gwt.soyc.io | |
com.google.gwt.util.tools |
Utility classes for building GWT command-line applications.
|
java.io |
Modifier and Type | Method and Description |
---|---|
OutputStream |
DelegatingGeneratorContext.tryCreateResource(TreeLogger logger,
String partialPath) |
OutputStream |
GeneratorContext.tryCreateResource(TreeLogger logger,
String partialPath)
Attempts to get an
OutputStream so that the caller can write
file contents into the named file underneath the compilation output
directory. |
OutputStream |
StubGeneratorContext.tryCreateResource(TreeLogger logger,
String partialPath) |
Modifier and Type | Method and Description |
---|---|
GeneratedResource |
DelegatingGeneratorContext.commitResource(TreeLogger logger,
OutputStream os) |
GeneratedResource |
GeneratorContext.commitResource(TreeLogger logger,
OutputStream os)
Commits resource generation begun with
GeneratorContext.tryCreateResource(TreeLogger, String) . |
GeneratedResource |
StubGeneratorContext.commitResource(TreeLogger logger,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
SyntheticArtifact.writeTo(TreeLogger logger,
OutputStream out) |
void |
EmittedArtifact.writeTo(TreeLogger logger,
OutputStream out)
Provides access to the contents of the EmittedResource.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardGeneratedResource.writeTo(TreeLogger logger,
OutputStream out) |
Constructor and Description |
---|
DependencyGraphRecorder(OutputStream out,
JProgram jProgram) |
Modifier and Type | Method and Description |
---|---|
static void |
SizeMapRecorder.recordMap(TreeLogger logger,
OutputStream out,
SizeBreakdown[] sizeBreakdowns,
JavaToJavaScriptMap jjsmap,
Map<JsName,JsLiteral> internedLiteralByVariableName) |
static void |
SplitPointRecorder.recordSplitPoints(JProgram jprogram,
OutputStream out,
TreeLogger logger)
Used to record (runAsync) split points of a program.
|
static void |
StoryRecorder.recordStories(TreeLogger logger,
OutputStream out,
List<JsSourceMap> sourceInfoMaps,
String[] js)
Used to record dependencies of a program.
|
protected void |
StoryRecorder.recordStoriesImpl(TreeLogger logger,
OutputStream out,
List<JsSourceMap> sourceInfoMaps,
String[] js) |
Constructor and Description |
---|
DependencyRecorder(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
StandardGeneratorContext.tryCreateResource(TreeLogger logger,
String partialPath) |
Modifier and Type | Method and Description |
---|---|
GeneratedResource |
StandardGeneratorContext.commitResource(TreeLogger logger,
OutputStream os) |
Constructor and Description |
---|
BrowserChannel(InputStream inputStream,
OutputStream outputStream,
BrowserChannel.ObjectRefFactory objectRefFactory) |
Constructor and Description |
---|
MessageTransport(InputStream inputStream,
OutputStream outputStream,
RequestProcessor requestProcessor,
MessageTransport.ErrorCallback errorCallback)
Create a new instance using the given streams and request processor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract OutputStream |
OutputFileSet.createNewOutputStream(String path,
long lastModifiedTime) |
protected OutputStream |
OutputFileSetOnDirectory.createNewOutputStream(String path,
long timeStampMillis) |
protected OutputStream |
NullOutputFileSet.createNewOutputStream(String path,
long lastModifiedTime) |
OutputStream |
OutputFileSetOnJar.createNewOutputStream(String path,
long lastModifiedTime) |
OutputStream |
OutputFileSet.openForWrite(String path)
Opens a file for write.
|
OutputStream |
OutputFileSet.openForWrite(String path,
long timeStampMillis)
Opens a file for write.
|
Modifier and Type | Method and Description |
---|---|
static void |
Util.copy(InputStream is,
OutputStream os) |
static void |
Util.copy(TreeLogger logger,
InputStream is,
OutputStream os)
Copies an input stream out to an output stream.
|
static void |
Util.copyNoClose(InputStream is,
OutputStream os)
Copies all of the bytes from the input stream to the output stream until
the input stream is EOF.
|
void |
DiskCache.transferToStream(long token,
OutputStream out)
Writes the underlying bytes into the specified output stream.
|
static void |
Util.writeObjectToStream(OutputStream stream,
Object... objects)
Serializes an object and writes it to a stream.
|
static void |
Util.writeStringToStream(OutputStream stream,
String string) |
static void |
Util.writeUtf8(StringBuilder builder,
OutputStream out)
Writes the contents of a StringBuilder to an OutputStream, encoding
each character using the UTF-* encoding.
|
Modifier and Type | Method and Description |
---|---|
OutputStream |
MessageCatalogFactory.Context.createBinaryFile(String catalogName) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
MockMessageCatalogContext.createBinaryFile(String catalogName) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
OutputDirectory.getOutputStream(String path) |
OutputStream |
ArtifactsOutputDirectory.getOutputStream(String path) |
Modifier and Type | Method and Description |
---|---|
static void |
Utility.close(OutputStream os)
Helper that ignores exceptions during close, because what are you going to
do?
|
static void |
Utility.streamOut(File file,
OutputStream out,
int bufferSize) |
static void |
Utility.streamOut(InputStream in,
OutputStream out,
int bufferSize) |
Modifier and Type | Class and Description |
---|---|
class |
FilterOutputStream |
Constructor and Description |
---|
FilterOutputStream(OutputStream out) |
PrintStream(OutputStream out) |
Copyright © 2018. All rights reserved.