Uses of Interface
org.springframework.boot.devtools.filewatch.SnapshotStateRepository
Package
Description
Class to watch the local filesystem for changes.
-
Uses of SnapshotStateRepository in org.springframework.boot.devtools.filewatch
Modifier and TypeFieldDescriptionstatic final SnapshotStateRepository
SnapshotStateRepository.NONE
A No-opSnapshotStateRepository
that does not save state.static final SnapshotStateRepository
SnapshotStateRepository.STATIC
ASnapshotStateRepository
that uses a static instance to keep state across restarts.ModifierConstructorDescriptionFileSystemWatcher
(boolean daemon, Duration pollInterval, Duration quietPeriod, SnapshotStateRepository snapshotStateRepository) Create a newFileSystemWatcher
instance.