C# Class TinySite.Commands.RunWatchCommand

Afficher le fichier Open project: robmen/tinysite Class Usage Examples

Private Properties

Свойство Type Description
ChangeHappend void
CreateWatcher System.IO.FileSystemWatcher
GetEnginesWithPathsToUnload IEnumerable
IgnoreFile bool
Render void
RenderThread void
WatcherFileChanged void
WatcherFileRenamed void

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Execute ( ) : void
Résultat void

RunWatchCommand() public méthode

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
Résultat System