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 boolean
differs(ProcessState other)
boolean
equals(Object o)
Throwable
getCause()
int
hashCode()
static ProcessState
INIT()
static ProcessState
IO_EXCEPTION1(IOException e)
static ProcessState
IO_EXCEPTION2(IOException e)
static ProcessState
RUNNING()
static ProcessState
TERMINATED_OK()
static ProcessState
TIMEOUT()
String
toString()
-
-
-
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()
-
-