org.apache.commons.scxml.test
Class StandaloneElExpressions

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

public final class StandaloneElExpressions
extends Object

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

USAGE:

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

or

java org.apache.commons.scxml.test.StandaloneElExpressions 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-2008 The Apache Software Foundation. All Rights Reserved.