C# Class OpenIDE.CodeEngine.Core.ChangeTrackers.PluginFileTracker

Inheritance: IDisposable
显示文件 Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Start ( string path, ICacheBuilder cache, ICrawlResult crawlReader, PluginLocator pluginLocator, EventEndpoint eventDispatcher, string ignoreDirectories ) : void

Private Methods

Method Description
getChanges ( Stack buffer ) : List
getFilter ( ) : string
handle ( OpenIDE.CodeEngine.Core.ChangeTrackers.Change file ) : void
handleChanges ( Stack buffer ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( string path, ICacheBuilder cache, ICrawlResult crawlReader, PluginLocator pluginLocator, EventEndpoint eventDispatcher, string ignoreDirectories ) : void
path string
cache ICacheBuilder
crawlReader ICrawlResult
pluginLocator OpenIDE.Core.Language.PluginLocator
eventDispatcher OpenIDE.CodeEngine.Core.Endpoints.EventEndpoint
ignoreDirectories string
return void