public class ScriptRunner extends ParameterStore
Class which is designed to invoke a provided ScriptFactory to build the script. It
then runs the provided script and informs of any errors which occurred.
ParameterStore.ParameterException| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main function, usually executed by the JVM on startup.
|
getBoolValue, getBoolValue, getDoubleValue, getDoubleValue, getIntValue, getIntValue, getLongValue, getLongValue, getPossibleParameters, getStringValue, getStringValue, parsePropertiespublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - Arguments for startup, including which test should run and params for that testjava.lang.Exception - Thrown if error or interruption while waiting for script