Package | Description |
---|---|
org.springframework.boot.devtools.filewatch |
Class to watch the local filesystem for changes.
|
Modifier and Type | Field and Description |
---|---|
static SnapshotStateRepository |
SnapshotStateRepository.NONE
A No-op
SnapshotStateRepository that does not save state. |
static SnapshotStateRepository |
SnapshotStateRepository.STATIC
A
SnapshotStateRepository that uses a static instance to keep state across
restarts. |
Constructor and Description |
---|
FileSystemWatcher(boolean daemon,
Duration pollInterval,
Duration quietPeriod,
SnapshotStateRepository snapshotStateRepository)
Create a new
FileSystemWatcher instance. |