C# Class Jubilee.Core.Runners.FileSystemWatchingRunner

Inheritance: Jubilee.Core.Runners.Runner
Datei anzeigen Open project: pgermishuys/Jubilee

Public Methods

Method Description
FileSystemWatchingRunner ( INotificationService notificationService, ITaskProvider taskProvider ) : System
Run ( ) : bool

Private Methods

Method Description
AddParametersForTask ( ITask task, object>.Dictionary parameters ) : void
FileSystemChanged ( object sender, FileSystemEventArgs e ) : void
Run ( ITask task, Context context ) : void

Method Details

FileSystemWatchingRunner() public method

public FileSystemWatchingRunner ( INotificationService notificationService, ITaskProvider taskProvider ) : System
notificationService INotificationService
taskProvider ITaskProvider
return System

Run() public method

public Run ( ) : bool
return bool