Package net.sourceforge.plantuml.dot
Class ProcessState
- java.lang.Object
-
- net.sourceforge.plantuml.dot.ProcessState
-
public class ProcessState extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandiffers(ProcessState other)booleanequals(Object o)ThrowablegetCause()inthashCode()static ProcessStateINIT()static ProcessStateIO_EXCEPTION1(IOException e)static ProcessStateIO_EXCEPTION2(IOException e)static ProcessStateRUNNING()static ProcessStateTERMINATED_OK()static ProcessStateTIMEOUT()StringtoString()
-
-
-
Method Detail
-
INIT
public static ProcessState INIT()
-
RUNNING
public static ProcessState RUNNING()
-
TERMINATED_OK
public static ProcessState TERMINATED_OK()
-
TIMEOUT
public static ProcessState TIMEOUT()
-
IO_EXCEPTION1
public static ProcessState IO_EXCEPTION1(IOException e)
-
IO_EXCEPTION2
public static ProcessState IO_EXCEPTION2(IOException e)
-
differs
public boolean differs(ProcessState other)
-
getCause
public Throwable getCause()
-
-