Module: Application

Defined in:
lib/cantemo/portal/agent/cli/commands/watch_folders.rb,
lib/cantemo/portal/agent/cli/commands/watch_folders.rb

Defined Under Namespace

Modules: OS Classes: Watcher, WindowsDaemon, WindowsService

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.run(args) ⇒ Object



202
203
204
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 202

def self.run(args)

end

.run_in_foreground(args) ⇒ Object



194
195
196
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 194

def self.run_in_foreground(args)
  Watcher.run(args)
end

.run_with_process_manager(args) ⇒ Object



198
199
200
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 198

def self.run_with_process_manager(args)
  Watcher.run_with_process_manager(args)
end

Instance Method Details

#run_in_background(args) ⇒ Object



190
191
192
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 190

def run_in_background(args)

end