Package org.brijframework.util.runtime
Class WatchUtil
- java.lang.Object
-
- org.brijframework.util.runtime.WatchUtil
-
public class WatchUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description WatchUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwatchFile(File file)static voidwatchService(URI paths)
-
-
-
Method Detail
-
watchService
public static void watchService(URI paths)
-
watchFile
public static void watchFile(File file) throws IOException
- Throws:
IOException
-
-