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

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

Méthodes publiques

Méthode Description
GetProjectsHandler ( CommandEndpoint endpoint, ITypeCache cache ) : System
Handle ( System.Guid clientID, CommandMessage message ) : void
Handles ( CommandMessage message ) : bool

Private Methods

Méthode Description
filter ( Project reference, Query query ) : bool
getQuery ( CommandMessage message ) : Query
getValue ( string>.List queryArgs, string name ) : string
wildcardmatch ( string word, string pattern ) : bool

Method Details

GetProjectsHandler() public méthode

public GetProjectsHandler ( CommandEndpoint endpoint, ITypeCache cache ) : System
endpoint OpenIDE.CodeEngine.Core.Endpoints.CommandEndpoint
cache ITypeCache
Résultat System

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