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

Inheritance: IHandler
Afficher le fichier Open project: continuoustests/OpenIDE

Méthodes publiques

Méthode Description
Handle ( System.Guid clientID, CommandMessage message ) : void
Handles ( CommandMessage message ) : bool
SnippetEditHandler ( CommandEndpoint endpoint, ICacheBuilder cache, string keyPath ) : System

Private Methods

Méthode Description
getGlobal ( string arguments ) : string
getLocal ( string arguments ) : string
getPath ( string path, string arguments ) : string

Method Details

Handle() public méthode

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

Handles() public méthode

public Handles ( CommandMessage message ) : bool
message OpenIDE.Core.Commands.CommandMessage
Résultat bool

SnippetEditHandler() public méthode

public SnippetEditHandler ( CommandEndpoint endpoint, ICacheBuilder cache, string keyPath ) : System
endpoint OpenIDE.CodeEngine.Core.Endpoints.CommandEndpoint
cache ICacheBuilder
keyPath string
Résultat System