Package org.springframework.boot.devtools.filewatch
package org.springframework.boot.devtools.filewatch
Class to watch the local filesystem for changes.
-
ClassDescriptionA single file that has changed.Change types.A collections of files from a specific source directory that have changed.Callback interface when file changes are detected.Watches specific directories for file changes.Factory used to create new
FileSystemWatcher
instances.Repository used byFileSystemWatcher
to save file/directory snapshots across restarts.