Package org.springframework.boot.devtools.filewatch
Class to watch the local filesystem for changes.
- Interface Summary - Interface - Description - FileChangeListener Callback interface when file changes are detected.- FileSystemWatcherFactory Factory used to create new- FileSystemWatcherinstances.
- Class Summary - Class - Description - ChangedFile A single file that has changed.- ChangedFiles A collections of files from a specific source folder that have changed.- FileSystemWatcher Watches specific folders for file changes.
- Enum Summary - Enum - Description - ChangedFile.Type Change types.