public class Main
extends java.lang.Object
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Test application for JEXL
If a single argument is present, it is treated as a filename of a JEXL
script to be executed as a script.
|
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - (optional) filename to execute. Stored in the args variable.java.lang.Exception - if parsing or IO failCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.