类 ClassPathFileSystemWatcher

java.lang.Object
org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
所有已实现的接口:
Aware, DisposableBean, InitializingBean, ApplicationContextAware

public class ClassPathFileSystemWatcher extends Object implements InitializingBean, DisposableBean, ApplicationContextAware
Encapsulates a FileSystemWatcher to watch the local classpath directories for changes.
从以下版本开始:
1.3.0
作者:
Phillip Webb
另请参阅:
  • ClassPathFileChangeListener