| Package | Description |
|---|---|
| org.spincast.plugins.hotswap.fileswatcher |
| Modifier and Type | Method and Description |
|---|---|
static 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)
ofFileSystem
|
static FileToWatch |
FileToWatch.ofRegEx(String dirPath,
String fileNameRegEx,
boolean isClassPath)
ofRegEx
|
| Modifier and Type | Method and Description |
|---|---|
Set<FileToWatch> |
HotSwapFilesModificationsListener.getFilesToWatch()
The file(s) to watch.
|
Copyright © 2019. All rights reserved.