
| 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. |
| CompileDir |
Defines a directory tree used for compiling a GWT app one time.
|
| JobEvent |
The status of a compile job submitted to Super Dev Mode.
|
| JobEvent.Builder |
Creates a JobEvent.
|
| JobRunner |
Executes requests to compile modules using Super Dev Mode.
|
| Options |
Defines the command-line options for the
CodeServer's main() method. |
| Responses |
Common HTTP responses other than HTML pages, which are in
Pages. |
| 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.