| java.lang.Object org.logicalcobwebs.dbscript.Script
Script | class Script (Code) | | Defines a set of
Script.getCommands commands to run. And which
Script.getDriver driver to use. And its
Script.getInfo configuration .
version: $Revision: 1.6 $, $Date: 2003/03/03 11:12:03 $ author: Bill Horsman (bill@logicalcobwebs.co.uk) author: $Author: billhorsman $ (current maintainer) since: Proxool 0.5 |
addCommand | protected void addCommand(Command command)(Code) | | Add a command to the script.
Parameters: command - to add |
addProperty | protected void addProperty(String name, String value)(Code) | | Add a new property
Parameters: name - name of property Parameters: value - value of property |
getCommands | protected Command[] getCommands()(Code) | | Get all the commands, in the order in which they were added
list of commands |
getDriver | protected String getDriver()(Code) | | The driver to use
the driver |
getInfo | protected Properties getInfo()(Code) | | Configuration of the Driver
properties |
getName | protected String getName()(Code) | | So we can recognise this script in the logs
name |
getUrl | protected String getUrl()(Code) | | The URL to pass to the Driver
|
|
|