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 Summary
ConstructorsConstructorDescriptionClassPathFileSystemWatcher(FileSystemWatcherFactory fileSystemWatcherFactory, ClassPathRestartStrategy restartStrategy, URL[] urls) Create a newClassPathFileSystemWatcherinstance. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetStopWatcherOnRestart(boolean stopWatcherOnRestart) Set if theFileSystemWatchershould be stopped when a full restart occurs.
-
Constructor Details
-
ClassPathFileSystemWatcher
public ClassPathFileSystemWatcher(FileSystemWatcherFactory fileSystemWatcherFactory, ClassPathRestartStrategy restartStrategy, URL[] urls) Create a newClassPathFileSystemWatcherinstance.- Parameters:
fileSystemWatcherFactory- a factory to create the underlyingFileSystemWatcherused to monitor the local file systemrestartStrategy- the classpath restart strategyurls- the URLs to watch
-
-
Method Details
-
setStopWatcherOnRestart
public void setStopWatcherOnRestart(boolean stopWatcherOnRestart) Set if theFileSystemWatchershould 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:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-