|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.test.StandaloneUtils
public final class StandaloneUtils
Utility methods used by command line SCXML execution, useful for debugging. The following expression languages are supported in SCXML documents:
org.apache.commons.scxml.env.jexl
,
org.apache.commons.scxml.env.jsp
Method Summary | |
---|---|
static void |
execute(java.lang.String uri,
Evaluator evaluator)
Command line utility method for executing the state machine defined using the SCXML document described by the specified URI and using the specified expression evaluator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void execute(java.lang.String uri, Evaluator evaluator)
uri
- The URI or filename of the SCXML documentevaluator
- The expression evaluator for the expression language
used in the specified SCXML document
RUNNING:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |