net.sourceforge.plantuml
Class DirWatcher2

java.lang.Object
  extended by net.sourceforge.plantuml.DirWatcher2

public class DirWatcher2
extends Object


Constructor Summary
DirWatcher2(File dir, Option option, String pattern)
           
 
Method Summary
 Map<File,Future<List<GeneratedImage>>> buildCreatedFiles()
           
 void cancel()
           
 File getDir()
           
 void waitEnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirWatcher2

public DirWatcher2(File dir,
                   Option option,
                   String pattern)
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


Copyright © 2012. All Rights Reserved.