Package scriptella.driver.text
Class Driver
java.lang.Object
scriptella.spi.AbstractScriptellaDriver
scriptella.driver.text.Driver
- All Implemented Interfaces:
ScriptellaDriver
Represents a Text file driver.
For configuration details and examples see overview page.
- Version:
- 1.0
- Author:
- Fyodor Kupolov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnect(ConnectionParameters connectionParameters) Implementor should create a new connection based on specified parameters.Methods inherited from class scriptella.spi.AbstractScriptellaDriver
getScriptellaTitle, getScriptellaVersion, toString
-
Constructor Details
-
Driver
public Driver()
-
-
Method Details
-
connect
Description copied from interface:ScriptellaDriverImplementor should create a new connection based on specified parameters.- Parameters:
connectionParameters- connection parameters defined in <connection> element.- Returns:
- new connection.
-