Uses of Interface
org.springframework.boot.devtools.filewatch.SnapshotStateRepository
Packages that use SnapshotStateRepository
Package
Description
Class to watch the local filesystem for changes.
-
Uses of SnapshotStateRepository in org.springframework.boot.devtools.filewatch
Fields in org.springframework.boot.devtools.filewatch declared as SnapshotStateRepositoryModifier 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.Constructors in org.springframework.boot.devtools.filewatch with parameters of type SnapshotStateRepositoryModifierConstructorDescriptionFileSystemWatcher
(boolean daemon, Duration pollInterval, Duration quietPeriod, SnapshotStateRepository snapshotStateRepository) Create a newFileSystemWatcher
instance.