类 ChangedFiles
java.lang.Object
org.springframework.boot.devtools.filewatch.ChangedFiles
- 所有已实现的接口:
Iterable<ChangedFile>
A collections of files from a specific source directory that have changed.
- 从以下版本开始:
- 1.3.0
- 作者:
- Phillip Webb
- 另请参阅:
-
构造器详细资料
-
ChangedFiles
-
-
方法详细资料
-
getSourceDirectory
The source directory being watched.- 返回:
- the source directory
-
iterator
- 指定者:
iterator
在接口中Iterable<ChangedFile>
-
getFiles
The files that have been changed.- 返回:
- the changed files
-
equals
-
hashCode
public int hashCode() -
toString
-