Package net.sourceforge.plantuml
Class ErrorStatus
- java.lang.Object
-
- net.sourceforge.plantuml.ErrorStatus
-
public class ErrorStatus extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitCode()
void
goOk()
void
goWithError()
boolean
hasError()
static ErrorStatus
init()
boolean
isNoData()
-
-
-
Method Detail
-
init
public static ErrorStatus init()
-
goWithError
public void goWithError()
-
goOk
public void goOk()
-
hasError
public boolean hasError()
-
isNoData
public boolean isNoData()
-
getExitCode
public int getExitCode()
-
-