Package com.massimo.tools.scriptrunner.work

This package provides the main work Tasks, especially SQL and Process.

See:
          Description

Class Summary
PauseTask Prompt and wait for any input.
PrintTask Print to stdout, with parameter substitution
ProcessTask Execute the script text using Runtime.exec()
Introduces boolean attributes Constants.ATTRIBUTE_SHOW_OUTPUT, Constants.ATTRIBUTE_SHOW_ERROR.
SleepTask Sleeping is inactive work.
SQLFunctionTask Execute a SQL function.
SQLGeneratorTask TODO complete design and coding This task runs a SQL statement to generate new tasks.
SQLTask Task to handle SQL or procedural SQL from the definition text.
ThreadedSQLTask Execute SQL statements in a number of threads.
XSLTask Apply an XSL transform to an XML document to produce an output file.
 

Package com.massimo.tools.scriptrunner.work Description

This package provides the main work Tasks, especially SQL and Process.