Class 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 Detail

      • TestWatchedFiles

        public TestWatchedFiles()
    • Method Detail

      • retrieveWatchedFilePaths

        public static Map<String,​Boolean> retrieveWatchedFilePaths()
      • setWatchedFilePaths

        public static void setWatchedFilePaths​(Map<String,​Boolean> watchedFilePaths)