C# Class OpenIDE.CodeEngine.Core.Bootstrapping.Bootstrapper

Datei anzeigen Open project: continuoustests/OpenIDE

Public Methods

Method Description
GetCacheBuilder ( ) : ICacheBuilder
GetEndpoint ( string path, string enabledLanguages ) : CommandEndpoint
Shutdown ( ) : void

Private Methods

Method Description
initPlugins ( PluginLocator locator ) : void
messageHandler ( OpenIDE.CodeEngine.Core.Endpoints.Tcp.MessageArgs message, ITypeCache cache, Editor editor ) : void
shutdownPlugins ( PluginLocator locator ) : void

Method Details

GetCacheBuilder() public static method

public static GetCacheBuilder ( ) : ICacheBuilder
return ICacheBuilder

GetEndpoint() public static method

public static GetEndpoint ( string path, string enabledLanguages ) : CommandEndpoint
path string
enabledLanguages string
return OpenIDE.CodeEngine.Core.Endpoints.CommandEndpoint

Shutdown() public static method

public static Shutdown ( ) : void
return void