Skip navigation links
A B C D E F G H I J K L M N O P Q R S T V W X 

A

AbstractTextConnection - Class in scriptella.driver.text
Base class for Text/CSV connections.
AbstractTextConnection() - Constructor for class scriptella.driver.text.AbstractTextConnection
For testing only.
AbstractTextConnection(DialectIdentifier, ConnectionParameters) - Constructor for class scriptella.driver.text.AbstractTextConnection
Initializes a text connection using specified properties.
AbstractTextConnection(DialectIdentifier, TextConnectionParameters) - Constructor for class scriptella.driver.text.AbstractTextConnection
 
ADD - Static variable in class scriptella.driver.ldap.ldif.Entry
The possible change types
addAttribute(Attribute) - Method in class scriptella.driver.ldap.ldif.Entry
Add an attribute to the entry
addAttribute(String, Object) - Method in class scriptella.driver.ldap.ldif.Entry
Add an attribute to the entry
addModificationItem(int, String, Object) - Method in class scriptella.driver.ldap.ldif.Entry
Add a modification item
afterPropertiesSet() - Method in class scriptella.driver.spring.BatchEtlExecutorBean
 
afterPropertiesSet() - Method in class scriptella.driver.spring.EtlExecutorBean
 
AS400_DRIVER_NAME - Static variable in class scriptella.driver.as400.Driver
 

B

BatchEtlExecutorBean - Class in scriptella.driver.spring
Batched implementation to run ETL executors for Spring IoC container.
BatchEtlExecutorBean() - Constructor for class scriptella.driver.spring.BatchEtlExecutorBean
Creates scripts executor.
BindingsParametersCallback - Class in scriptella.driver.script
Bindings implementation for integration into Scriptella execution environment.
BindingsParametersCallback(ParametersCallback) - Constructor for class scriptella.driver.script.BindingsParametersCallback
 
BindingsParametersCallback(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.BindingsParametersCallback
 

C

CACHE_QUERIES - Static variable in class scriptella.driver.xpath.XPathConnection
Name of the cache_queries connection property.
cache_queries - Variable in class scriptella.driver.xpath.XPathConnection
 
call() - Method in class scriptella.driver.spring.EtlExecutorBean
clear() - Method in class scriptella.driver.script.ParametersCallbackMap
Clears local variables.
close() - Method in class scriptella.driver.csv.CsvConnection
 
close() - Method in class scriptella.driver.csv.opencsv.CSVReader
Closes the underlying reader.
close() - Method in class scriptella.driver.csv.opencsv.CSVWriter
Close the underlying stream writer flushing any buffered content.
close() - Method in class scriptella.driver.hsqldb.HsqlConnection
 
close() - Method in class scriptella.driver.janino.JaninoConnection
Closes the connection and releases all related resources.
close() - Method in class scriptella.driver.jexl.JexlConnection
Closes the connection and releases all related resources.
close() - Method in class scriptella.driver.ldap.LdapConnection
 
close() - Method in class scriptella.driver.mail.MailConnection
 
close() - Method in class scriptella.driver.script.ScriptConnection
Closes the connection and releases all related resources.
close() - Method in class scriptella.driver.scriptella.ScriptellaConnection
 
close() - Method in class scriptella.driver.text.TextConnection
 
close() - Method in class scriptella.driver.text.TextScriptExecutor
 
close() - Method in class scriptella.driver.velocity.VelocityConnection
Closes the connection and releases all related resources.
close() - Method in class scriptella.driver.xpath.XPathConnection
 
connect(ConnectionParameters) - Method in class scriptella.driver.auto.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.csv.Driver
 
connect(ConnectionParameters, Properties) - Method in class scriptella.driver.hsqldb.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.janino.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.jexl.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.ldap.Driver
Implementor should create a new connection based on specified parameters.
connect(ConnectionParameters) - Method in class scriptella.driver.mail.Driver
 
connect(ConnectionParameters, Properties) - Method in class scriptella.driver.oracle.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.script.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.scriptella.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.text.Driver
 
connect(ConnectionParameters) - Method in class scriptella.driver.velocity.Driver
Implementor should create a new connection based on specified parameters.
connect(ConnectionParameters) - Method in class scriptella.driver.xpath.Driver
 
ConsoleAdapters - Class in scriptella.driver.text
Pre Java SE 6 adapters for System.in and System.out
ConsoleAdapters() - Constructor for class scriptella.driver.text.ConsoleAdapters
 
containsEntries() - Method in class scriptella.driver.ldap.ldif.LdifReader
 
containsKey(Object) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
 
containsKey(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
 
containsValue(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
 
CsvConnection - Class in scriptella.driver.csv
Represents a connection to CSV file.
CsvConnection(ConnectionParameters) - Constructor for class scriptella.driver.csv.CsvConnection
 
CsvConnectionParameters - Class in scriptella.driver.csv
Connection parameters for CSV driver
CsvConnectionParameters() - Constructor for class scriptella.driver.csv.CsvConnectionParameters
 
CsvConnectionParameters(ConnectionParameters) - Constructor for class scriptella.driver.csv.CsvConnectionParameters
 
CsvProviderException - Exception in scriptella.driver.csv
Thrown to indicate a problem with CSV file processing.
CsvProviderException() - Constructor for exception scriptella.driver.csv.CsvProviderException
 
CsvProviderException(String) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
CsvProviderException(String, String) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
CsvProviderException(String, Throwable) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
CsvProviderException(String, Throwable, String) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
CsvProviderException(Throwable) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
CsvQuery - Class in scriptella.driver.csv
Query for CSV file.
CsvQuery(CSVReader, PropertiesSubstitutor, CsvConnectionParameters) - Constructor for class scriptella.driver.csv.CsvQuery
Creates a query for CSVReader.
CSVReader - Class in scriptella.driver.csv.opencsv
A very simple CSV reader released under a commercial-friendly license.
CSVReader(Reader) - Constructor for class scriptella.driver.csv.opencsv.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(Reader, char) - Constructor for class scriptella.driver.csv.opencsv.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(Reader, char, char) - Constructor for class scriptella.driver.csv.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, int) - Constructor for class scriptella.driver.csv.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVWriter - Class in scriptella.driver.csv.opencsv
A very simple CSV writer released under a commercial-friendly license.
CSVWriter(Writer) - Constructor for class scriptella.driver.csv.opencsv.CSVWriter
Constructs CSVWriter using a comma for the separator.
CSVWriter(Writer, char) - Constructor for class scriptella.driver.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator.
CSVWriter(Writer, char, char) - Constructor for class scriptella.driver.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char) - Constructor for class scriptella.driver.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, String) - Constructor for class scriptella.driver.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char, String) - Constructor for class scriptella.driver.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CUBRID_DRIVER_NAME - Static variable in class scriptella.driver.cubrid.Driver
 

