Package net.sourceforge.plantuml.swing
Class DirWatcher
- java.lang.Object
-
- net.sourceforge.plantuml.swing.DirWatcher
-
@Deprecated public class DirWatcher extends java.lang.ObjectDeprecated.
-
-
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.FilegetDir()Deprecated.java.io.FilegetErrorFile()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.IOExceptionjava.lang.InterruptedException
-
getErrorFile
public java.io.File getErrorFile() throws java.io.IOException, java.lang.InterruptedExceptionDeprecated.- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
getDir
public final java.io.File getDir()
Deprecated.
-
-