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