Package net.sourceforge.plantuml
Class DirWatcher
java.lang.Object
net.sourceforge.plantuml.DirWatcher
@Deprecated
public class DirWatcher
extends java.lang.Object
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDirWatcher
(java.io.File dir, Option option, java.lang.String pattern) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionjava.util.List<GeneratedImage>
Deprecated.final java.io.File
getDir()
Deprecated.java.io.File
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DirWatcher
Deprecated.
-
-
Method Details
-
buildCreatedFiles
public java.util.List<GeneratedImage> buildCreatedFiles() throws java.io.IOException, java.lang.InterruptedExceptionDeprecated.- Throws:
java.io.IOException
java.lang.InterruptedException
-
getErrorFile
public java.io.File getErrorFile() throws java.io.IOException, java.lang.InterruptedExceptionDeprecated.- Throws:
java.io.IOException
java.lang.InterruptedException
-
getDir
public final java.io.File getDir()Deprecated.
-