C# Class OpenIDE.Core.Caching.CrawlHandler

ファイルを表示 Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
CrawlHandler ( ICrawlResult builder, Action logWrite ) : System
Handle ( string command ) : void
SetLanguage ( string language ) : void
TypeSearchAllTheThings ( ) : void

Private Methods

Method Description
getArguments ( string args, int fixNumber ) : List
handleFile ( string chunks ) : void
handleProject ( string chunks ) : void
handleReference ( string chunks ) : void
handleSignature ( string chunks ) : void
tryParse ( string number ) : int

Method Details

CrawlHandler() public method

public CrawlHandler ( ICrawlResult builder, Action logWrite ) : System
builder ICrawlResult
logWrite Action
return System

Handle() public method

public Handle ( string command ) : void
command string
return void

SetLanguage() public method

public SetLanguage ( string language ) : void
language string
return void

TypeSearchAllTheThings() public method

public TypeSearchAllTheThings ( ) : void
return void