scriptella.driver.auto
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.driver.auto.Driver
- All Implemented Interfaces:
- scriptella.spi.ScriptellaDriver
public class Driver
- extends scriptella.spi.AbstractScriptellaDriver
Scriptella autodiscovery driver.
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
|
Method Summary |
scriptella.spi.Connection |
connect(scriptella.spi.ConnectionParameters connectionParameters)
|
protected scriptella.spi.Connection |
getConnection(java.lang.String driver,
scriptella.spi.ConnectionParameters connectionParameters)
Template method for testing. |
| Methods inherited from class scriptella.spi.AbstractScriptellaDriver |
getScriptellaTitle, getScriptellaVersion, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Driver
public Driver()
connect
public scriptella.spi.Connection connect(scriptella.spi.ConnectionParameters connectionParameters)
throws scriptella.configuration.ConfigurationException
- Throws:
scriptella.configuration.ConfigurationException
getConnection
protected scriptella.spi.Connection getConnection(java.lang.String driver,
scriptella.spi.ConnectionParameters connectionParameters)
- Template method for testing.
- Parameters:
driver - driver class name or an alias.connectionParameters - conection parameters.
- Returns:
- connection.
Copyright © Copyright 2006-2009 The Scriptella Project Team.