类的使用
org.springframework.boot.devtools.filewatch.ChangedFiles
使用ChangedFiles的程序包
程序包
说明
Support for classpath monitoring.
Class to watch the local filesystem for changes.
-
org.springframework.boot.devtools.classpath中ChangedFiles的使用
返回变量类型为ChangedFiles的类型的org.springframework.boot.devtools.classpath中的方法类型变量类型为ChangedFiles的org.springframework.boot.devtools.classpath中的构造器参数限定符构造器说明ClassPathChangedEvent
(Object source, Set<ChangedFiles> changeSet, boolean restartRequired) Create a newClassPathChangedEvent
. -
org.springframework.boot.devtools.filewatch中ChangedFiles的使用
类型变量类型为ChangedFiles的org.springframework.boot.devtools.filewatch中的方法参数修饰符和类型方法说明void
FileChangeListener.onChange
(Set<ChangedFiles> changeSet) Called when files have been changed.