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

Inheritance: IHandler
ファイルを表示 Open project: continuoustests/OpenIDE

Public Methods

Method Description
GetTokenPathHandler ( CommandEndpoint endpoint ) : System
Handle ( System.Guid clientID, CommandMessage message ) : void
Handles ( CommandMessage message ) : bool

Private Methods

Method Description
fixPath ( string path ) : string
matchPath ( string key, string path ) : bool

Method Details

GetTokenPathHandler() public method

public GetTokenPathHandler ( CommandEndpoint endpoint ) : System
endpoint OpenIDE.CodeEngine.Core.Endpoints.CommandEndpoint
return System

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