| Interface | Description |
|---|---|
| AppAdmin |
The application administration interface to App Engine.
|
| CronEntry |
Describes a single cron entry.
|
| GenericApplication |
An App Engine application (may be Java/Python).
|
| GenericApplication.ErrorHandler |
Interface describing the application's error handlers.
|
| UpdateListener |
A listener which receives events during a long running operation that
involves interaction with the server.
|
| Class | Description |
|---|---|
| AppAdmin.UpdateOptions |
Settable options for configuring the behavior of update operations.
|
| AppAdminFactory |
Creates a new
AppAdmin for a designated App Engine application. |
| AppAdminImpl |
Our implementation of the AppAdmin interface.
|
| AppCfg |
The command-line SDK tool for administration of App Engine applications.
|
| Application |
An App Engine application.
|
| ApplicationProcessingOptions |
Options used in preparing an application directory for upload.
|
| AppYamlTranslator |
Generates
app.yaml files suitable for uploading as part of
a Google App Engine application. |
| CronEntryImpl |
Implementation of the CronEntry interface used to describe a single cron
task.
|
| OutputPump |
Pumps lines from one stream onto another, used specifically for getting the stdout/stderr of a
child process onto the parent's.
|
| UpdateFailureEvent |
Received by an
UpdateListener. |
| UpdateProgressEvent |
Received by an
UpdateListener
periodically during an operation to indicate progress. |
| UpdateSuccessEvent |
Received by an
UpdateListener. |
| Utility |
Utility methods for this package.
|
| Enum | Description |
|---|---|
| JspCompilationException.Source |
| Exception | Description |
|---|---|
| AdminException |
Thrown when an unrecoverable failure occurs while communicating
with the remote administration console.
|
| JspCompilationException |
Copyright © 2022. All rights reserved.