C# Class ST.Client.SpecFileWatcher

Inheritance: ISpecFileWatcher
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Handle ( ChangeSet changes ) : void
StartWatching ( string path, ISpecFileObserver observer ) : void
WriteFiles ( System.Action action ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Handle() public method

public Handle ( ChangeSet changes ) : void
changes ChangeSet
return void

StartWatching() public method

public StartWatching ( string path, ISpecFileObserver observer ) : void
path string
observer ISpecFileObserver
return void

WriteFiles() public method

public WriteFiles ( System.Action action ) : void
action System.Action
return void