Interface | Description |
---|---|
JobChangeListener |
A callback for receiving events when a GWT compile job changes status.
|
RecompileListener | Deprecated
replaced by
JobChangeListener . |
Class | Description |
---|---|
CodeServer |
This class contains the
main method that starts the code server for
"Super Dev Mode", a replacement for developer mode that doesn't require
browser plugins. |
CodeServer |
This class contains the
main method that starts the code server for
"Super Dev Mode", a replacement for developer mode that doesn't require
browser plugins. |
CompileDir |
Defines a directory tree used for compiling a GWT app one time.
|
CompileDir |
Defines a directory tree used for compiling a GWT app one time.
|
CompilerOptionsImpl |
Defines the compiler settings that Super Dev Mode uses for compiling
GWT apps.
|
HtmlWriter |
Writes HTML to a stream.
|
Job |
A request for Super Dev Mode to compile something.
|
JobChangeListener |
A callback for receiving events when a GWT compile job changes status.
|
JobEvent |
The status of a compile job submitted to Super Dev Mode.
|
JobEvent |
The status of a compile job submitted to Super Dev Mode.
|
JobEvent.Builder |
Creates a JobEvent.
|
JobEventTable |
Contains the current status of each
Job . |
JobRunner |
Executes requests to compile modules using Super Dev Mode.
|
JobRunner |
Executes requests to compile modules using Super Dev Mode.
|
JsonExporter |
Creates JSON descriptions of the code server's internal objects.
|
LauncherDir |
An output directory where other servers pick up files from Super Dev Mode.
|
Options |
Defines the command-line options for the
CodeServer's main() method. |
Options |
Defines the command-line options for the
CodeServer's main() method. |
Outbox |
Holds the compiler output for one module.
|
OutboxDir |
The directory tree where Super Dev Mode keeps all the files for one GWT app.
|
OutboxTable |
An in-memory table of all the outboxes available on this code server.
|
Pages |
Common HTTP responses that send HTML pages.
|
RecompileListener | Deprecated
replaced by
JobChangeListener . |
Recompiler |
Recompiles a GWT module on demand.
|
Response |
Encapsulates code that can send an HTTP response.
|
Responses |
Common HTTP responses other than HTML pages, which are in
Pages . |
Responses |
Common HTTP responses other than HTML pages, which are in
Pages . |
ReverseSourceMap |
A mapping from Java lines to JavaScript.
|
SourceHandler |
Serves Java source files so that a browser's debugger can display them.
|
SourceMap |
In-memory representation of a SourceMap.
|
UnmodifiableCompilerOptions |
An implementation of CompilerOptions where all mutating methods throw
UnsupportedOperationException.
|
WebServer |
The web server for Super Dev Mode, also known as the code server.
|
WebServer |
The web server for Super Dev Mode, also known as the code server.
|
Enum | Description |
---|---|
JobEvent.CompileStrategy |
The approach taken to do the compile.
|
JobEvent.Status |
Defines the lifecycle of a job.
|
Copyright © 2018. All rights reserved.