Uses of Interface
gw.config.IService
-
-
Uses of IService in editor
Classes in editor that implement IService Modifier and Type Class Description classGosuEditorPlatformHelperclassPackageTypeLoaderclassTypeInPackageTypeLoader -
Uses of IService in gw.config
Subinterfaces of IService in gw.config Modifier and Type Interface Description interfaceIExtensionFolderLocatorinterfaceIGlobalLoaderProviderinterfaceIGosuInitializationHooksinterfaceIGosuLocalizationServiceinterfaceIGosuProfilingServiceThis is a interface for profiling in modules before pl.interfaceIMemoryMonitorinterfaceIPlatformHelperinterfaceIXmlSchemaCompatibilityConfigClasses in gw.config that implement IService Modifier and Type Class Description classAbstractPlatformHelperclassBaseServiceclassDefaultExtensionFolderLocatorclassDefaultGlobalLoaderProviderclassDefaultGosuInitializationHooksclassDefaultGosuProfilingServiceclassDefaultXmlSchemaCompatibilityConfigFields in gw.config with type parameters of type IService Modifier and Type Field Description private Stack<IService>ServiceKernel. _initingServicesprivate java.util.Map<java.lang.Class<? extends IService>,IService>ServiceKernel. _servicesprivate java.util.Map<java.lang.Class<? extends IService>,IService>ServiceKernel. _servicesMethods in gw.config with type parameters of type IService Modifier and Type Method Description protected <T extends IService>
voidServiceKernel. defineService(java.lang.Class<? extends T> serviceClass, java.lang.Class<? extends T> implClass)protected <T extends IService,Q extends T>
voidServiceKernel. defineService(java.lang.Class<? extends T> service, Q defaultImplementation)Defines a service provided by this ServiceKernelprivate <T extends IService>
voidServiceKernel. detectCircularInitializationDependencies(IService service)<T extends IService>
TServiceKernel. getService(java.lang.Class<? extends T> service)<T extends IService,Q extends T>
voidServiceKernel. redefineService(java.lang.Class<? extends T> service, Q newProvider)Overrides the default implemenation of the service with a different provider.<T extends IService,Q extends T>
voidServiceKernel. redefineService_Privileged(java.lang.Class<? extends T> service, Q newProvider)Methods in gw.config with parameters of type IService Modifier and Type Method Description private <T extends IService>
voidServiceKernel. detectCircularInitializationDependencies(IService service) -
Uses of IService in gw.internal.gosu
Classes in gw.internal.gosu that implement IService Modifier and Type Class Description classDefaultLocalizationServiceclassShellEntityAccess -
Uses of IService in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IService Modifier and Type Class Description classDynamicTypeLoader -
Uses of IService in gw.internal.gosu.memory
Classes in gw.internal.gosu.memory that implement IService Modifier and Type Class Description classDefaultMemoryMonitor -
Uses of IService in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IService Modifier and Type Class Description classFileSystemImpl -
Uses of IService in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IService Modifier and Type Class Description classDefaultEntityAccessclassDefaultPlatformHelperclassDefaultTypeLoaderclassGosuIndustrialParkImplclassGosuParserFactoryImplDefines a factory for constructing concrete IGosuParser implementations.classTypeLoaderAccess -
Uses of IService in gw.internal.gosu.parser.gwPlatform
Classes in gw.internal.gosu.parser.gwPlatform that implement IService Modifier and Type Class Description classGWCoercionManagerclassGWEntityAccess -
Uses of IService in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement IService Modifier and Type Class Description classPropertiesTypeLoader -
Uses of IService in gw.lang
Subinterfaces of IService in gw.lang Modifier and Type Interface Description interfaceIGosuShop -
Uses of IService in gw.lang.gosuc
Classes in gw.lang.gosuc that implement IService Modifier and Type Class Description classGosucGlobalLoaderProvider -
Uses of IService in gw.lang.gosuc.simple
Classes in gw.lang.gosuc.simple that implement IService Modifier and Type Class Description classCompilerMemoryMonitorclassCompilerPlatformHelper -
Uses of IService in gw.lang.parser
Subinterfaces of IService in gw.lang.parser Modifier and Type Interface Description interfaceICoercionManagerinterfaceIGosuParserFactoryClasses in gw.lang.parser that implement IService Modifier and Type Class Description classStandardCoercionManager -
Uses of IService in gw.lang.reflect
Subinterfaces of IService in gw.lang.reflect Modifier and Type Interface Description interfaceIDefaultTypeLoaderinterfaceIEntityAccessinterfaceIExtendedTypeLoaderinterfaceITypeLoaderinterfaceITypeSystemClasses in gw.lang.reflect that implement IService Modifier and Type Class Description classSimpleTypeLoaderclassTypeLoaderBase -
Uses of IService in gw.lang.reflect.gs
Classes in gw.lang.reflect.gs that implement IService Modifier and Type Class Description classGosuClassTypeLoader -
Uses of IService in gw.lang.reflect.module
Subinterfaces of IService in gw.lang.reflect.module Modifier and Type Interface Description interfaceIFileSystem
-