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

    Modifier and Type
    Method
    Description
    java.util.Map<java.io.File,java.util.concurrent.Future<java.util.List<GeneratedImage>>>
     
    void
     
    final java.io.File
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DirWatcher2

      public DirWatcher2(java.io.File dir, Option option, java.lang.String pattern)
  • 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