- java.lang.Object
-
- net.sourceforge.plantuml.DirWatcher2
-
public class DirWatcher2 extends Object
-
-
Constructor Summary
Constructors Constructor Description DirWatcher2(File dir, Option option, String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<File,Future<List<GeneratedImage>>>
buildCreatedFiles()
void
cancel()
File
getDir()
void
waitEnd()
-
-
-
Method Detail
-
buildCreatedFiles
public Map<File,Future<List<GeneratedImage>>> buildCreatedFiles() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getDir
public final File getDir()
-
cancel
public void cancel()
-
waitEnd
public void waitEnd() throws InterruptedException
- Throws:
InterruptedException
-
-