インターフェースの使用
org.springframework.boot.devtools.filewatch.SnapshotStateRepository
SnapshotStateRepository を使用するパッケージ
org.springframework.boot.devtools.filewatch 内の SnapshotStateRepository 使用
SnapshotStateRepository として宣言されている org.springframework.boot.devtools.filewatch のフィールド修飾子と型フィールド説明static final SnapshotStateRepositorySnapshotStateRepository.NONE状態を保存しない No-opSnapshotStateRepository。static final SnapshotStateRepositorySnapshotStateRepository.STATIC静的インスタンスを使用して再起動後も状態を維持するSnapshotStateRepository。型 SnapshotStateRepository のパラメーターを持つ org.springframework.boot.devtools.filewatch のコンストラクター修飾子コンストラクター説明FileSystemWatcher(boolean daemon, DurationSE pollInterval, DurationSE quietPeriod, SnapshotStateRepository snapshotStateRepository) 新しいFileSystemWatcherインスタンスを作成します。