Uses of Interface
com.google.appengine.api.modules.ModulesService
-
Packages that use ModulesService Package Description com.google.appengine.api.modules Utility functions for working with App Engine services (previously known as modules). -
-
Uses of ModulesService in com.google.appengine.api.modules
Methods in com.google.appengine.api.modules that return ModulesService Modifier and Type Method Description ModulesService
IModulesServiceFactory. getModulesService()
Creates and returns aModulesService
.static ModulesService
ModulesServiceFactory. getModulesService()
Returns an implementation ofModulesService
for the current environment.
-