Class Driver

All Implemented Interfaces:
ScriptellaDriver

public class Driver extends AbstractScriptellaDriver
Scriptella Driver for Velocity template engine.
Version:
1.0
Author:
Fyodor Kupolov
  • Constructor Details

    • Driver

      public Driver()
  • Method Details

    • connect

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