Class ChangedFiles

java.lang.Object
org.springframework.boot.devtools.filewatch.ChangedFiles
All Implemented Interfaces:
Iterable<ChangedFile>

public final class ChangedFiles extends Object implements 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

  • Method Details