Uses of Interface
gw.config.IService
Packages that use IService
Package
Description
-
Uses of IService in editor
Modifier and TypeClassDescriptionclass
class
class
-
Uses of IService in gw.config
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
This is a interface for profiling in modules before pl.interface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
Modifier and TypeFieldDescriptionServiceKernel._initingServices
ServiceKernel._services
ServiceKernel._services
Modifier and TypeMethodDescriptionprotected <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 ServiceKernelprivate <T extends IService>
voidServiceKernel.detectCircularInitializationDependencies
(IService service) <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) Modifier and TypeMethodDescriptionprivate <T extends IService>
voidServiceKernel.detectCircularInitializationDependencies
(IService service) -
Uses of IService in gw.internal.gosu
Classes in gw.internal.gosu that implement IService -
Uses of IService in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IService -
Uses of IService in gw.internal.gosu.memory
Classes in gw.internal.gosu.memory that implement IService -
Uses of IService in gw.internal.gosu.module.fs
Classes in gw.internal.gosu.module.fs that implement IService -
Uses of IService in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IServiceModifier and TypeClassDescriptionclass
class
class
class
class
Defines a factory for constructing concrete IGosuParser implementations.class
-
Uses of IService in gw.internal.gosu.parser.gwPlatform
Classes in gw.internal.gosu.parser.gwPlatform that implement IService -
Uses of IService in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement IService -
Uses of IService in gw.lang
-
Uses of IService in gw.lang.gosuc
Classes in gw.lang.gosuc that implement IService -
Uses of IService in gw.lang.gosuc.simple
Classes in gw.lang.gosuc.simple that implement IService -
Uses of IService in gw.lang.parser
Subinterfaces of IService in gw.lang.parserClasses in gw.lang.parser that implement IService -
Uses of IService in gw.lang.reflect
Subinterfaces of IService in gw.lang.reflectModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
Classes in gw.lang.reflect that implement IService -
Uses of IService in gw.lang.reflect.gs
Classes in gw.lang.reflect.gs that implement IService -
Uses of IService in gw.lang.reflect.module
Subinterfaces of IService in gw.lang.reflect.module