Class ClassPathFileSystemWatcher

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

public class ClassPathFileSystemWatcher extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
Encapsulates a FileSystemWatcher to watch the local classpath directories for changes.
Since:
1.3.0
See Also:
  • ClassPathFileChangeListener
  • Constructor Details

  • Method Details

    • setStopWatcherOnRestart

      public void setStopWatcherOnRestart(boolean stopWatcherOnRestart)
      Set if the FileSystemWatcher should be stopped when a full restart occurs.
      Parameters:
      stopWatcherOnRestart - if the watcher should be stopped when a restart occurs
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception