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.File
getDir()
Deprecated.File
getErrorFile()
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.
-
-