A B C D E F G H I J K L M N O P Q R S T U 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.
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

call() - Method in class scriptella.driver.spring.EtlExecutorBean
Simply calls EtlExecutorBean.execute().
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.lucene.LuceneConnection
Closes the connection and releases all related resources.
close() - Method in class scriptella.driver.lucene.LuceneQuery
 
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.lucene.Driver
 
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 TODO: Move this class to a spi.support.text package.
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.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
 
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, String, boolean, boolean) - 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, 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_LINE_END - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
Default line terminator uses platform encoding.
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_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
 
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.lucene
Scriptella Driver for Lucene Search Engine.
Driver() - Constructor for class scriptella.driver.lucene.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 - Variable in class scriptella.driver.text.AbstractTextConnection
 
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 - Variable in class scriptella.driver.text.AbstractTextConnection
 
EOL - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the eol connection property.
ESCAPE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The character used for escaping quotes.
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(Reader, Collection<String>, Boolean, Boolean) - Method in class scriptella.driver.lucene.LuceneQuery
Executes a query.
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.lucene.LuceneConnection
Executes a query specified by its content.
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.lucene.LuceneConnection
 
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 - Variable in class scriptella.driver.text.AbstractTextConnection
 
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
 

G

get(String) - Method in class scriptella.driver.janino.JaninoScript
Obtains a parameter value for specified name.
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.ParametersCallbackMap
Use ParametersCallbackMap.getParameter(String).
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
 
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.AbstractTextConnection
 
getEol() - Method in class scriptella.driver.text.AbstractTextConnection
 
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.lucene.LuceneQuery
 
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
 
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.lucene.LuceneProviderException
 
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
 
getSizeLimit() - Method in class scriptella.driver.ldap.ldif.LdifReader
 
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.AbstractTextConnection
Returns resolved URL for this connection.
getVars() - Method in class scriptella.driver.jexl.JexlContextMap
 
getVersion() - Method in class scriptella.driver.ldap.ldif.LdifReader
 

H

H2_DRIVER_NAME - Static variable in class scriptella.driver.h2.Driver
 
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.CsvConnection
 
headers - Variable in class scriptella.driver.csv.CsvQuery
 
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
 
isReadonly() - Method in class scriptella.driver.ldap.LdifScript
 
isTrim() - Method in class scriptella.driver.text.AbstractTextConnection
 
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(ParametersCallback) - Constructor for class scriptella.driver.jexl.JexlContextMap
Initializes instance and set parent parameters to use in ParametersCallbackMap.getParameter(String).
JexlContextMap(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.jexl.JexlContextMap
 
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> ::= '.'

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
 
LuceneConnection - Class in scriptella.driver.lucene
Represents a connection to a Lucene index.
LuceneConnection(ConnectionParameters) - Constructor for class scriptella.driver.lucene.LuceneConnection
Instantiates a new connection to Lucene Query.
LuceneProviderException - Exception in scriptella.driver.lucene
Thrown to indicate Lucene failure.
LuceneProviderException() - Constructor for exception scriptella.driver.lucene.LuceneProviderException
 
LuceneProviderException(String) - Constructor for exception scriptella.driver.lucene.LuceneProviderException
 
LuceneProviderException(String, Throwable) - Constructor for exception scriptella.driver.lucene.LuceneProviderException
 
LuceneProviderException(Throwable) - Constructor for exception scriptella.driver.lucene.LuceneProviderException
 
LuceneQuery - Class in scriptella.driver.lucene
Query for Lucene indexed data.
LuceneQuery(String, ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.lucene.LuceneQuery
Creates a query for Lucene index.

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
 
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

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_QUOTE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The quote constant to use when you wish to suppress all quoting.
NULL_STRING - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the null_string connection property.
nullString - Variable in class scriptella.driver.csv.CsvQuery
 
nullString - Variable in class scriptella.driver.text.AbstractTextConnection
 

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.
OUTPUT_ENCODING - Static variable in class scriptella.driver.velocity.VelocityConnection
 

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.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.CsvConnection
 

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.
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 - package scriptella.driver
Parent package for Scriptella Drivers.
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.lucene - package scriptella.driver.lucene
Lucene Driver for Scriptella.
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 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
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.CsvConnection
 
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.
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
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
setErrorStatement(String) - Method in exception scriptella.driver.janino.JaninoProviderException
 
setErrorStatement(String) - Method in exception scriptella.driver.ldap.LdapProviderException
 
setErrorStatement(String) - Method in exception scriptella.driver.lucene.LuceneProviderException
 
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. query variable is exposed.
setVars(Map) - Method in class scriptella.driver.jexl.JexlContextMap
 
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.
skipLines - Variable in class scriptella.driver.text.AbstractTextConnection
 
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
 
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, boolean, String, String) - 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 - Variable in class scriptella.driver.csv.CsvQuery
 
trim - Variable in class scriptella.driver.text.AbstractTextConnection
 
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
 

U

url - Variable in class scriptella.driver.text.AbstractTextConnection
 

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[]) - 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(Document, Resource, XPathExpressionCompiler, AbstractConnection.StatementCounter) - 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 U V W X

Copyright © Copyright 2006-2009 The Scriptella Project Team.