class FileWatcher::Watcher

Defined in:

file_watcher/watcher.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(patterns : Enumerable(Path | String), match_option : File::MatchOptions, follow_symlinks : Bool, interval : Time::Span) #

[View source]

Instance Method Detail

def cache : Hash(String, Snapshot) #

[View source]
def follow_symlinks? : Bool #

[View source]
def interval : Time::Span #

[View source]
def match_option : File::MatchOptions #

[View source]
def patterns : Enumerable(String | Path) #

[View source]
def start(&) : Nil #

[View source]