C# Class TinySite.Commands.RunWatchCommand

Mostrar archivo Open project: robmen/tinysite Class Usage Examples

Private Properties

Property Type Description
ChangeHappend void
CreateWatcher System.IO.FileSystemWatcher
GetEnginesWithPathsToUnload IEnumerable
IgnoreFile bool
Render void
RenderThread void
WatcherFileChanged void
WatcherFileRenamed void

Public Methods

Method Description
Execute ( ) : void
RunWatchCommand ( TinySite.Models.SiteConfig config, int port, IEnumerable lastRunState, RenderingEngine>.IDictionary engines ) : System

Private Methods

Method Description
ChangeHappend ( string path ) : void
CreateWatcher ( string path ) : FileSystemWatcher
GetEnginesWithPathsToUnload ( IEnumerable paths ) : IEnumerable
IgnoreFile ( string path ) : bool
Render ( ) : void
RenderThread ( object context ) : void
WatcherFileChanged ( object sender, FileSystemEventArgs e ) : void
WatcherFileRenamed ( object sender, RenamedEventArgs e ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

RunWatchCommand() public method

public RunWatchCommand ( TinySite.Models.SiteConfig config, int port, IEnumerable lastRunState, RenderingEngine>.IDictionary engines ) : System
config TinySite.Models.SiteConfig
port int
lastRunState IEnumerable
engines RenderingEngine>.IDictionary
return System