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

Inheritance: IHandler
Datei anzeigen Open project: continuoustests/OpenIDE

Public Methods

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

Private Methods

Method Description
filter ( ProjectFile reference, Query query ) : bool
getQuery ( CommandMessage message ) : Query
getValue ( string>.List queryArgs, string name ) : string
wildcardmatch ( string word, string pattern ) : bool

Method Details

GetFilesHandler() public method

public GetFilesHandler ( 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