Class ClassPathFileSystemWatcher

java.lang.Object
org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
All Implemented Interfaces:
Aware, DisposableBean, InitializingBean, ApplicationContextAware

public class ClassPathFileSystemWatcher extends Object implements InitializingBean, DisposableBean, ApplicationContextAware
Encapsulates a FileSystemWatcher to watch the local classpath directories for changes.
Since:
1.3.0
Author:
Phillip Webb
See Also:
  • ClassPathFileChangeListener