class FileWatch::WatchedFilesCollection

@see ‘org.logstash.filewatch.WatchedFilesCollection`

Public Instance Methods

close_all() click to toggle source

Closes all managed watched files. @see FileWatch::WatchedFile#file_close

# File lib/filewatch/watched_files_collection.rb, line 11
def close_all
  each_file(&:file_close) # synchronized
end