D

DB2_DRIVER_NAME - Static variable in class scriptella.driver.db2.Driver
 
DEFAULT_ESCAPE - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
DEFAULT_ESCAPE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The default character used for escaping quotes.
DEFAULT_HEADERS - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
DEFAULT_LINE_END - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
Default line terminator uses platform encoding.
DEFAULT_QUERY - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
DEFAULT_QUOTE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVReader
The default quote character to use if none is supplied to the constructor.
DEFAULT_QUOTE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The default quote character to use if none is supplied to the constructor.
DEFAULT_QUOTEALL - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
DEFAULT_SEPARATOR - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
DEFAULT_SEPARATOR - Static variable in class scriptella.driver.csv.opencsv.CSVReader
The default separator to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The default separator to use if none is supplied to the constructor.
DEFAULT_SKIP_LINES - Static variable in class scriptella.driver.csv.opencsv.CSVReader
The default line to start reading.
DELETE - Static variable in class scriptella.driver.ldap.ldif.Entry
 
DERBY_CLIENT_DRIVER_NAME - Static variable in class scriptella.driver.derby.Driver
 
DERBY_EMBEDDED_DRIVER_NAME - Static variable in class scriptella.driver.derby.Driver
 
detectMissingQueryNextCall() - Method in class scriptella.driver.script.MissingQueryNextCallDetector
Detects if a query.next() call is missing by using the following rules: query.isNextCalled return false, i.e.
Driver - Class in scriptella.driver.as400
Scriptella Adapter for an IBM AS/400 System.
Driver() - Constructor for class scriptella.driver.as400.Driver
 
Driver - Class in scriptella.driver.auto
Scriptella autodiscovery driver.
Driver() - Constructor for class scriptella.driver.auto.Driver
 
Driver - Class in scriptella.driver.csv
Scriptella driver for CSV files.
Driver() - Constructor for class scriptella.driver.csv.Driver
 
Driver - Class in scriptella.driver.cubrid
Scriptella Adapter for Cubrid database.
Driver() - Constructor for class scriptella.driver.cubrid.Driver
 
Driver - Class in scriptella.driver.db2
Scriptella Adapter for DB2 database.
Driver() - Constructor for class scriptella.driver.db2.Driver
 
Driver - Class in scriptella.driver.derby
Scriptella Adapter for Derby database.
Driver() - Constructor for class scriptella.driver.derby.Driver
 
Driver - Class in scriptella.driver.h2
Scriptella Adapter for H2 database.
Driver() - Constructor for class scriptella.driver.h2.Driver
 
Driver - Class in scriptella.driver.hsqldb
Scriptella Adapter for HSLQDB database.
Driver() - Constructor for class scriptella.driver.hsqldb.Driver
 
Driver - Class in scriptella.driver.janino
Scriptella Driver for Janino Java Compiler.
Driver() - Constructor for class scriptella.driver.janino.Driver
 
Driver - Class in scriptella.driver.jexl
Driver for JEXL.
Driver() - Constructor for class scriptella.driver.jexl.Driver
 
Driver - Class in scriptella.driver.jndi
Scriptella driver for JNDI datasources.
Driver() - Constructor for class scriptella.driver.jndi.Driver
 
Driver - Class in scriptella.driver.ldap
Scriptella Driver for LDAP.
Driver() - Constructor for class scriptella.driver.ldap.Driver
 
Driver - Class in scriptella.driver.mail
Represents a JavaMail driver.
Driver() - Constructor for class scriptella.driver.mail.Driver
 
Driver - Class in scriptella.driver.mssql
Scriptella Adapter for Microsoft SQL Server database JDBC driver.
Driver() - Constructor for class scriptella.driver.mssql.Driver
 
Driver - Class in scriptella.driver.mysql
Scriptella Adapter for MySQL database.
Driver() - Constructor for class scriptella.driver.mysql.Driver
 
Driver - Class in scriptella.driver.odbc
Scriptella Adapter for Sun's JDBC-ODBC driver.
Driver() - Constructor for class scriptella.driver.odbc.Driver
 
Driver - Class in scriptella.driver.oracle
Scriptella Adapter for Oracle database.
Driver() - Constructor for class scriptella.driver.oracle.Driver
 
Driver - Class in scriptella.driver.postgresql
Scriptella Adapter for PostgreSQL database.
Driver() - Constructor for class scriptella.driver.postgresql.Driver
 
Driver - Class in scriptella.driver.script
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
Driver() - Constructor for class scriptella.driver.script.Driver
 
Driver - Class in scriptella.driver.scriptella
This driver allows execution of external ETL files.
Driver() - Constructor for class scriptella.driver.scriptella.Driver
 
Driver - Class in scriptella.driver.spring
Scriptella driver for The Spring Framework Bean Factory(or Application Context) registered datasources.
Driver() - Constructor for class scriptella.driver.spring.Driver
 
Driver - Class in scriptella.driver.sybase
Scriptella Adapter for Sybase ASE/ASA databases.
Driver() - Constructor for class scriptella.driver.sybase.Driver
 
Driver - Class in scriptella.driver.text
Represents a Text file driver.
Driver() - Constructor for class scriptella.driver.text.Driver
 
Driver - Class in scriptella.driver.velocity
Scriptella Driver for Velocity template engine.
Driver() - Constructor for class scriptella.driver.velocity.Driver
 
Driver - Class in scriptella.driver.xls
Scriptella Adapter for SQLScheet.
Driver() - Constructor for class scriptella.driver.xls.Driver
 
