class Lookout::Watcher

Defined in:

lookout/watcher.cr

Constant Summary

CONFIG_FILE = ".lookout.yml"

Constructors

Instance Method Summary

Constructor Detail

def self.new(args) #

[View source]

Instance Method Detail

def collect_files #

[View source]
def default_yaml #

[View source]
def file_creation_date(file : String) #

[View source]
def files=(files : Array(String)) #

[View source]
def run_tasks(file) #

[View source]
def start_watching #

[View source]
def watch_changes #

[View source]
def watch_newfiles #

[View source]
def watchers=(watchers : Array(Lookout::WatcherYML)) #

[View source]