Package gw.config
Interface IService
-
- All Superinterfaces:
IPluginHost
- All Known Subinterfaces:
ICoercionManager,IDefaultTypeLoader,IEntityAccess,IExtendedTypeLoader,IExtensionFolderLocator,IFileSystem,IGlobalLoaderProvider,IGosuInitializationHooks,IGosuLocalizationService,IGosuParserFactory,IGosuProfilingService,IGosuShop,IMemoryMonitor,IPlatformHelper,ITypeLoader,ITypeSystem,IXmlSchemaCompatibilityConfig
- All Known Implementing Classes:
AbstractPlatformHelper,BaseService,CompilerMemoryMonitor,CompilerPlatformHelper,DefaultExtensionFolderLocator,DefaultGlobalLoaderProvider,DefaultGosuInitializationHooks,DefaultGosuProfilingService,DefaultXmlSchemaCompatibilityConfig,GosucGlobalLoaderProvider,GosuClassTypeLoader,SimpleTypeLoader,StandardCoercionManager,TypeLoaderBase
public interface IService extends IPluginHost
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()Initialize this servicebooleanisInited()voiduninit()Uninitialize this service-
Methods inherited from interface gw.plugin.IPluginHost
getInterface
-
-