Uses of Class
scriptella.driver.text.TextConnectionParameters
Packages that use TextConnectionParameters
Package
Description
CSV Driver for Scriptella.
Shell scripts driver.
Text Driver for Scriptella.
-
Uses of TextConnectionParameters in scriptella.driver.csv
Subclasses of TextConnectionParameters in scriptella.driver.csvModifier and TypeClassDescriptionclassConnection parameters for CSV driver -
Uses of TextConnectionParameters in scriptella.driver.shell
Subclasses of TextConnectionParameters in scriptella.driver.shellModifier and TypeClassDescriptionclassConnection parameters for shell driver. -
Uses of TextConnectionParameters in scriptella.driver.text
Methods in scriptella.driver.text that return TextConnectionParametersModifier and TypeMethodDescriptionprotected TextConnectionParametersAbstractTextConnection.getConnectionParameters()Constructors in scriptella.driver.text with parameters of type TextConnectionParametersModifierConstructorDescriptionprotectedAbstractTextConnection(DialectIdentifier dialectIdentifier, TextConnectionParameters parameters) TextScriptExecutor(Writer out, TextConnectionParameters textParams) Creates an executor.