Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
Luis Lázaro edited this page Apr 23, 2018 · 13 revisions

Motivation.

Concurrency.

Defined Event State

Watchable.

Listeners and FileListeners.

Issues found.

April-20 (2018)

DefaultMonitor.setRecursive does not seem to work as expected. All directories are recursively cached and events triggered even if option is set to false. JIRA-VFS-569. Due to this ¿bug?, ¿issue? we implemented a workaround in the class that make use of DefaultMonitor. The main idea is to drop subfolders (FileObjects) before caching. This subfolders belongs to main folder that is being monitorized by Defaultmonitor.

Clone this wiki locally