| Package | Description |
|---|---|
| com.google.appengine.tools.admin |
| Modifier and Type | Method and Description |
|---|---|
static Application |
Application.readApplication(String path)
Reads the App Engine application from
path. |
static Application |
Application.readApplication(String path,
com.google.appengine.tools.admin.RepoInfo.SourceContext sourceContext)
Reads the App Engine application from
path. |
static Application |
Application.readApplication(String path,
String appId,
String module,
String appVersion)
Reads the App Engine application from
path. |
| Modifier and Type | Method and Description |
|---|---|
AppAdmin |
AppAdminFactory.createAppAdmin(Application app,
PrintWriter errorWriter)
Creates a new
AppAdmin that can be used to administer the designated App Engine
application. |
Copyright © 2022. All rights reserved.