Package gw.config
Class CommonServices
java.lang.Object
gw.config.ServiceKernel
gw.config.CommonServices
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static IFileSystemprivate static CommonServicesprivate static ITypeSystem -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidContains all the definitions of the services provided by this kernelstatic ICoercionManagerprivate static IFileSystemstatic IEntityAccessstatic IExtensionFolderLocatorstatic IFileSystemstatic IGlobalLoaderProviderstatic IGosuShopstatic IGosuInitializationHooksstatic IGosuLocalizationServicestatic IGosuParserFactorystatic IGosuProfilingServicestatic CommonServicesstatic IMemoryMonitorstatic IPlatformHelperstatic ITypeSystemprotected voidContains the redefinition logic for this kernelstatic voidsneakySetTypeSystem(ITypeSystem typeSystem) Methods inherited from class gw.config.ServiceKernel
defineService, defineService, getService, redefineService, redefineService_Privileged, redefineServicesWithClass, resetKernel
-
Field Details
-
_kernel
-
_typeSystem
-
_fileSystem
-
-
Constructor Details
-
CommonServices
private CommonServices()
-
-
Method Details
-
defineServices
protected void defineServices()Description copied from class:ServiceKernelContains all the definitions of the services provided by this kernel- Specified by:
defineServicesin classServiceKernel
-
getDefaultFileSystemInstance
-
redefineServices
protected void redefineServices()Description copied from class:ServiceKernelContains the redefinition logic for this kernel- Specified by:
redefineServicesin classServiceKernel
-
getEntityAccess
-
getCoercionManager
-
getGosuProfilingService
-
getTypeSystem
-
sneakySetTypeSystem
-
getGosuParserFactory
-
getGosuIndustrialPark
-
getGosuLocalizationService
-
getXmlSchemaCompatibilityConfig
-
getPlatformHelper
-
getGosuInitializationHooks
-
getGlobalLoaderProvider
-
getExtensionFolderLocator
-
getFileSystem
-
getMemoryMonitor
-
getKernel
-