Package | Description |
---|---|
org.springframework.boot.devtools.classpath |
Support for classpath monitoring.
|
org.springframework.boot.devtools.filewatch |
Class to watch the local filesystem for changes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PatternClassPathRestartStrategy.isRestartRequired(ChangedFile file) |
boolean |
ClassPathRestartStrategy.isRestartRequired(ChangedFile file)
Return true if a full restart is required.
|
Modifier and Type | Method and Description |
---|---|
Set<ChangedFile> |
ChangedFiles.getFiles()
The files that have been changed.
|
Iterator<ChangedFile> |
ChangedFiles.iterator() |
Constructor and Description |
---|
ChangedFiles(File sourceFolder,
Set<ChangedFile> files) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.