public class ClassPathFileSystemWatcher extends Object implements InitializingBean, DisposableBean, ApplicationContextAware
FileSystemWatcher to watch the local classpath directories for
 changes.ClassPathFileChangeListener| Constructor and Description | 
|---|
| ClassPathFileSystemWatcher(FileSystemWatcherFactory fileSystemWatcherFactory,
                          ClassPathRestartStrategy restartStrategy,
                          URL[] urls)Create a new  ClassPathFileSystemWatcherinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| void | destroy() | 
| void | setApplicationContext(ApplicationContext applicationContext) | 
| void | setStopWatcherOnRestart(boolean stopWatcherOnRestart)Set if the  FileSystemWatchershould be stopped when a full restart occurs. | 
public ClassPathFileSystemWatcher(FileSystemWatcherFactory fileSystemWatcherFactory, ClassPathRestartStrategy restartStrategy, URL[] urls)
ClassPathFileSystemWatcher instance.fileSystemWatcherFactory - a factory to create the underlying
 FileSystemWatcher used to monitor the local file systemrestartStrategy - the classpath restart strategyurls - the URLs to watchpublic void setStopWatcherOnRestart(boolean stopWatcherOnRestart)
FileSystemWatcher should be stopped when a full restart occurs.stopWatcherOnRestart - if the watcher should be stopped when a restart occurspublic void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface InitializingBeanExceptionpublic void destroy()
             throws Exception
destroy in interface DisposableBeanException