程序包的使用
org.springframework.boot.devtools.filewatch
程序包
说明
Support for classpath monitoring.
Class to watch the local filesystem for changes.
-
类说明A single file that has changed.A collections of files from a specific source directory that have changed.Factory used to create new
FileSystemWatcher
instances. -
类说明A 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.Repository used by
FileSystemWatcher
to save file/directory snapshots across restarts.