scriptella.driver.auto
Class Driver

java.lang.Object
  extended by scriptella.spi.AbstractScriptellaDriver
      extended by 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

Constructor Summary
Driver()
           
 
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
 

Constructor Detail

Driver

public Driver()
Method Detail

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.