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

Inheritance: IHandler
Mostra file Open project: continuoustests/OpenIDE

Public Methods

Method Description
Handle ( System.Guid clientID, CommandMessage message ) : void
Handles ( CommandMessage message ) : bool
SnippetDeleteHandler ( ICacheBuilder cache, string keyPath ) : System

Private Methods

Method Description
getGlobal ( string arguments ) : string
getLocal ( string arguments ) : string
getPath ( string path, string arguments ) : string

Method Details

Handle() public method

public Handle ( System.Guid clientID, CommandMessage message ) : void
clientID System.Guid
message OpenIDE.Core.Commands.CommandMessage
return void

Handles() public method

public Handles ( CommandMessage message ) : bool
message OpenIDE.Core.Commands.CommandMessage
return bool

SnippetDeleteHandler() public method

public SnippetDeleteHandler ( ICacheBuilder cache, string keyPath ) : System
cache ICacheBuilder
keyPath string
return System