Jalopy 1.0b10

de.hunsicker.jalopy
Class Jalopy.State

java.lang.Object
  |
  +--de.hunsicker.jalopy.Jalopy.State
Enclosing class:
Jalopy

public static final class Jalopy.State
extends Object

Represents a Jalopy run state. You may want to use Jalopy.getState() to query the engine about its current state.

Since:
1.0b8

Field Summary
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.
 
Method Summary
 String toString()
          Returns a string representation of this state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OK

public static final Jalopy.State OK
Indicates a finished run without any warnings or errors.

WARN

public static final Jalopy.State WARN
Indicates a finished run which produced warnings.

ERROR

public static final Jalopy.State ERROR
Indicates a finished run, that failed.

PARSED

public static final Jalopy.State PARSED
Indicates a successful parse phase.

INSPECTED

public static final Jalopy.State INSPECTED
Indicates a successful inspection phase.

RUNNING

public static final Jalopy.State RUNNING
Indicates the running state (no phase yet finished).

UNDEFINED

public static final Jalopy.State UNDEFINED
Indicates the undefined state (a run was not yet startet).
Method Detail

toString

public String toString()
Returns a string representation of this state.
Overrides:
toString in class Object
Returns:
a string representation of this state.

Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002