C# Class OpenIDE.CodeEngine.Core.Handlers.CreateSnippetHandler

Mostrar archivo Open project: continuoustests/OpenIDE

Public Methods

Method Description
CreateSnippetHandler ( Editor editor, ICacheBuilder cache, string keyPath ) : System
Handle ( string arguments ) : void

Private Methods

Method Description
createDirectories ( string file ) : void
getLanguage ( string param ) : string
getPath ( string arguments ) : string

Method Details

CreateSnippetHandler() public method

public CreateSnippetHandler ( Editor editor, ICacheBuilder cache, string keyPath ) : System
editor OpenIDE.CodeEngine.Core.EditorEngine.Editor
cache ICacheBuilder
keyPath string
return System

Handle() public method

public Handle ( string arguments ) : void
arguments string
return void