public static final class Jalopy.State
extends java.lang.Object
Jalopy.getState()
to
query the engine about its current state.Modifier and Type | Field and Description |
---|---|
static Jalopy.State |
ERROR
Indicates a finished run, that failed.
|
static Jalopy.State |
INSPECTED
Indicates a successful inspection phase.
|
static Jalopy.State |
OK
Indicates a finished run without any warnings or errors.
|
static Jalopy.State |
PARSED
Indicates a successful parse phase.
|
static Jalopy.State |
RUNNING
Indicates the running state (no phase yet finished).
|
static Jalopy.State |
UNDEFINED
Indicates the undefined state (a run was not yet startet).
|
static Jalopy.State |
WARN
Indicates a finished run which produced warnings.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of this state.
|
public static final Jalopy.State OK
public static final Jalopy.State WARN
public static final Jalopy.State ERROR
public static final Jalopy.State PARSED
public static final Jalopy.State INSPECTED
public static final Jalopy.State RUNNING
public static final Jalopy.State UNDEFINED
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013