类 FileSystemWatcher
- java.lang.Object
-
- com.antgroup.antchain.myjava.tooling.util.FileSystemWatcher
-
public class FileSystemWatcher extends Object
-
-
构造器概要
构造器 构造器 说明 FileSystemWatcher(String[] classPath)
-
-
-
构造器详细资料
-
FileSystemWatcher
public FileSystemWatcher(String[] classPath) throws IOException
- 抛出:
IOException
-
-
方法详细资料
-
dispose
public void dispose() throws IOException- 抛出:
IOException
-
hasChanges
public boolean hasChanges() throws IOException- 抛出:
IOException
-
waitForChange
public void waitForChange(int timeout) throws InterruptedException, IOException
-
-