org.otfeed.script
Class Main

java.lang.Object
  extended by org.otfeed.script.Main

public class Main
extends java.lang.Object

Scripting engine: reads Groovy script file, and executes it. When packaged with org.otfeed driver, all Java API calls of the driver are available to Groovy script.

Groovy script receives one prameter, named "args", which is a list of command-line parameters (excluding the script file name).


Method Summary
static void main(java.lang.String... av)
           
 
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(java.lang.String... av)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2008 Mike Kroutikov. All Rights Reserved.