net.sourceforge.plantuml
Class DirWatcher

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

Deprecated.

@Deprecated
public class DirWatcher
extends Object


Constructor Summary
DirWatcher(File dir, Option option, String pattern)
          Deprecated.  
 
Method Summary
 List<GeneratedImage> buildCreatedFiles()
          Deprecated.  
 File getDir()
          Deprecated.  
 File getErrorFile()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirWatcher

public DirWatcher(File dir,
                  Option option,
                  String pattern)
Deprecated. 
Method Detail

buildCreatedFiles

public List<GeneratedImage> buildCreatedFiles()
                                       throws IOException,
                                              InterruptedException
Deprecated. 
Throws:
IOException
InterruptedException

getErrorFile

public File getErrorFile()
                  throws IOException,
                         InterruptedException
Deprecated. 
Throws:
IOException
InterruptedException

getDir

public final File getDir()
Deprecated. 


Copyright © 2012. All Rights Reserved.