Uses of Class
org.spincast.plugins.hotswap.fileswatcher.FileToWatch
-
Uses of FileToWatch in org.spincast.plugins.hotswap.fileswatcher
Modifier and TypeMethodDescriptionstatic FileToWatch
FileToWatch.ofClasspath
(String classpathFilePath) Note that a file from the classpath can only be watched when the application is ran locally in development mode, not when it runs from a .jar!static FileToWatch
FileToWatch.ofFileSystem
(String fileAbsolutePath) ofFileSystemstatic FileToWatch
ofRegExModifier and TypeMethodDescriptionHotSwapFilesModificationsListener.getFilesToWatch()
The file(s) to watch.