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

Inheritance: IHandler
Datei anzeigen Open project: continuoustests/OpenIDE

Public Methods

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

Private Methods

Method Description
containsWildCard ( string text ) : bool
filter ( ICodeReference reference, Query query, Func matcher ) : bool
getQuery ( CommandMessage message ) : Query
getValue ( string>.List queryArgs, string name ) : string
isWildCard ( Query query ) : bool
wildcardmatch ( string word, string pattern ) : bool

Method Details

GetCodeRefsHandler() public method

public GetCodeRefsHandler ( CommandEndpoint endpoint, ITypeCache cache ) : System
endpoint OpenIDE.CodeEngine.Core.Endpoints.CommandEndpoint
cache ITypeCache
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