Package com.google.appengine.api.modules
Interface IModulesServiceFactory
-
public interface IModulesServiceFactoryFactory interface for use by providers ofModulesServicefor registration withServiceFactoryFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModulesServicegetModulesService()Creates and returns aModulesService.
-
-
-
Method Detail
-
getModulesService
ModulesService getModulesService()
Creates and returns aModulesService.
-
-