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