C# Class OpenIDE.Arguments.Handlers.HandleSnippetHandler

Inheritance: ICommandHandler
显示文件 Open project: continuoustests/OpenIDE

Public Methods

Method Description
Execute ( string arguments ) : void
HandleSnippetHandler ( string token, Action dispatcher, ICodeEngineLocator locator ) : System

Private Methods

Method Description
getArguments ( string args ) : string[]
listSnippets ( ) : void

Method Details

Execute() public method

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

HandleSnippetHandler() public method

public HandleSnippetHandler ( string token, Action dispatcher, ICodeEngineLocator locator ) : System
token string
dispatcher Action
locator ICodeEngineLocator
return System