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



248
249
250
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 248

def self.run(args)

end

.run_in_foreground(args) ⇒ Object



240
241
242
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 240

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

.run_with_process_manager(args) ⇒ Object



244
245
246
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 244

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

Instance Method Details

#run_in_background(args) ⇒ Object



236
237
238
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders.rb', line 236

def run_in_background(args)

end