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