Class ChangedFiles
java.lang.Object
org.springframework.boot.devtools.filewatch.ChangedFiles
- All Implemented Interfaces:
Iterable<ChangedFile>
A collections of files from a specific source directory that have changed.
- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also:
-
Constructor Details
-
ChangedFiles
-
-
Method Details
-
getSourceDirectory
The source directory being watched.- Returns:
- the source directory
-
iterator
- Specified by:
iterator
in interfaceIterable<ChangedFile>
-
getFiles
The files that have been changed.- Returns:
- the changed files
-
equals
-
hashCode
public int hashCode() -
toString
-