Uses of Class
org.springframework.boot.devtools.filewatch.ChangedFile
Packages that use ChangedFile
Package
Description
Support for classpath monitoring.
Class to watch the local filesystem for changes.
-
Uses of ChangedFile in org.springframework.boot.devtools.classpath
Methods in org.springframework.boot.devtools.classpath with parameters of type ChangedFileModifier and TypeMethodDescriptionboolean
ClassPathRestartStrategy.isRestartRequired
(ChangedFile file) Return true if a full restart is required.boolean
PatternClassPathRestartStrategy.isRestartRequired
(ChangedFile file) -
Uses of ChangedFile in org.springframework.boot.devtools.filewatch
Classes in org.springframework.boot.devtools.filewatch that implement interfaces with type arguments of type ChangedFileModifier and TypeClassDescriptionfinal class
A collections of files from a specific source directory that have changed.Methods in org.springframework.boot.devtools.filewatch that return types with arguments of type ChangedFileModifier and TypeMethodDescriptionChangedFiles.getFiles()
The files that have been changed.ChangedFiles.iterator()
Constructor parameters in org.springframework.boot.devtools.filewatch with type arguments of type ChangedFile