Class Driver

All Implemented Interfaces:
ScriptellaDriver

public class Driver extends AbstractScriptellaDriver
Represents a Text file driver.

For configuration details and examples see overview page.

Version:
1.0
Author:
Fyodor Kupolov
  • Constructor Details

    • Driver

      public Driver()
  • Method Details

    • connect

      public Connection connect(ConnectionParameters connectionParameters)
      Description copied from interface: ScriptellaDriver
      Implementor should create a new connection based on specified parameters.
      Parameters:
      connectionParameters - connection parameters defined in <connection> element.
      Returns:
      new connection.