Class: FileWatch::WatchedFilesCollection

Inherits:
Object
  • Object
show all
Defined in:
lib/filewatch/watched_files_collection.rb

Overview

See Also:

  • `org`org.logstash`org.logstash.filewatch`org.logstash.filewatch.WatchedFilesCollection`

Instance Method Summary collapse

Instance Method Details

#close_allObject

Closes all managed watched files.



11
12
13
# File 'lib/filewatch/watched_files_collection.rb', line 11

def close_all
  each_file(&:file_close) # synchronized
end