public class RunAllScripts
extends java.lang.Object
implements java.lang.Runnable
public static void main(java.lang.String[] args)
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. |
public void run()
run
in interface java.lang.Runnable