Driver - Class in scriptella.driver.xpath
Represents a driver for querying XML files with XPath expressions.
Driver() - Constructor for class scriptella.driver.xpath.Driver
 

E

ENCODING - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the encoding connection property.
Entry - Class in scriptella.driver.ldap.ldif
A entry to be populated by an ldif parser.
Entry() - Constructor for class scriptella.driver.ldap.ldif.Entry
 
entrySet() - Method in class scriptella.driver.script.ParametersCallbackMap
 
EOL - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the eol connection property.
ESCAPE - Static variable in class scriptella.driver.csv.CsvConnection
Name of the escape connection property.
escape - Variable in class scriptella.driver.csv.CsvConnectionParameters
 
EtlExecutorBean - Class in scriptella.driver.spring
Implementation of EtlExecutor for Spring IoC container.
EtlExecutorBean() - Constructor for class scriptella.driver.spring.EtlExecutorBean
Creates scripts executor.
execute(CSVReader, QueryCallback, AbstractConnection.StatementCounter) - Method in class scriptella.driver.csv.CsvQuery
Executes a query over a specified text content.
execute() - Method in class scriptella.driver.janino.JaninoScript
This method in not a part of the public API.
execute(Reader, DirContext, ParametersCallback) - Method in class scriptella.driver.ldap.LdifScript
Executes an LDIF content from the specified reader.
execute(String) - Method in class scriptella.driver.ldap.SearchFilterQuery
Runs a search specified by filter on a SearchFilterQuery.connection.
execute() - Method in class scriptella.driver.spring.EtlExecutorBean
 
execute(ProgressIndicator) - Method in class scriptella.driver.spring.EtlExecutorBean
 
execute(Reader, ParametersCallback, AbstractConnection.StatementCounter) - Method in class scriptella.driver.text.TextScriptExecutor
Parses a script from read, expands properties and produces the output.
execute(QueryCallback, ParametersCallback) - Method in class scriptella.driver.xpath.XPathQueryExecutor
Executes a query and notifies queryCallback for each found node.
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.csv.CsvConnection
 
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.janino.JaninoConnection
Executes a query specified by its content.
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.jexl.JexlConnection
 
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.ldap.LdapConnection
 
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.mail.MailConnection
 
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.script.ScriptConnection
 
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.scriptella.ScriptellaConnection
 
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.text.TextConnection
 
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.velocity.VelocityConnection
Executes a query specified by its content.
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.xpath.XPathConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.csv.CsvConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.janino.JaninoConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.jexl.JexlConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.ldap.LdapConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.mail.MailConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.script.ScriptConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.scriptella.ScriptellaConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.text.TextConnection
 
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.velocity.VelocityConnection
Executes a script specified by its content.
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.xpath.XPathConnection
 

F

FILE_MAXLENGTH_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
Names of the Max File Length connection property.
FLUSH - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the flush connection property.
flush() - Method in class scriptella.driver.text.TextScriptExecutor
 
format(String) - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
 
format(Reader, PropertiesSubstitutor) - Method in class scriptella.driver.mail.MailConnection
 
FORMAT_PREFIX - Static variable in class scriptella.driver.text.AbstractTextConnection
Prefix for properties containing a definition of the column format.

G

get(String) - Method in class scriptella.driver.janino.JaninoScript
Obtains a parameter value for specified name.
get(String) - Method in class scriptella.driver.jexl.JexlContextMap
 
get(String) - Method in class scriptella.driver.ldap.ldif.Entry
Returns a attribute given it's id
get(Object) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
 
