Package gw.config
Class CommonServices
java.lang.Object
gw.config.ServiceKernel
gw.config.CommonServices
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static IFileSystem
private static CommonServices
private static ITypeSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Contains all the definitions of the services provided by this kernelstatic ICoercionManager
private static IFileSystem
static IEntityAccess
static IExtensionFolderLocator
static IFileSystem
static IGlobalLoaderProvider
static IGosuShop
static IGosuInitializationHooks
static IGosuLocalizationService
static IGosuParserFactory
static IGosuProfilingService
static CommonServices
static IMemoryMonitor
static IPlatformHelper
static ITypeSystem
protected void
Contains the redefinition logic for this kernelstatic void
sneakySetTypeSystem
(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:ServiceKernel
Contains all the definitions of the services provided by this kernel- Specified by:
defineServices
in classServiceKernel
-
getDefaultFileSystemInstance
-
redefineServices
protected void redefineServices()Description copied from class:ServiceKernel
Contains the redefinition logic for this kernel- Specified by:
redefineServices
in classServiceKernel
-
getEntityAccess
-
getCoercionManager
-
getGosuProfilingService
-
getTypeSystem
-
sneakySetTypeSystem
-
getGosuParserFactory
-
getGosuIndustrialPark
-
getGosuLocalizationService
-
getXmlSchemaCompatibilityConfig
-
getPlatformHelper
-
getGosuInitializationHooks
-
getGlobalLoaderProvider
-
getExtensionFolderLocator
-
getFileSystem
-
getMemoryMonitor
-
getKernel
-