Package net.sourceforge.plantuml
Class DirWatcher2
java.lang.Object
net.sourceforge.plantuml.DirWatcher2
public class DirWatcher2
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.util.Map<java.io.File,
java.util.concurrent.Future<java.util.List<GeneratedImage>>> void
cancel()
final java.io.File
getDir()
void
waitEnd()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DirWatcher2
-
-
Method Details
-
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
-