org.apache.commons.scxml.test
Class StandaloneJexlExpressions

java.lang.Object
  extended by org.apache.commons.scxml.test.StandaloneJexlExpressions

public final class StandaloneJexlExpressions
extends Object

Standalone SCXML interpreter, useful for command-line testing and debugging, where expressions are JEXL expressions.

USAGE:

java org.apache.commons.scxml.test.StandaloneJexlExpressions url

or

java org.apache.commons.scxml.test.StandaloneJexlExpressions filename

RUNNING:


Method Summary
static void main(String[] args)
          Launcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Launcher.

Parameters:
args - The arguments, one expected, the URI or filename of the SCXML document


Copyright © 2005-2006 The Apache Software Foundation. All Rights Reserved.