Uses of Class
com.google.appengine.tools.admin.Application
Packages that use Application
-
Uses of Application in com.google.appengine.tools.admin
Methods in com.google.appengine.tools.admin that return ApplicationModifier and TypeMethodDescriptionstatic 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 ApplicationModifier and TypeMethodDescriptionAppAdminFactory.createAppAdmin(Application app, PrintWriter errorWriter) Creates a newAppAdminthat can be used to administer the designated App Engine application.