Package io.quarkus.dev.testing
Class TestWatchedFiles
- java.lang.Object
-
- io.quarkus.dev.testing.TestWatchedFiles
-
public class TestWatchedFiles extends Object
provides a way for a test run to tell the external application about watched paths. This could be a test specific application.properties or import.sql for example
-
-
Constructor Summary
Constructors Constructor Description TestWatchedFiles()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Boolean>retrieveWatchedFilePaths()static voidsetWatchedFilePaths(Map<String,Boolean> watchedFilePaths)
-