Package gw.config
Class CommonServices
- java.lang.Object
-
- gw.config.ServiceKernel
-
- gw.config.CommonServices
-
public class CommonServices extends ServiceKernel
-
-
Method Summary
-
Methods inherited from class gw.config.ServiceKernel
defineService, defineService, getService, redefineService, redefineService_Privileged, redefineServicesWithClass, resetKernel
-
-
-
-
Method Detail
-
defineServices
protected void defineServices()
Description copied from class:ServiceKernel
Contains all the definitions of the services provided by this kernel- Specified by:
defineServices
in classServiceKernel
-
redefineServices
protected void redefineServices()
Description copied from class:ServiceKernel
Contains the redefinition logic for this kernel- Specified by:
redefineServices
in classServiceKernel
-
getEntityAccess
public static IEntityAccess getEntityAccess()
-
getCoercionManager
public static ICoercionManager getCoercionManager()
-
getGosuProfilingService
public static IGosuProfilingService getGosuProfilingService()
-
getTypeSystem
public static ITypeSystem getTypeSystem()
-
sneakySetTypeSystem
public static void sneakySetTypeSystem(ITypeSystem typeSystem)
-
getGosuParserFactory
public static IGosuParserFactory getGosuParserFactory()
-
getGosuIndustrialPark
public static IGosuShop getGosuIndustrialPark()
-
getGosuLocalizationService
public static IGosuLocalizationService getGosuLocalizationService()
-
getXmlSchemaCompatibilityConfig
public static IXmlSchemaCompatibilityConfig getXmlSchemaCompatibilityConfig()
-
getPlatformHelper
public static IPlatformHelper getPlatformHelper()
-
getGosuInitializationHooks
public static IGosuInitializationHooks getGosuInitializationHooks()
-
getGlobalLoaderProvider
public static IGlobalLoaderProvider getGlobalLoaderProvider()
-
getExtensionFolderLocator
public static IExtensionFolderLocator getExtensionFolderLocator()
-
getFileSystem
public static IFileSystem getFileSystem()
-
getMemoryMonitor
public static IMemoryMonitor getMemoryMonitor()
-
getKernel
public static CommonServices getKernel()
-
-