Uses of Interface
gw.config.IService
-
-
Uses of IService in editor
Classes in editor that implement IService Modifier and Type Class Description class
GosuEditorPlatformHelper
class
PackageTypeLoader
class
TypeInPackageTypeLoader
-
Uses of IService in gw.config
Subinterfaces of IService in gw.config Modifier and Type Interface Description interface
IExtensionFolderLocator
interface
IGlobalLoaderProvider
interface
IGosuInitializationHooks
interface
IGosuLocalizationService
interface
IGosuProfilingService
This is a interface for profiling in modules before pl.interface
IMemoryMonitor
interface
IPlatformHelper
interface
IXmlSchemaCompatibilityConfig
Classes in gw.config that implement IService Modifier and Type Class Description class
AbstractPlatformHelper
class
BaseService
class
DefaultExtensionFolderLocator
class
DefaultGlobalLoaderProvider
class
DefaultGosuInitializationHooks
class
DefaultGosuProfilingService
class
DefaultXmlSchemaCompatibilityConfig
Methods in gw.config with type parameters of type IService Modifier and Type Method Description protected <T extends IService>
voidServiceKernel. defineService(Class<? extends T> serviceClass, Class<? extends T> implClass)
protected <T extends IService,Q extends T>
voidServiceKernel. defineService(Class<? extends T> service, Q defaultImplementation)
Defines a service provided by this ServiceKernel<T extends IService>
TServiceKernel. getService(Class<? extends T> service)
<T extends IService,Q extends T>
voidServiceKernel. redefineService(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(Class<? extends T> service, Q newProvider)
-
Uses of IService in gw.internal.gosu
Classes in gw.internal.gosu that implement IService Modifier and Type Class Description class
DefaultLocalizationService
class
ShellEntityAccess
-
Uses of IService in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IService Modifier and Type Class Description class
DynamicTypeLoader
-
Uses of IService in gw.internal.gosu.memory
Classes in gw.internal.gosu.memory that implement IService Modifier and Type Class Description class
DefaultMemoryMonitor
-
Uses of IService in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IService Modifier and Type Class Description class
FileSystemImpl
-
Uses of IService in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IService Modifier and Type Class Description class
DefaultEntityAccess
class
DefaultPlatformHelper
class
DefaultTypeLoader
class
GosuIndustrialParkImpl
class
GosuParserFactoryImpl
Defines a factory for constructing concrete IGosuParser implementations.class
TypeLoaderAccess
-
Uses of IService in gw.internal.gosu.parser.gwPlatform
Classes in gw.internal.gosu.parser.gwPlatform that implement IService Modifier and Type Class Description class
GWCoercionManager
class
GWEntityAccess
-
Uses of IService in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement IService Modifier and Type Class Description class
PropertiesTypeLoader
-
Uses of IService in gw.lang
Subinterfaces of IService in gw.lang Modifier and Type Interface Description interface
IGosuShop
-
Uses of IService in gw.lang.gosuc
Classes in gw.lang.gosuc that implement IService Modifier and Type Class Description class
GosucGlobalLoaderProvider
-
Uses of IService in gw.lang.gosuc.simple
Classes in gw.lang.gosuc.simple that implement IService Modifier and Type Class Description class
CompilerMemoryMonitor
class
CompilerPlatformHelper
-
Uses of IService in gw.lang.parser
Subinterfaces of IService in gw.lang.parser Modifier and Type Interface Description interface
ICoercionManager
interface
IGosuParserFactory
Classes in gw.lang.parser that implement IService Modifier and Type Class Description class
StandardCoercionManager
-
Uses of IService in gw.lang.reflect
Subinterfaces of IService in gw.lang.reflect Modifier and Type Interface Description interface
IDefaultTypeLoader
interface
IEntityAccess
interface
IExtendedTypeLoader
interface
ITypeLoader
interface
ITypeSystem
Classes in gw.lang.reflect that implement IService Modifier and Type Class Description class
SimpleTypeLoader
class
TypeLoaderBase
-
Uses of IService in gw.lang.reflect.gs
Classes in gw.lang.reflect.gs that implement IService Modifier and Type Class Description class
GosuClassTypeLoader
-
Uses of IService in gw.lang.reflect.module
Subinterfaces of IService in gw.lang.reflect.module Modifier and Type Interface Description interface
IFileSystem
-