get(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
get(String) - Method in class scriptella.driver.xpath.NodeVariable
Gets the text value(s) of the node(s) selected by the specified XPath expression.
getAttributes() - Method in class scriptella.driver.ldap.ldif.Entry
Get the entry's attributes
getChangeType() - Method in class scriptella.driver.ldap.ldif.Entry
Get the change type
getColumnsMap() - Method in class scriptella.driver.csv.CsvQuery
 
getConnection(String, ConnectionParameters) - Method in class scriptella.driver.auto.Driver
Template method for testing.
getConnection(String, Properties) - Method in class scriptella.driver.h2.Driver
 
getConnection(String, Properties) - Method in class scriptella.driver.jndi.Driver
 
getConnection(String, Properties) - Method in class scriptella.driver.spring.Driver
 
getConnectionParameters() - Method in class scriptella.driver.csv.CsvConnection
 
getConnectionParameters() - Method in class scriptella.driver.text.AbstractTextConnection
 
getConnectionParameters() - Method in class scriptella.driver.text.TextConnectionParameters
 
getConsoleReader(String) - Static method in class scriptella.driver.text.ConsoleAdapters
Returns the reader for System.in.
getConsoleWriter(String) - Static method in class scriptella.driver.text.ConsoleAdapters
Returns the writer for System.out.
getControl() - Method in class scriptella.driver.ldap.ldif.Entry
 
getCurrentRowValueAt(int, String) - Method in class scriptella.driver.csv.CsvQuery
Returns the value of a specified column.
getDn() - Method in class scriptella.driver.ldap.ldif.Entry
 
getEncoding() - Method in class scriptella.driver.text.TextConnectionParameters
 
getEol() - Method in class scriptella.driver.text.TextConnectionParameters
 
getEscape() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
getMaxFileLength() - Method in class scriptella.driver.ldap.LdifScript
Accessor for testing purposes
getModificationItems() - Method in class scriptella.driver.ldap.ldif.Entry
 
getNewRdn() - Method in class scriptella.driver.ldap.ldif.Entry
 
getNewSuperior() - Method in class scriptella.driver.ldap.ldif.Entry
 
getOut() - Method in class scriptella.driver.csv.CsvConnection
 
getParameter(String) - Method in class scriptella.driver.csv.CsvQuery
 
getParameter(String) - Method in class scriptella.driver.janino.JaninoQuery
 
getParameter(String) - Method in class scriptella.driver.ldap.SearchFilterQuery
 
getParameter(String) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
 
getParameter(String) - Method in class scriptella.driver.script.ParametersCallbackMap
Returns specified variable value.
getParameter(String) - Method in class scriptella.driver.xpath.XPathQueryExecutor
 
getParametersCallback() - Method in class scriptella.driver.janino.JaninoScript
This method in not a part of the public API.
getProperties() - Method in class scriptella.driver.spring.EtlExecutorBean
 
getPropertyFormatter() - Method in class scriptella.driver.text.TextConnectionParameters
 
getProviderName() - Method in exception scriptella.driver.csv.CsvProviderException
 
getProviderName() - Method in exception scriptella.driver.janino.JaninoProviderException
 
getProviderName() - Method in exception scriptella.driver.jexl.JexlProviderException
 
getProviderName() - Method in exception scriptella.driver.jndi.JndiProviderException
 
getProviderName() - Method in exception scriptella.driver.ldap.LdapProviderException
 
getProviderName() - Method in exception scriptella.driver.mail.MailProviderException
 
getProviderName() - Method in exception scriptella.driver.script.ScriptProviderException
 
getProviderName() - Method in exception scriptella.driver.scriptella.ScriptellaProviderException
 
getProviderName() - Method in exception scriptella.driver.spring.SpringProviderException
 
getProviderName() - Method in exception scriptella.driver.text.TextProviderException
 
getProviderName() - Method in exception scriptella.driver.velocity.VelocityProviderException
 
getProviderName() - Method in exception scriptella.driver.xpath.XPathProviderException
 
getQueryCallback() - Method in class scriptella.driver.janino.JaninoQuery
 
getQuote() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
getSeparator() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
getSizeLimit() - Method in class scriptella.driver.ldap.ldif.LdifReader
 
getSkipLines() - Method in class scriptella.driver.text.TextConnectionParameters
 
getString(String) - Method in class scriptella.driver.xpath.NodeVariable
Gets the string value of the first selected node by the specified XPath expression.
getString(String, String) - Method in class scriptella.driver.xpath.NodeVariable
Gets the string value of the first selected node by the specified XPath expression.
getStringArray(String) - Method in class scriptella.driver.xpath.NodeVariable
Gets the text values of the nodes selected by the specified XPath expression.
getTrackedLines() - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
 
getUriStream(String) - Method in class scriptella.driver.ldap.ldif.LdifReader
Resolves URI to URL and returns a content stream.
getUrl() - Method in class scriptella.driver.text.TextConnectionParameters
Returns resolved URL for this connection.
getVersion() - Method in class scriptella.driver.ldap.ldif.LdifReader
 

H

H2_DRIVER_NAME - Static variable in class scriptella.driver.h2.Driver
 
has(String) - Method in class scriptella.driver.jexl.JexlContextMap
 
hasNext() - Method in class scriptella.driver.ldap.ldif.LdifReader
Tests to see if another LDIF is on the input channel.
HEADERS - Static variable in class scriptella.driver.csv.CsvConnection
Name of the headers connection property.
headers - Variable in class scriptella.driver.csv.CsvConnectionParameters
 
HsqlConnection - Class in scriptella.driver.hsqldb
Hsqldb connection wrapper.
HSQLDB_DRIVER_NAME - Static variable in class scriptella.driver.hsqldb.Driver
 

I

init(ConnectionParameters) - Method in class scriptella.driver.hsqldb.HsqlConnection
 
init(ConnectionParameters) - Method in class scriptella.driver.oracle.OracleConnection
 
initializeContext(Hashtable<String, Object>) - Method in class scriptella.driver.ldap.LdapConnection
Creates a directory context.
initOut() - Method in class scriptella.driver.text.TextConnection
Lazily initializes script writer.
isChangeAdd() - Method in class scriptella.driver.ldap.ldif.Entry
 
isChangeDelete() - Method in class scriptella.driver.ldap.ldif.Entry
 
isChangeModDn() - Method in class scriptella.driver.ldap.ldif.Entry
 
isChangeModify() - Method in class scriptella.driver.ldap.ldif.Entry
 
isChangeModRdn() - Method in class scriptella.driver.ldap.ldif.Entry
 
isDeleteOldRdn() - Method in class scriptella.driver.ldap.ldif.Entry
 
isEmpty() - Method in class scriptella.driver.script.ParametersCallbackMap
 
isEntry() - Method in class scriptella.driver.ldap.ldif.Entry
 
isFlush() - Method in class scriptella.driver.text.TextConnectionParameters
 
isHeaders() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
isNextCalled() - Method in class scriptella.driver.script.ParametersCallbackMap
CRQ-12257.
isQuoteall() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
isReadonly() - Method in class scriptella.driver.ldap.LdifScript
 
isTrimLines() - Method in class scriptella.driver.text.TextConnectionParameters
 
iterator() - Method in class scriptella.driver.ldap.ldif.LdifReader
 

J

JaninoConnection - Class in scriptella.driver.janino
Scriptella connection adapter for Janino Script Evaluator.
JaninoConnection(ConnectionParameters) - Constructor for class scriptella.driver.janino.JaninoConnection
Instantiates a new connection to Janino Script Evaluator.
JaninoProviderException - Exception in scriptella.driver.janino
Thrown to indicate Janino failure.
JaninoProviderException() - Constructor for exception scriptella.driver.janino.JaninoProviderException
 
JaninoProviderException(String) - Constructor for exception scriptella.driver.janino.JaninoProviderException
 
JaninoProviderException(String, Throwable) - Constructor for exception scriptella.driver.janino.JaninoProviderException
 
JaninoProviderException(Throwable) - Constructor for exception scriptella.driver.janino.JaninoProviderException
 
JaninoQuery - Class in scriptella.driver.janino
A base class for Janino <query> elements.
JaninoQuery() - Constructor for class scriptella.driver.janino.JaninoQuery
 
JaninoScript - Class in scriptella.driver.janino
A base class for Janino <script> elements.
JaninoScript() - Constructor for class scriptella.driver.janino.JaninoScript
 
JexlConnection - Class in scriptella.driver.jexl
Scriptella connection adapter for JEXL.
JexlConnection(ConnectionParameters) - Constructor for class scriptella.driver.jexl.JexlConnection
Instantiates a new connection to JEXL.
JexlContextMap - Class in scriptella.driver.jexl
Mutable JexlContext implementation for integration into Scriptella execution environment.
JexlContextMap(ParametersCallbackMap) - Constructor for class scriptella.driver.jexl.JexlContextMap
Initializes instance and set parent parameters.
JexlContextMap(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.jexl.JexlContextMap
Initializes instance and set parent parameters with query callback..
JexlProviderException - Exception in scriptella.driver.jexl
Thrown to indicate a problem with JEXL script.
JexlProviderException() - Constructor for exception scriptella.driver.jexl.JexlProviderException
 
JexlProviderException(String) - Constructor for exception scriptella.driver.jexl.JexlProviderException
 
JexlProviderException(String, Throwable) - Constructor for exception scriptella.driver.jexl.JexlProviderException
 
JexlProviderException(Throwable) - Constructor for exception scriptella.driver.jexl.JexlProviderException
 
JndiProviderException - Exception in scriptella.driver.jndi
Thrown to indicate JNDI provider failure.
JndiProviderException(String, Throwable) - Constructor for exception scriptella.driver.jndi.JndiProviderException
 
JndiProviderException(String) - Constructor for exception scriptella.driver.jndi.JndiProviderException
 

K

keySet() - Method in class scriptella.driver.script.ParametersCallbackMap
 

L

LdapConnection - Class in scriptella.driver.ldap
Represents a connection to a directory context.
LdapConnection() - Constructor for class scriptella.driver.ldap.LdapConnection
 
LdapConnection(ConnectionParameters) - Constructor for class scriptella.driver.ldap.LdapConnection
Creates a connnection to a directory.
LdapProviderException - Exception in scriptella.driver.ldap
Thrown by LDAP Provider to indicate a failure.
LdapProviderException() - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
LdapProviderException(String) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
LdapProviderException(String, String) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
LdapProviderException(String, String, Throwable) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
LdapProviderException(String, Throwable) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
LdapProviderException(Throwable) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
LdifParseException - Exception in scriptella.driver.ldap.ldif
Thrown to indicate a parse excpetion.
LdifParseException(String) - Constructor for exception scriptella.driver.ldap.ldif.LdifParseException
 
LdifParseException(String, String) - Constructor for exception scriptella.driver.ldap.ldif.LdifParseException
 
LdifParseException(String, String, Throwable) - Constructor for exception scriptella.driver.ldap.ldif.LdifParseException
 
LdifParseException(String, Throwable) - Constructor for exception scriptella.driver.ldap.ldif.LdifParseException
 
LdifReader - Class in scriptella.driver.ldap.ldif
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change>

<ldif-content-change> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | "changetype:" <fill> <changerecord-type> <ldif-change-record-e>

<ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | e

<ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e

<dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string>

<controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> | e

<criticality> ::= "true" | "false" | e

<oid> ::= '.' <number> <oid> | e

<attrval-specs-e> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e

<value-spec-e> ::= <value-spec> | e

<value-spec> ::= ':' <fill> <safe-string-e> | "::" <fill> <base64-chars> | ":<" <fill> <url>

<attributeType> ::= <number> <oid> | <alpha> <chars-e>

<options-e> ::= ';' <char> <chars-e> <options-e> |e

<chars-e> ::= <char> <chars-e> | e

<changerecord-type> ::= "add" <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> | "delete" <sep> | "modify" <sep> <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | "moddn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> | "modrdn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep>

<newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars>

<newsuperior-e> ::= "newsuperior" <newrdn> | e

<mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e

<mod-type> ::= "add:" | "delete:" | "replace:"

<url> ::= <a Uniform Resource Locator, as defined in [6]>

LEXICAL -------

<fill> ::= ' ' <fill> | e <char> ::= <alpha> | <digit> | '-' <number> ::= <digit> <digits> <0-1> ::= '0' | '1' <digits> ::= <digit> <digits> | e <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' <seps> ::= <sep> <seps-e> <seps-e> ::= <sep> <seps-e> | e <sep> ::= 0x0D 0x0A | 0x0A <spaces> ::= ' ' <spaces-e> <spaces-e> ::= ' ' <spaces-e> | e <safe-string-e> ::= <safe-string> | e <safe-string> ::= <safe-init-char> <safe-chars> <safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F] <safe-chars> ::= <safe-char> <safe-chars> | e <safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F] <base64-string> ::= <base64-char> <base64-chars> <base64-chars> ::= <base64-char> <base64-chars> | e <base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A] <alpha> ::= [0x41-0x5A] | [0x61-0x7A]

COMMENTS -------- - The ldap-oid VN is not correct in the RFC-2849.

LdifReader(LineIterator) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
A constructor which takes a line iterator.
LdifReader(LineIterator, long) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
* A constructor which takes a line iterator and a size limit.
LdifReader(String) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
For testing purposes.
LdifScript - Class in scriptella.driver.ldap
Executor for LDIF script.
LdifScript(LdapConnection) - Constructor for class scriptella.driver.ldap.LdifScript
 
LOG - Static variable in class scriptella.driver.csv.CsvConnection
 
LOG - Static variable in class scriptella.driver.csv.CsvQuery
 

M

MailConnection - Class in scriptella.driver.mail
Represents a JavaMail connection.
MailConnection(ConnectionParameters) - Constructor for class scriptella.driver.mail.MailConnection
Creates an email connection.
MailProviderException - Exception in scriptella.driver.mail
Thrown to indicate a problem with EMail producing/sending.
MailProviderException() - Constructor for exception scriptella.driver.mail.MailProviderException
 
MailProviderException(String) - Constructor for exception scriptella.driver.mail.MailProviderException
 
MailProviderException(String, Throwable) - Constructor for exception scriptella.driver.mail.MailProviderException
 
MailProviderException(Throwable) - Constructor for exception scriptella.driver.mail.MailProviderException
 
MissingQueryNextCallDetector - Class in scriptella.driver.script
CRQ-12257.
MissingQueryNextCallDetector(ParametersCallbackMap, Resource) - Constructor for class scriptella.driver.script.MissingQueryNextCallDetector
 
MODDN - Static variable in class scriptella.driver.ldap.ldif.Entry
 
MODIFY - Static variable in class scriptella.driver.ldap.ldif.Entry
 
MODRDN - Static variable in class scriptella.driver.ldap.ldif.Entry
 
MSSQL_2000_DRIVER_NAME - Static variable in class scriptella.driver.mssql.Driver
 
MSSQL_2005_DRIVER_NAME - Static variable in class scriptella.driver.mssql.Driver
 
MSSQL_TDS_DRIVER_NAME - Static variable in class scriptella.driver.mssql.Driver
 
MYSQL_DRIVER_NAME - Static variable in class scriptella.driver.mysql.Driver
 

N

NAME - Static variable in class scriptella.driver.xpath.NodeVariable
 
NashornBindingsParametersCallback - Class in scriptella.driver.script
Implementation of Bindings for Java 8 JavaScript engine "Nashorn".
NashornBindingsParametersCallback(ParametersCallback) - Constructor for class scriptella.driver.script.NashornBindingsParametersCallback
 
NashornBindingsParametersCallback(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.NashornBindingsParametersCallback
 
newCsvQuery(CSVReader, PropertiesSubstitutor) - Method in class scriptella.driver.csv.CsvConnection
Template factory method to instantiate query handlers.
newInputReader() - Method in class scriptella.driver.text.AbstractTextConnection
Creates a new reader for input.
newOutputWriter() - Method in class scriptella.driver.text.AbstractTextConnection
Creates a new writer to send output to.
next() - Method in class scriptella.driver.janino.JaninoQuery
Moves to the next virtual row.
next(String[], Object[]) - Method in class scriptella.driver.janino.JaninoQuery
Produces a virtual row based on the specified columns.
next(Map<String, ?>) - Method in class scriptella.driver.janino.JaninoQuery
Produces a virtual row based on the specified columns.
next() - Method in class scriptella.driver.ldap.ldif.LdifReader
Gets the next LDIF on the channel.
next() - Method in class scriptella.driver.script.ParametersCallbackMap
Executes nested elements and exposes local variables set by the current query.
NO_ESCAPE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The escape constant to use when you wish to suppress all escaping.
NO_QUOTE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The quote constant to use when you wish to suppress all quoting.
NodeVariable - Class in scriptella.driver.xpath
A special node variable for sub-queries and scripts that wraps the node selected by an XPath query, exposing useful methods.
NodeVariable(XPathExpressionCompiler, Node) - Constructor for class scriptella.driver.xpath.NodeVariable
 
NULL_STRING - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the null_string connection property.

O

ODBC_DRIVER_NAME - Static variable in class scriptella.driver.odbc.Driver
 
ORACLE_DRIVER_NAME - Static variable in class scriptella.driver.oracle.Driver
 
OracleConnection - Class in scriptella.driver.oracle
Oracle connection wrapper.

P

ParametersCallbackMap - Class in scriptella.driver.script
Map implementation of ParametersCallback for integration into Scriptella execution environment.
ParametersCallbackMap(ParametersCallback) - Constructor for class scriptella.driver.script.ParametersCallbackMap
Initializes instance and set parent parameters to use in ParametersCallbackMap.getParameter(String).
ParametersCallbackMap(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.ParametersCallbackMap
Initializes parameters callback for query element.
parseAttributeValue(Entry, String) - Method in class scriptella.driver.ldap.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseHeader(CSVReader) - Method in class scriptella.driver.csv.CsvQuery
 
PLSQL - Static variable in class scriptella.driver.oracle.OracleConnection
Name plsql property.
POSTGRESQL_DRIVER_NAME - Static variable in class scriptella.driver.postgresql.Driver
 
processRow(QueryCallback, String[]) - Method in class scriptella.driver.csv.CsvQuery
Processes the current row.
put(String, Object) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
 
put(String, Object) - Method in class scriptella.driver.script.ParametersCallbackMap
Sets local variable.
putAll(Map<? extends String, ?>) - Method in class scriptella.driver.script.ParametersCallbackMap
Registers local variables.
putAttribute(String, Object) - Method in class scriptella.driver.ldap.ldif.Entry
Add an attribute value to an existing attribute

Q

query(LdapConnection, String) - Method in class scriptella.driver.ldap.SearchFilterQuery
 
QUOTE - Static variable in class scriptella.driver.csv.CsvConnection
Name of the quote connection property.
quote - Variable in class scriptella.driver.csv.CsvConnectionParameters
 
QUOTEALL - Static variable in class scriptella.driver.csv.CsvConnection
Name of the quoteall connection property.
quoteall - Variable in class scriptella.driver.csv.CsvConnectionParameters
 

R

readAll() - Method in class scriptella.driver.csv.opencsv.CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readNext() - Method in class scriptella.driver.csv.opencsv.CSVReader
Reads the next line from the buffer and converts to a string array.
remove() - Method in class scriptella.driver.ldap.ldif.LdifReader
Always throws UnsupportedOperationException!
remove(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
Removes local variable.
remove() - Method in class scriptella.driver.xpath.NodeVariable
Removes this node from the document.
RETURN_ARRAYS - Static variable in class scriptella.driver.xpath.XPathConnection
Name of the return_arrays connection property.
rowMatches(String[]) - Method in class scriptella.driver.csv.CsvQuery
Checks if current CSV row matches any of the specified patterns.
run() - Method in class scriptella.driver.spring.BatchEtlExecutorBean
Executes ETL files in a batch.

S

ScriptConnection - Class in scriptella.driver.script
Scriptella connection adapter for the JSR 223: Scripting for the Java Platform.
ScriptConnection(ConnectionParameters) - Constructor for class scriptella.driver.script.ScriptConnection
Instantiates a new connection to JSR 223 scripting engine.
scriptella.driver.as400 - package scriptella.driver.as400
AS/400 Driver Adapter for Scriptella.
scriptella.driver.auto - package scriptella.driver.auto
Autodiscovery Driver for Scriptella.
scriptella.driver.csv - package scriptella.driver.csv
CSV Driver for Scriptella.
scriptella.driver.csv.opencsv - package scriptella.driver.csv.opencsv
Optimized opencsv implementation for Scriptella.
scriptella.driver.cubrid - package scriptella.driver.cubrid
Cubrid Driver Adapter for Scriptella.
scriptella.driver.db2 - package scriptella.driver.db2
DB2 Driver Adapter for Scriptella.
scriptella.driver.derby - package scriptella.driver.derby
Derby Driver Adapter for Scriptella.
scriptella.driver.h2 - package scriptella.driver.h2
H2 Database Driver Adapter for Scriptella.
scriptella.driver.hsqldb - package scriptella.driver.hsqldb
HSLQDB Driver Adapter for Scriptella.
scriptella.driver.janino - package scriptella.driver.janino
Janino Driver for Scriptella.
scriptella.driver.jexl - package scriptella.driver.jexl
JEXL Driver for Scriptella.
scriptella.driver.jndi - package scriptella.driver.jndi
JNDI Datasource Driver for Scriptella.
scriptella.driver.ldap - package scriptella.driver.ldap
LDAP Driver for Scriptella.
scriptella.driver.ldap.ldif - package scriptella.driver.ldap.ldif
 
scriptella.driver.mail - package scriptella.driver.mail
E-Mail Driver for Scriptella.
scriptella.driver.mssql - package scriptella.driver.mssql
Microsoft SQL Server Driver Adapter for Scriptella.
scriptella.driver.mysql - package scriptella.driver.mysql
MySQL Driver(Connector/J) adapter for Scriptella.
scriptella.driver.odbc - package scriptella.driver.odbc
The JDBC-ODBC Bridge Adapter for Scriptella.
scriptella.driver.oracle - package scriptella.driver.oracle
Oracle Driver Adapter for Scriptella.
scriptella.driver.postgresql - package scriptella.driver.postgresql
PostgreSQL Driver Adapter for Scriptella.
scriptella.driver.script - package scriptella.driver.script
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
scriptella.driver.scriptella - package scriptella.driver.scriptella
Driver for running Scriptella ETL files.
scriptella.driver.spring - package scriptella.driver.spring
Spring Framework Integration Driver for Scriptella.
scriptella.driver.sybase - package scriptella.driver.sybase
Scriptella Driver Adapter for Sybase ASE and ASA.
scriptella.driver.text - package scriptella.driver.text
Text Driver for Scriptella.
scriptella.driver.velocity - package scriptella.driver.velocity
Velocity Adapter for Scriptella.
scriptella.driver.xls - package scriptella.driver.xls
SQLSheet Driver Adapter for Scriptella.
scriptella.driver.xpath - package scriptella.driver.xpath
XPath Driver for Scriptella.
ScriptellaConnection - Class in scriptella.driver.scriptella
Represents a connection to externally located Scriptella ETL file.
ScriptellaConnection(ConnectionParameters) - Constructor for class scriptella.driver.scriptella.ScriptellaConnection
Creates an email connection.
ScriptellaProviderException - Exception in scriptella.driver.scriptella
Thrown to indicate Spring provider failure.
ScriptellaProviderException(String, Throwable) - Constructor for exception scriptella.driver.scriptella.ScriptellaProviderException
 
ScriptellaProviderException(String) - Constructor for exception scriptella.driver.scriptella.ScriptellaProviderException
 
ScriptProviderException - Exception in scriptella.driver.script
Thrown to indicate an error in scripting engine.
ScriptProviderException(String, Throwable) - Constructor for exception scriptella.driver.script.ScriptProviderException
 
ScriptProviderException(String, Throwable, String) - Constructor for exception scriptella.driver.script.ScriptProviderException
 
SEARCH_BASEDN_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
Name of the Search base DN connection property.
SEARCH_COUNTLIMIT_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
Name of the Count Limit(maximum number of entries to be returned) connection property.
SEARCH_SCOPE_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
Name of the Search scope connection property.
SEARCH_TIMELIMIT_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
Name of the Time Limit connection property.
SearchFilterQuery - Class in scriptella.driver.ldap
Represents an executor for LDAP search filter query(RFC 2254).
SearchFilterQuery(LdapConnection, ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.ldap.SearchFilterQuery
Instantiates an LDAP query.
send(MimeMessage) - Method in class scriptella.driver.mail.MailConnection
Template method to decouple transport dependency, overriden in test classes.
SEPARATOR - Static variable in class scriptella.driver.csv.CsvConnection
Name of the separator connection property.
separator - Variable in class scriptella.driver.csv.CsvConnectionParameters
 
set(String, Object) - Method in class scriptella.driver.janino.JaninoQuery
Sets a value for specified parameter name.
set(Map<String, ?>) - Method in class scriptella.driver.janino.JaninoQuery
Fills the virtual row using parameters from specified map.
set(String, Object) - Method in class scriptella.driver.jexl.JexlContextMap
 
setAutostart(boolean) - Method in class scriptella.driver.spring.EtlExecutorBean
Sets autostart property.
setBeanFactory(BeanFactory) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
 
setBeanFactory(BeanFactory) - Method in class scriptella.driver.spring.EtlExecutorBean
 
setChangeType(int) - Method in class scriptella.driver.ldap.ldif.Entry
Set the modification type
setChangeType(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the change type
setConfigLocation(Resource) - Method in class scriptella.driver.spring.EtlExecutorBean
Sets configuration location.
setConfigLocations(Resource[]) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
Sets configuration locations.
setControl(Control) - Method in class scriptella.driver.ldap.ldif.Entry
Add a control to the entry
setDefaultNullString(String) - Method in class scriptella.driver.text.TextConnectionParameters
 
setDeleteOldRdn(boolean) - Method in class scriptella.driver.ldap.ldif.Entry
Set the flage deleteOldRdn
setDn(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the Distinguished Name
setEncoding(String) - Method in class scriptella.driver.text.TextConnectionParameters
 
setEol(String) - Method in class scriptella.driver.text.TextConnectionParameters
 
setErrorStatement(String) - Method in exception scriptella.driver.janino.JaninoProviderException
 
setErrorStatement(String) - Method in exception scriptella.driver.ldap.LdapProviderException
 
setEscape(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
setFlush(boolean) - Method in class scriptella.driver.text.TextConnectionParameters
 
setHeaders(boolean) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
setJmxEnabled(boolean) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
 
setNewRdn(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the new RDN
setNewSuperior(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the new superior
setProgressIndicator(ProgressIndicator) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
Sets progress indicator to use.
setProgressIndicator(ProgressIndicator) - Method in class scriptella.driver.spring.EtlExecutorBean
Sets progress indicator to use.
setProperties(Map<String, ?>) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
 
setProperties(Map<String, ?>) - Method in class scriptella.driver.spring.EtlExecutorBean
 
setQueryCallback(QueryCallback) - Method in class scriptella.driver.script.ParametersCallbackMap
Sets query callback and enables the query mode, i.e.
setQuote(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
setQuoteall(boolean) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
setSeparator(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
setSkipLines(int) - Method in class scriptella.driver.text.TextConnectionParameters
 
setTrimLines(boolean) - Method in class scriptella.driver.text.TextConnectionParameters
 
SHUTDOWN_ON_EXIT - Static variable in class scriptella.driver.hsqldb.HsqlConnection
True if SHUTDOWN command should be executed before last connection closed.
size() - Method in class scriptella.driver.ldap.ldif.Entry
 
size() - Method in class scriptella.driver.script.ParametersCallbackMap
 
SKIP_LINES - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the skip_lines connection property.
SpringProviderException - Exception in scriptella.driver.spring
Thrown to indicate Spring provider failure.
SpringProviderException(String, Throwable) - Constructor for exception scriptella.driver.spring.SpringProviderException
 
SpringProviderException(String) - Constructor for exception scriptella.driver.spring.SpringProviderException
 
SUBJECT - Static variable in class scriptella.driver.mail.MailConnection
Name of the subject connection property.
SYBASE_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
 
SYBASE_JDBC2_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
 
SYBASE_JDBC3_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
 
SYBASE_TDS_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
 

T

TextConnection - Class in scriptella.driver.text
Represents a connection to a Text file.
TextConnection() - Constructor for class scriptella.driver.text.TextConnection
For testing purposes only.
TextConnection(ConnectionParameters) - Constructor for class scriptella.driver.text.TextConnection
 
TextConnectionParameters - Class in scriptella.driver.text
Connection parameters for text drivers.
TextConnectionParameters() - Constructor for class scriptella.driver.text.TextConnectionParameters
 
TextConnectionParameters(ConnectionParameters) - Constructor for class scriptella.driver.text.TextConnectionParameters
 
TextProviderException - Exception in scriptella.driver.text
Thrown to indicate a problem with Text file processing.
TextProviderException() - Constructor for exception scriptella.driver.text.TextProviderException
 
TextProviderException(String) - Constructor for exception scriptella.driver.text.TextProviderException
 
TextProviderException(String, Throwable) - Constructor for exception scriptella.driver.text.TextProviderException
 
TextProviderException(Throwable) - Constructor for exception scriptella.driver.text.TextProviderException
 
TextScriptExecutor - Class in scriptella.driver.text
Writes a text content to the output and performs properties expansion.
TextScriptExecutor(Writer, TextConnectionParameters) - Constructor for class scriptella.driver.text.TextScriptExecutor
Creates an executor.
toString() - Method in class scriptella.driver.janino.JaninoQuery
 
toString() - Method in class scriptella.driver.ldap.ldif.Entry
Return a String representing the Entry
TrackingLineIterator - Class in scriptella.driver.ldap.ldif
Line iterator which tracks read lines.
TrackingLineIterator(Reader, ParametersCallback) - Constructor for class scriptella.driver.ldap.ldif.TrackingLineIterator
Creates instance of line iterator.
trackLines() - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
Starts to track lines.
TRIM - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the trim connection property.
TYPE - Static variable in class scriptella.driver.mail.MailConnection
Name of the type connection property.
TYPE_HTML - Static variable in class scriptella.driver.mail.MailConnection
 
TYPE_TEXT - Static variable in class scriptella.driver.mail.MailConnection
 

V

values() - Method in class scriptella.driver.script.ParametersCallbackMap
 
VelocityConnection - Class in scriptella.driver.velocity
Represents a session to velocity engine.
VelocityConnection(ConnectionParameters) - Constructor for class scriptella.driver.velocity.VelocityConnection
Instantiates a velocity connection.
VelocityProviderException - Exception in scriptella.driver.velocity
Thrown by Velocity Provider to indicate velocity failure.
VelocityProviderException() - Constructor for exception scriptella.driver.velocity.VelocityProviderException
 
VelocityProviderException(String) - Constructor for exception scriptella.driver.velocity.VelocityProviderException
 
VelocityProviderException(String, Throwable) - Constructor for exception scriptella.driver.velocity.VelocityProviderException
 
VelocityProviderException(Throwable) - Constructor for exception scriptella.driver.velocity.VelocityProviderException
 

W

writeNext(String[], boolean) - Method in class scriptella.driver.csv.opencsv.CSVWriter
Writes the next line to the file.

X

XLS_DRIVER_NAME - Static variable in class scriptella.driver.xls.Driver
 
XPathConnection - Class in scriptella.driver.xpath
Represents a connection to an XML file.
XPathConnection() - Constructor for class scriptella.driver.xpath.XPathConnection
For testing purposes only.
XPathConnection(ConnectionParameters) - Constructor for class scriptella.driver.xpath.XPathConnection
 
XPathProviderException - Exception in scriptella.driver.xpath
Thrown to indicate a problem with XML file querying.
XPathProviderException() - Constructor for exception scriptella.driver.xpath.XPathProviderException
 
XPathProviderException(String) - Constructor for exception scriptella.driver.xpath.XPathProviderException
 
XPathProviderException(String, Throwable) - Constructor for exception scriptella.driver.xpath.XPathProviderException
 
XPathProviderException(Throwable) - Constructor for exception scriptella.driver.xpath.XPathProviderException
 
XPathQueryExecutor - Class in scriptella.driver.xpath
Executor for XPath queries.
XPathQueryExecutor(ThreadLocal<Node>, Document, Resource, XPathExpressionCompiler, AbstractConnection.StatementCounter, boolean) - Constructor for class scriptella.driver.xpath.XPathQueryExecutor
Crates executor to query document using a specified xpath expression.
A B C D E F G H I J K L M N O P Q R S T V W X 
Skip navigation links

Copyright © 2006–2019. All rights reserved.