com.massimo.tools.scriptrunner
Class Main

java.lang.Object
  extended by com.massimo.tools.scriptrunner.Main

public class Main
extends Object

Command line initiation of ScriptRunner

Usage:
   java com.massimo.tools.scriptrunner.Main [-c cxns.xml] [-Dname=value] [-Llevel] [--document | --run=N | --validate] run.xml
   java com.massimo.tools.scriptrunner.Main {--help | --licence | --version}
 where

run.xml specifies the tasks to run
-c Add connections in cxns.xml to the root element of run.xml
-D Define property name with value
-L Specify logging output (FATAL,ERROR,WARN,INFO,DEBUG,TRACE,ALL)
--document Document the task file, run.xml, generating a HTML document called run.html
--run or -r Restart with run identifier N
--validate or -V Validate the task file, run.xml
   
--help or -h Display this brief usage
--licence Display the text of the licence under which this is distributed
--version or -v Version information


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

Field Detail

COPYRIGHT

public static final String COPYRIGHT
See Also:
Constant Field Values
Method Detail

main

public static void main(String[] args)
Parameters:
args - Command line arguments. See usage.