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 |
---|---|
Set<ChangedFiles> |
ClassPathChangedEvent.getChangeSet()
Return details of the files that changed.
|
Constructor and Description |
---|
ClassPathChangedEvent(Object source,
Set<ChangedFiles> changeSet,
boolean restartRequired)
Create a new
ClassPathChangedEvent . |
Modifier and Type | Method and Description |
---|---|
void |
FileChangeListener.onChange(Set<ChangedFiles> changeSet)
Called when files have been changed.
|