be.SIRAPRISE.client
Class RunAllScripts

java.lang.Object
  extended by be.SIRAPRISE.client.RunAllScripts

public class RunAllScripts
extends java.lang.Object

Invokes the Script processor for a whole series of scripts


Method Summary
static void main(java.lang.String[] args)
          Executes all SIRA_PRISE scripts found in a directory to be specified
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Executes all SIRA_PRISE scripts found in a directory to be specified

Parameters:
args - The options for this execution of the scripts batch. Options can be specified using either the syntax '-optionName:optionValue' or else 'opiontName(optionValue)'

The following options can be specified :

Option name Description
SCRIPTSDIRECTORY The directory containing the SIRA_PRISE scripts to be executed
SCRIPTS A pattern defining which scripts will be executed
OUTPUTDIRECTORY The directory where the results of executing the SIRA_PRISE scripts are to be stored
HOST The IP address or DNS name of the SIRA_PRISE server
PORT The port to connect to
USER The identification of the user owning the transactions that will be started on the server to perform the script commands.