Uses of Class
com.google.appengine.tools.admin.Application
-
Packages that use Application Package Description com.google.appengine.tools.admin -
-
Uses of Application in com.google.appengine.tools.admin
Methods in com.google.appengine.tools.admin that return Application Modifier and Type Method Description static ApplicationApplication. readApplication(String path)Reads the App Engine application frompath.static ApplicationApplication. readApplication(String path, com.google.appengine.tools.admin.RepoInfo.SourceContext sourceContext)Reads the App Engine application frompath.static ApplicationApplication. readApplication(String path, String appId, String module, String appVersion)Reads the App Engine application frompath.Methods in com.google.appengine.tools.admin with parameters of type Application Modifier and Type Method Description AppAdminAppAdminFactory. createAppAdmin(Application app, PrintWriter errorWriter)Creates a newAppAdminthat can be used to administer the designated App Engine application.
-