diff --git a/changes.html b/changes.html index 07dab61..a04b4f8 100644 --- a/changes.html +++ b/changes.html @@ -51,6 +51,7 @@

History of Changes

Contents

+ + + + diff --git a/docs/api/package-list b/docs/api/element-list similarity index 95% rename from docs/api/package-list rename to docs/api/element-list index 4c642fd..95ab11f 100644 --- a/docs/api/package-list +++ b/docs/api/element-list @@ -9,7 +9,6 @@ scriptella.driver.cubrid scriptella.driver.db2 scriptella.driver.derby scriptella.driver.h2 -scriptella.driver.hsqldb scriptella.driver.janino scriptella.driver.jexl scriptella.driver.jndi @@ -18,7 +17,6 @@ scriptella.driver.ldap.ldif scriptella.driver.mail scriptella.driver.mssql scriptella.driver.mysql -scriptella.driver.odbc scriptella.driver.oracle scriptella.driver.postgresql scriptella.driver.script diff --git a/docs/api/help-doc.html b/docs/api/help-doc.html index 822a07b..f9aaa51 100644 --- a/docs/api/help-doc.html +++ b/docs/api/help-doc.html @@ -1,231 +1,203 @@ - - + - + API Help (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
+

JavaDoc Help

+
    +
  • Navigation: + +
  • +
  • Kinds of Pages: +
  • -
  • -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    -
      -
    • Interfaces (italic)
    • +
    +
    +
    +

    Navigation

    +Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
    +
    +
    +

    Kinds of Pages

    +The following sections describe the different kinds of pages in this collection. +
    +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
    +
    +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

    +
      +
    • Interfaces
    • Classes
    • -
    • Enums
    • +
    • Enum Classes
    • Exceptions
    • Errors
    • -
    • Annotation Types
    • -
    -
  • -
  • -

    Class/Interface

    -

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
      -
    • Class inheritance diagram
    • +
    • Annotation Interfaces
    • +
    + +
    +

    Class or Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

    +
      +
    • Class Inheritance Diagram
    • Direct Subclasses
    • All Known Subinterfaces
    • All Known Implementing Classes
    • -
    • Class/interface declaration
    • -
    • Class/interface description
    • +
    • Class or Interface Declaration
    • +
    • Class or Interface Description
    -
      +
      +
      • Nested Class Summary
      • +
      • Enum Constant Summary
      • Field Summary
      • +
      • Property Summary
      • Constructor Summary
      • Method Summary
      • -
      -
        -
      • Field Detail
      • -
      • Constructor Detail
      • -
      • Method Detail
      • -
      -

      Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      - -
    • -

      Annotation Type

      -

      Each annotation type has its own separate page with the following sections:

      -
        -
      • Annotation Type declaration
      • -
      • Annotation Type description
      • Required Element Summary
      • Optional Element Summary
      • -
      • Element Detail
      • -
      -
    • -
    • -

      Enum

      -

      Each enum has its own separate page with the following sections:

      -
        -
      • Enum declaration
      • -
      • Enum description
      • -
      • Enum Constant Summary
      • -
      • Enum Constant Detail
      • -
      -
    • -
    • -

      Use

      -

      Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

      -
    • -
    • -

      Tree (Class Hierarchy)

      -

      There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

      -
        -
      • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
      • -
      • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
      -
    • -
    • -

      Deprecated API

      -

      The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

      -
    • -
    • -

      Index

      -

      The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

      -
    • -
    • -

      Prev/Next

      -

      These links take you to the next or previous class, interface, package, or related page.

      -
    • -
    • -

      Frames/No Frames

      -

      These links show and hide the HTML frames. All pages are available with or without frames.

      -
    • -
    • -

      All Classes

      -

      The All Classes link shows all classes and interfaces except non-static nested types.

      -
    • -
    • -

      Serialized Form

      -

      Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

      -
    • -
    • -

      Constant Field Values

      +
      +
        +
      • Enum Constant Details
      • +
      • Field Details
      • +
      • Property Details
      • +
      • Constructor Details
      • +
      • Method Details
      • +
      • Element Details
      • +
      +

      Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

      +

      The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

      +
    +
    +

    Other Files

    +

    Packages and modules may contain pages with additional information related to the declarations nearby.

    +
    +
    +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.

    +
    +
    +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
    • +
    +
    +
    +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
    +
    +

    Constant Field Values

    The Constant Field Values page lists the static final fields and their values.

    -
  • -
-This help file applies to API documentation generated using the standard doclet.
- -
- - - - - - - + +
+

Serialized Form

+

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
- - -

+


+This help file applies to API documentation generated by the standard doclet. +
+
+ +
+
+ diff --git a/docs/api/index-all.html b/docs/api/index-all.html index 275c0a5..2d33be7 100644 --- a/docs/api/index-all.html +++ b/docs/api/index-all.html @@ -1,3328 +1,3188 @@ - - + - + Index (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

A

+
+
AbstractConnection - Class in scriptella.spi
A base class for connections.
-
AbstractConnection() - Constructor for class scriptella.spi.AbstractConnection
+
AbstractConnection() - Constructor for class scriptella.spi.AbstractConnection
May be used by sublasses to allow full customization
-
AbstractConnection(DialectIdentifier, ConnectionParameters) - Constructor for class scriptella.spi.AbstractConnection
+
AbstractConnection(ConnectionParameters) - Constructor for class scriptella.spi.AbstractConnection
-
Instantiates a connection with dialectIdentifier and connection parameters.
+
Instantiates a connection with parameters.
-
AbstractConnection(ConnectionParameters) - Constructor for class scriptella.spi.AbstractConnection
+
AbstractConnection(DialectIdentifier, ConnectionParameters) - Constructor for class scriptella.spi.AbstractConnection
-
Instantiates a connection with parameters.
+
Instantiates a connection with dialectIdentifier and connection parameters.
-
AbstractConnection.StatementCounter - Class in scriptella.spi
+
AbstractConnection.StatementCounter - Class in scriptella.spi
Helper class to use for executed statements counting.
-
AbstractScriptellaDriver - Class in scriptella.spi
+
AbstractScriptellaDriver - Class in scriptella.spi
An abstract base for Scriptella drivers.
-
AbstractScriptellaDriver() - Constructor for class scriptella.spi.AbstractScriptellaDriver
+
AbstractScriptellaDriver() - Constructor for class scriptella.spi.AbstractScriptellaDriver
 
-
AbstractTextConnection - Class in scriptella.driver.text
+
AbstractTextConnection - Class in scriptella.driver.text
Base class for Text/CSV connections.
-
AbstractTextConnection() - Constructor for class scriptella.driver.text.AbstractTextConnection
+
AbstractTextConnection() - Constructor for class scriptella.driver.text.AbstractTextConnection
For testing only.
-
AbstractTextConnection(DialectIdentifier, ConnectionParameters) - Constructor for class scriptella.driver.text.AbstractTextConnection
+
AbstractTextConnection(DialectIdentifier, TextConnectionParameters) - Constructor for class scriptella.driver.text.AbstractTextConnection
+
 
+
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
+
ADD - Static variable in class scriptella.driver.ldap.ldif.Entry
The possible change types
-
addAttribute(Attribute) - Method in class scriptella.driver.ldap.ldif.Entry
+
addAttribute(String, Object) - 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
+
addAttribute(Attribute) - Method in class scriptella.driver.ldap.ldif.Entry
Add an attribute to the entry
-
addErrorCode(String) - Method in exception scriptella.spi.ProviderException
+
addErrorCode(String) - Method in exception scriptella.spi.ProviderException
Adds error code to this exception.
-
addFileset(FileSet) - Method in class scriptella.tools.ant.EtlExecuteTask
+
addFileset(FileSet) - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
addModificationItem(int, String, Object) - Method in class scriptella.driver.ldap.ldif.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.BatchEtlExecutorBean
 
-
afterPropertiesSet() - Method in class scriptella.driver.spring.EtlExecutorBean
+
afterPropertiesSet() - Method in class scriptella.driver.spring.EtlExecutorBean
 
-
AntHandler - Class in scriptella.tools.ant
+
AntHandler - Class in scriptella.tools.ant
java.util.logging Handler adapter for Ant.
-
AntHandler(Project, boolean) - Constructor for class scriptella.tools.ant.AntHandler
+
AntHandler(Project, boolean) - Constructor for class scriptella.tools.ant.AntHandler
 
-
appendCommaSeparator(StringBuilder) - Static method in class scriptella.text.PropertyFormat
+
appendCommaSeparator(StringBuilder) - Static method in class scriptella.text.PropertyFormat
 
-
AS400_DRIVER_NAME - Static variable in class scriptella.driver.as400.Driver
+
AS400_DRIVER_NAME - Static variable in class scriptella.driver.as400.Driver
 
-
asBuffered(Reader) - Static method in class scriptella.util.IOUtils
+
asBuffered(Reader) - Static method in class scriptella.util.IOUtils
Optionally makes a buffered reader from the specified one.
-
asBuffered(Writer) - Static method in class scriptella.util.IOUtils
+
asBuffered(Writer) - Static method in class scriptella.util.IOUtils
Optionally makes a buffered writer from the specified one.
-
asIndexNameMap() - Method in class scriptella.util.ColumnsMap
+
asIndexNameMap() - Method in class scriptella.util.ColumnsMap
Converts this mapping to index->name column map.
-
asList(NodeList) - Method in class scriptella.configuration.XmlElement
+
asList(NodeList) - Method in class scriptella.configuration.XmlElement
 
-
asMap(Properties) - Static method in class scriptella.util.CollectionUtils
+
asMap(Properties) - Static method in class scriptella.util.CollectionUtils
-
Returns parameterized version of Properties the instance +
Returns parameterized version of Properties the instance remains the same.
-
asParametersCallback() - Method in class scriptella.configuration.PropertiesEl
+
asParametersCallback() - Method in class scriptella.configuration.PropertiesEl
Returns this properties as a parameters callback.
-
asProperties(Map<String, ?>) - Static method in class scriptella.util.CollectionUtils
+
asProperties(Map<String, ?>) - Static method in class scriptella.util.CollectionUtils
-
Converts specified map to Properties.
+
Converts specified map to Properties.
-
assertRequiredFieldPresent(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
assertRequiredFieldPresent(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
assertRequiredFieldPresent(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
assertRequiredFieldPresent(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
AUTOCOMMIT_KEY - Static variable in class scriptella.jdbc.JdbcConnection
+
AUTOCOMMIT_KEY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
AUTOCOMMIT_SIZE_KEY - Static variable in class scriptella.jdbc.JdbcConnection
+
AUTOCOMMIT_SIZE_KEY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
autocommitSize - Variable in class scriptella.jdbc.JdbcConnection
+
autocommitSize - Variable in class scriptella.jdbc.JdbcConnection
 
- - - -

B

-
-
BatchEtlExecutorBean - Class in scriptella.driver.spring
+

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
+
BatchEtlExecutorBean() - Constructor for class scriptella.driver.spring.BatchEtlExecutorBean
Creates scripts executor.
-
BindingsParametersCallback - Class in scriptella.driver.script
+
BindingsParametersCallback - Class in scriptella.driver.script
-
Bindings implementation for +
Bindings implementation for integration into Scriptella execution environment.
-
BindingsParametersCallback(ParametersCallback) - Constructor for class scriptella.driver.script.BindingsParametersCallback
+
BindingsParametersCallback(ParametersCallback) - Constructor for class scriptella.driver.script.BindingsParametersCallback
 
-
BindingsParametersCallback(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.BindingsParametersCallback
+
BindingsParametersCallback(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.BindingsParametersCallback
 
-
BugReport - Class in scriptella.tools.launcher
+
BugReport - Class in scriptella.tools.launcher
Represents bug report for unexpected conditions.
-
BugReport(Throwable) - Constructor for class scriptella.tools.launcher.BugReport
+
BugReport(Throwable) - Constructor for class scriptella.tools.launcher.BugReport
Creates bug report for throwable.
-
build() - Method in class scriptella.text.ValueFormatBuilder
+
build() - Method in class scriptella.text.ValueFormatBuilder
 
- - - -

C

-
-
CACHE_QUERIES - Static variable in class scriptella.driver.xpath.XPathConnection
+

C

+
+
cache_queries - Variable in class scriptella.driver.xpath.XPathConnection
+
 
+
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
+
call() - Method in class scriptella.driver.spring.EtlExecutorBean
- +
-
call() - Method in class scriptella.execution.EtlExecutor
+
call() - Method in class scriptella.execution.EtlExecutor
-
A synonym for EtlExecutor.execute().
+
A synonym for EtlExecutor.execute().
-
cancel() - Method in class scriptella.execution.JmxEtlManager
+
cancel() - Method in class scriptella.execution.JmxEtlManager
 
-
cancel() - Method in interface scriptella.execution.JmxEtlManagerMBean
+
cancel() - Method in interface scriptella.execution.JmxEtlManagerMBean
Cancels the managed ETL task.
-
cancelAll() - Static method in class scriptella.execution.JmxEtlManager
+
cancelAll() - Static method in class scriptella.execution.JmxEtlManager
Cancels all in-progress ETL tasks.
-
checkEtlCancelled() - Static method in exception scriptella.core.EtlCancelledException
+
checkEtlCancelled() - Static method in exception scriptella.core.EtlCancelledException
A helper method which check if the current thread is interrupted
-
checkFile(String) - Method in class scriptella.tools.template.TemplateManager
+
checkFile(String) - Method in class scriptella.tools.template.TemplateManager
Returns true if file doesn't exist.
-
CLASS_NAME - Static variable in class scriptella.text.PropertyFormatInfo
+
CLASS_NAME - Static variable in class scriptella.text.PropertyFormatInfo
 
-
ClassUtils() - Constructor for class scriptella.core.EtlVariable.ClassUtils
+
ClassUtils() - Constructor for class scriptella.core.EtlVariable.ClassUtils
 
-
clear() - Method in class scriptella.driver.script.ParametersCallbackMap
+
clear() - Method in class scriptella.driver.script.ParametersCallbackMap
Clears local variables.
-
clear() - Method in class scriptella.util.PropertiesMap
+
clear() - Method in class scriptella.util.PropertiesMap
 
-
close() - Method in class scriptella.core.ConnectionManager
+
close() - Method in class scriptella.core.ConnectionManager
 
-
close() - Method in class scriptella.core.Session
+
close() - Method in class scriptella.core.Session
 
-
close() - Method in class scriptella.driver.csv.CsvConnection
+
close() - Method in class scriptella.driver.csv.CsvConnection
 
-
close() - Method in class scriptella.driver.csv.opencsv.CSVReader
+
close() - Method in class scriptella.driver.csv.opencsv.CSVReader
Closes the underlying reader.
-
close() - Method in class scriptella.driver.csv.opencsv.CSVWriter
+
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
+
close() - Method in class scriptella.driver.janino.JaninoConnection
Closes the connection and releases all related resources.
-
close() - Method in class scriptella.driver.jexl.JexlConnection
+
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.ldap.LdapConnection
 
-
close() - Method in class scriptella.driver.mail.MailConnection
+
close() - Method in class scriptella.driver.mail.MailConnection
 
-
close() - Method in class scriptella.driver.script.ScriptConnection
+
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.scriptella.ScriptellaConnection
 
-
close() - Method in class scriptella.driver.shell.ShellCommandRunner
+
close() - Method in class scriptella.driver.shell.ShellCommandRunner
 
-
close() - Method in class scriptella.driver.shell.ShellConnection
+
close() - Method in class scriptella.driver.shell.ShellConnection
 
-
close() - Method in class scriptella.driver.shell.ShellScriptExecutor
+
close() - Method in class scriptella.driver.shell.ShellScriptExecutor
 
-
close() - Method in class scriptella.driver.text.TextConnection
+
close() - Method in class scriptella.driver.text.TextConnection
 
-
close() - Method in class scriptella.driver.text.TextScriptExecutor
+
close() - Method in class scriptella.driver.text.TextScriptExecutor
 
-
close() - Method in class scriptella.driver.velocity.VelocityConnection
+
close() - Method in class scriptella.driver.velocity.VelocityConnection
Closes the connection and releases all related resources.
-
close() - Method in class scriptella.driver.xpath.XPathConnection
+
close() - Method in class scriptella.driver.xpath.XPathConnection
 
-
close() - Method in class scriptella.expression.LineIterator
+
close() - Method in class scriptella.expression.LineIterator
 
-
close() - Method in class scriptella.jdbc.JdbcConnection
+
close() - Method in class scriptella.jdbc.JdbcConnection
 
-
close() - Method in class scriptella.jdbc.ResultSetAdapter
+
close() - Method in class scriptella.jdbc.ResultSetAdapter
Closes the underlying resultset.
-
close() - Method in class scriptella.jdbc.SqlReaderTokenizer
+
close() - Method in class scriptella.jdbc.SqlReaderTokenizer
 
-
close() - Method in interface scriptella.spi.Connection
+
close() - Method in interface scriptella.spi.Connection
Closes the connection and releases all related resources.
-
close() - Method in class scriptella.tools.ant.AntHandler
+
close() - Method in class scriptella.tools.ant.AntHandler
 
-
closeSilent(Connection) - Static method in class scriptella.jdbc.JdbcUtils
+
closeSilent(Connection) - Static method in class scriptella.jdbc.JdbcUtils
Silently closes a connection.
-
closeSilent(Statement) - Static method in class scriptella.jdbc.JdbcUtils
+
closeSilent(ResultSet) - Static method in class scriptella.jdbc.JdbcUtils
-
Silently closes a statement.
+
Silently closes a result set.
-
closeSilent(ResultSet) - Static method in class scriptella.jdbc.JdbcUtils
+
closeSilent(Statement) - Static method in class scriptella.jdbc.JdbcUtils
-
Silently closes a result set.
+
Silently closes a statement.
-
closeSilently(Closeable) - Static method in class scriptella.util.IOUtils
+
closeSilently(Closeable) - Static method in class scriptella.util.IOUtils
Silently closes data.
-
closeSilently(Iterable<? extends Closeable>) - Static method in class scriptella.util.IOUtils
+
closeSilently(Iterable<? extends Closeable>) - Static method in class scriptella.util.IOUtils
Silently closes a collection of objects.
-
CollectionUtils - Class in scriptella.util
+
CollectionUtils - Class in scriptella.util
Collections utility methods.
-
ColumnsMap - Class in scriptella.util
+
ColumnsMap - Class in scriptella.util
Represents a map of columns accessible by name and index.
-
ColumnsMap() - Constructor for class scriptella.util.ColumnsMap
+
ColumnsMap() - Constructor for class scriptella.util.ColumnsMap
 
-
commit() - Method in class scriptella.core.ConnectionManager
+
commit() - Method in class scriptella.core.ConnectionManager
 
-
commit() - Method in class scriptella.core.Session
+
commit() - Method in class scriptella.core.Session
 
-
commit() - Method in class scriptella.jdbc.JdbcConnection
+
commit() - Method in class scriptella.jdbc.JdbcConnection
 
-
commit() - Method in class scriptella.spi.AbstractConnection
+
commit() - Method in class scriptella.spi.AbstractConnection
 
-
commit() - Method in interface scriptella.spi.Connection
+
commit() - Method in interface scriptella.spi.Connection
Commits a current transaction (if any).
-
compile(String) - Static method in class scriptella.expression.Expression
+
compile(String) - Static method in class scriptella.expression.Expression
 
-
complete() - Method in class scriptella.interactive.ProgressCallback
+
complete() - Method in class scriptella.interactive.ProgressCallback
 
-
ConfigurationEl - Class in scriptella.configuration
+
ConfigurationEl - Class in scriptella.configuration
TODO: Add documentation
-
ConfigurationEl(XmlElement, HierarchicalParametersCallback) - Constructor for class scriptella.configuration.ConfigurationEl
+
ConfigurationEl(XmlElement, HierarchicalParametersCallback) - Constructor for class scriptella.configuration.ConfigurationEl
 
-
ConfigurationException - Exception in scriptella.configuration
+
ConfigurationException - Exception in scriptella.configuration
Thrown if configuration error is found.
-
ConfigurationException(String) - Constructor for exception scriptella.configuration.ConfigurationException
+
ConfigurationException(String) - Constructor for exception scriptella.configuration.ConfigurationException
 
-
ConfigurationException(String, XmlElement) - Constructor for exception scriptella.configuration.ConfigurationException
+
ConfigurationException(String, Throwable) - Constructor for exception scriptella.configuration.ConfigurationException
 
-
ConfigurationException(String, Throwable) - Constructor for exception scriptella.configuration.ConfigurationException
+
ConfigurationException(String, Throwable, XmlElement) - Constructor for exception scriptella.configuration.ConfigurationException
 
-
ConfigurationException(String, Throwable, XmlElement) - Constructor for exception scriptella.configuration.ConfigurationException
+
ConfigurationException(String, XmlElement) - Constructor for exception scriptella.configuration.ConfigurationException
 
-
ConfigurationFactory - Class in scriptella.configuration
+
ConfigurationFactory - Class in scriptella.configuration
Factory class for ETL configuration files.
-
ConfigurationFactory() - Constructor for class scriptella.configuration.ConfigurationFactory
+
ConfigurationFactory() - Constructor for class scriptella.configuration.ConfigurationFactory
 
-
configure(XmlElement) - Method in class scriptella.configuration.ConfigurationEl
+
configure(Handler) - Static method in class scriptella.interactive.LoggingConfigurer
+
+
Configures logging messages to use specified handler
+
+
configure(XmlElement) - Method in class scriptella.configuration.ConfigurationEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.ConnectionEl
+
configure(XmlElement) - Method in class scriptella.configuration.ConnectionEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.ContentEl
+
configure(XmlElement) - Method in class scriptella.configuration.ContentEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.DialectBasedContentEl
+
configure(XmlElement) - Method in class scriptella.configuration.DialectBasedContentEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.IncludeEl
+
configure(XmlElement) - Method in class scriptella.configuration.IncludeEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.OnErrorEl
+
configure(XmlElement) - Method in class scriptella.configuration.OnErrorEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.PropertiesEl
+
configure(XmlElement) - Method in class scriptella.configuration.PropertiesEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.QueryEl
+
configure(XmlElement) - Method in class scriptella.configuration.QueryEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.ScriptEl
+
configure(XmlElement) - Method in class scriptella.configuration.ScriptEl
 
-
configure(XmlElement) - Method in class scriptella.configuration.ScriptingElement
+
configure(XmlElement) - Method in class scriptella.configuration.ScriptingElement
 
-
configure(XmlElement) - Method in interface scriptella.configuration.XmlConfigurable
+
configure(XmlElement) - Method in interface scriptella.configuration.XmlConfigurable
Configures the class using specified XML element.
-
configure(Handler) - Static method in class scriptella.interactive.LoggingConfigurer
-
-
Configures logging messages to use specified handler
-
-
connect(ConnectionParameters) - Method in class scriptella.driver.auto.Driver
+
connect(ConnectionParameters) - Method in class scriptella.driver.auto.Driver
 
-
connect(ConnectionParameters) - Method in class scriptella.driver.csv.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.janino.Driver
+
connect(ConnectionParameters) - Method in class scriptella.driver.jexl.Driver
 
-
connect(ConnectionParameters) - Method in class scriptella.driver.jexl.Driver
-
 
-
connect(ConnectionParameters) - Method in class scriptella.driver.ldap.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.mail.Driver
 
-
connect(ConnectionParameters) - Method in class scriptella.driver.script.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.scriptella.Driver
 
-
connect(ConnectionParameters) - Method in class scriptella.driver.shell.Driver
+
connect(ConnectionParameters) - Method in class scriptella.driver.shell.Driver
 
-
connect(ConnectionParameters) - Method in class scriptella.driver.text.Driver
+
connect(ConnectionParameters) - Method in class scriptella.driver.text.Driver
 
-
connect(ConnectionParameters) - Method in class scriptella.driver.velocity.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
+
connect(ConnectionParameters) - Method in class scriptella.driver.xpath.Driver
 
-
connect(ConnectionParameters) - Method in class scriptella.jdbc.GenericDriver
+
connect(ConnectionParameters) - Method in class scriptella.jdbc.GenericDriver
 
-
connect(ConnectionParameters, Properties) - Method in class scriptella.jdbc.GenericDriver
+
connect(ConnectionParameters) - Method in interface scriptella.spi.ScriptellaDriver
-
Creates Scriptella JDBC connection.
+
Implementor should create a new connection based on specified parameters.
-
connect(ConnectionParameters) - Method in interface scriptella.spi.ScriptellaDriver
+
connect(ConnectionParameters, Properties) - Method in class scriptella.driver.oracle.Driver
+
 
+
connect(ConnectionParameters, Properties) - Method in class scriptella.jdbc.GenericDriver
-
Implementor should create a new connection based on specified parameters.
+
Creates Scriptella JDBC connection.
-
Connection - Interface in scriptella.spi
+
Connection - Interface in scriptella.spi
Represents a connection to the system provided by ScriptellaDriver.
-
ConnectionEl - Class in scriptella.configuration
+
ConnectionEl - Class in scriptella.configuration
Connection configuration element.
-
ConnectionEl() - Constructor for class scriptella.configuration.ConnectionEl
+
ConnectionEl() - Constructor for class scriptella.configuration.ConnectionEl
 
-
ConnectionInterceptor - Class in scriptella.core
+
ConnectionInterceptor - Class in scriptella.core
Handles connections for elements being executed.
-
ConnectionManager - Class in scriptella.core
+
ConnectionManager - Class in scriptella.core
TODO: Add documentation
-
ConnectionManager(EtlContext, ConnectionEl) - Constructor for class scriptella.core.ConnectionManager
+
ConnectionManager(EtlContext, ConnectionEl) - Constructor for class scriptella.core.ConnectionManager
 
-
ConnectionParameters - Class in scriptella.spi
+
ConnectionParameters - Class in scriptella.spi
Represents connection parameters.
-
ConnectionParameters() - Constructor for class scriptella.spi.ConnectionParameters
+
ConnectionParameters() - Constructor for class scriptella.spi.ConnectionParameters
For testing purposes.
-
ConnectionParameters(ConnectionEl, DriverContext) - Constructor for class scriptella.spi.ConnectionParameters
+
ConnectionParameters(ConnectionEl, DriverContext) - Constructor for class scriptella.spi.ConnectionParameters
Creates connection parameters based on <connection> element..
-
ConsoleAdapters - Class in scriptella.driver.text
+
ConsoleAdapters - Class in scriptella.driver.text
-
Pre Java SE 6 adapters for System.in and System.out
+
Pre Java SE 6 adapters for System.in and System.out
-
ConsoleAdapters() - Constructor for class scriptella.driver.text.ConsoleAdapters
+
ConsoleAdapters() - Constructor for class scriptella.driver.text.ConsoleAdapters
 
-
consoleFormat(String) - Static method in class scriptella.util.StringUtils
+
consoleFormat(String) - Static method in class scriptella.util.StringUtils
Formats specified string for console suitable representation.
-
consoleFormat(String, int) - Static method in class scriptella.util.StringUtils
+
consoleFormat(String, int) - Static method in class scriptella.util.StringUtils
Formats specified string for console suitable representation.
-
ConsoleProgressIndicator - Class in scriptella.interactive
+
ConsoleProgressIndicator - Class in scriptella.interactive
Progress indicator to send out
-
ConsoleProgressIndicator(String) - Constructor for class scriptella.interactive.ConsoleProgressIndicator
+
ConsoleProgressIndicator() - Constructor for class scriptella.interactive.ConsoleProgressIndicator
 
-
ConsoleProgressIndicator() - Constructor for class scriptella.interactive.ConsoleProgressIndicator
+
ConsoleProgressIndicator(String) - Constructor for class scriptella.interactive.ConsoleProgressIndicator
 
-
containsEntries() - Method in class scriptella.driver.ldap.ldif.LdifReader
+
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.NashornBindingsParametersCallback
 
-
containsKey(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
+
containsKey(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
 
-
containsKey(Object) - Method in class scriptella.util.PropertiesMap
+
containsKey(Object) - Method in class scriptella.util.PropertiesMap
 
-
containsValue(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
+
containsValue(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
 
-
containsValue(Object) - Method in class scriptella.util.PropertiesMap
+
containsValue(Object) - Method in class scriptella.util.PropertiesMap
 
-
content - Variable in class scriptella.configuration.OnErrorEl
+
content - Variable in class scriptella.configuration.OnErrorEl
 
-
ContentEl - Class in scriptella.configuration
+
ContentEl - Class in scriptella.configuration
TODO: Add documentation
-
ContentEl() - Constructor for class scriptella.configuration.ContentEl
+
ContentEl() - Constructor for class scriptella.configuration.ContentEl
 
-
ContentEl(XmlElement) - Constructor for class scriptella.configuration.ContentEl
+
ContentEl(XmlElement) - Constructor for class scriptella.configuration.ContentEl
 
-
counter - Variable in class scriptella.spi.AbstractConnection
+
counter - Variable in class scriptella.spi.AbstractConnection
 
-
create(TemplateManager, Map<String, ?>) - Method in class scriptella.tools.ant.EtlTemplateTask
+
create(String, String) - Static method in class scriptella.tools.template.TemplateManager
-
Template method for testing purposes.
+
Creates an ETL template using a specified template manager name and properties file.
-
create(Map<String, ?>) - Method in class scriptella.tools.template.DataMigrator
+
create(Map<String, ?>) - Method in class scriptella.tools.template.DataMigrator
 
-
create(Map<String, ?>) - Method in class scriptella.tools.template.TemplateManager
+
create(Map<String, ?>) - Method in class scriptella.tools.template.TemplateManager
Produce template files.
-
create(String, String) - Static method in class scriptella.tools.template.TemplateManager
+
create(TemplateManager, Map<String, ?>) - Method in class scriptella.tools.ant.EtlTemplateTask
-
Creates an ETL template using a specified template manager name and properties file.
+
Template method for testing purposes.
-
createConfiguration() - Method in class scriptella.configuration.ConfigurationFactory
+
createConfiguration() - Method in class scriptella.configuration.ConfigurationFactory
Parses XML file and creates a configuration based on a specified parameters.
-
createEmpty() - Static method in class scriptella.text.PropertyFormatInfo
+
createEmpty() - Static method in class scriptella.text.PropertyFormatInfo
Creates an empty format without columns.
-
CsvConnection - Class in scriptella.driver.csv
+
CsvConnection - Class in scriptella.driver.csv
Represents a connection to CSV file.
-
CsvConnection(ConnectionParameters) - Constructor for class scriptella.driver.csv.CsvConnection
+
CsvConnection(ConnectionParameters) - Constructor for class scriptella.driver.csv.CsvConnection
 
-
CsvConnectionParameters - Class in scriptella.driver.csv
+
CsvConnectionParameters - Class in scriptella.driver.csv
Connection parameters for CSV driver
-
CsvConnectionParameters() - Constructor for class scriptella.driver.csv.CsvConnectionParameters
+
CsvConnectionParameters() - Constructor for class scriptella.driver.csv.CsvConnectionParameters
 
-
CsvConnectionParameters(ConnectionParameters) - Constructor for class scriptella.driver.csv.CsvConnectionParameters
+
CsvConnectionParameters(ConnectionParameters) - Constructor for class scriptella.driver.csv.CsvConnectionParameters
 
-
CsvProviderException - Exception in scriptella.driver.csv
+
CsvProviderException - Exception in scriptella.driver.csv
Thrown to indicate a problem with CSV file processing.
-
CsvProviderException() - Constructor for exception scriptella.driver.csv.CsvProviderException
+
CsvProviderException() - Constructor for exception scriptella.driver.csv.CsvProviderException
 
-
CsvProviderException(String) - 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, String) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
-
CsvProviderException(String, Throwable) - 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(String, Throwable, String) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
-
CsvProviderException(Throwable) - Constructor for exception scriptella.driver.csv.CsvProviderException
+
CsvProviderException(Throwable) - Constructor for exception scriptella.driver.csv.CsvProviderException
 
-
CsvQuery - Class in scriptella.driver.csv
+
CsvQuery - Class in scriptella.driver.csv
Query for CSV file.
-
CsvQuery(CSVReader, PropertiesSubstitutor, CsvConnectionParameters) - Constructor for class scriptella.driver.csv.CsvQuery
+
CsvQuery(CSVReader, PropertiesSubstitutor, CsvConnectionParameters) - Constructor for class scriptella.driver.csv.CsvQuery
Creates a query for CSVReader.
-
CSVReader - Class in scriptella.driver.csv.opencsv
+
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
+
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
+
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
+
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
+
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
+
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
+
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
+
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
+
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
+
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
+
CSVWriter(Writer, char, 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
+
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
+
CUBRID_DRIVER_NAME - Static variable in class scriptella.driver.cubrid.Driver
 
- - - -

D

-
-
DataMigrator - Class in scriptella.tools.template
+

D

+
+
DataMigrator - Class in scriptella.tools.template
Data migration template manager.
-
DataMigrator() - Constructor for class scriptella.tools.template.DataMigrator
+
DataMigrator() - Constructor for class scriptella.tools.template.DataMigrator
+
 
+
DateUtils() - Constructor for class scriptella.core.EtlVariable.DateUtils
 
-
DateUtils() - Constructor for class scriptella.core.EtlVariable.DateUtils
+
DB2_DRIVER_NAME - Static variable in class scriptella.driver.db2.Driver
 
-
DB2_DRIVER_NAME - Static variable in class scriptella.driver.db2.Driver
+
debug - Variable in class scriptella.core.ScriptExecutor
 
-
DEFAULT_ESCAPE - Static variable in class scriptella.driver.csv.CsvConnectionParameters
+
DEFAULT_ESCAPE - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
-
DEFAULT_ESCAPE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
+
DEFAULT_ESCAPE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
The default character used for escaping quotes.
-
DEFAULT_FILE_NAME - Static variable in class scriptella.tools.launcher.EtlLauncher
+
DEFAULT_FILE_NAME - Static variable in class scriptella.tools.launcher.EtlLauncher
 
-
DEFAULT_HEADERS - Static variable in class scriptella.driver.csv.CsvConnectionParameters
+
DEFAULT_HEADERS - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
-
DEFAULT_LINE_END - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
+
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_QUERY - Static variable in class scriptella.driver.csv.CsvConnectionParameters
 
-
DEFAULT_QUOTE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVReader
+
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
+
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_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.CsvConnectionParameters
 
-
DEFAULT_SEPARATOR - Static variable in class scriptella.driver.csv.opencsv.CSVReader
+
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
+
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
+
DEFAULT_SKIP_LINES - Static variable in class scriptella.driver.csv.opencsv.CSVReader
The default line to start reading.
-
defineName() - Method in class scriptella.tools.template.TemplateManager
+
defineName() - Method in class scriptella.tools.template.TemplateManager
Defines base name for ETL.
-
DELETE - Static variable in class scriptella.driver.ldap.ldif.Entry
+
DELETE - Static variable in class scriptella.driver.ldap.ldif.Entry
 
-
DERBY_CLIENT_DRIVER_NAME - Static variable in class scriptella.driver.derby.Driver
+
DERBY_CLIENT_DRIVER_NAME - Static variable in class scriptella.driver.derby.Driver
 
-
DERBY_EMBEDDED_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
+
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.
-
DialectBasedContentEl - Class in scriptella.configuration
+
DialectBasedContentEl - Class in scriptella.configuration
Represents dialect based content used inside query/script/onerror elements.
-
DialectBasedContentEl() - Constructor for class scriptella.configuration.DialectBasedContentEl
+
DialectBasedContentEl() - Constructor for class scriptella.configuration.DialectBasedContentEl
 
-
DialectBasedContentEl(XmlElement) - Constructor for class scriptella.configuration.DialectBasedContentEl
+
DialectBasedContentEl(XmlElement) - Constructor for class scriptella.configuration.DialectBasedContentEl
 
-
DialectIdentifier - Class in scriptella.spi
+
DialectIdentifier - Class in scriptella.spi
Represents vendor dialect information.
-
DialectIdentifier(String, String) - Constructor for class scriptella.spi.DialectIdentifier
+
DialectIdentifier(String, String) - Constructor for class scriptella.spi.DialectIdentifier
Creates dialect identifier.
-
Driver - Class in scriptella.driver.as400
+
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
+
Driver - Class in scriptella.driver.auto
Scriptella autodiscovery driver.
-
Driver() - Constructor for class scriptella.driver.auto.Driver
-
 
-
Driver - Class in scriptella.driver.csv
+
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
+
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
+
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
+
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
+
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
+
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 - Class in scriptella.driver.jexl
Driver for JEXL.
-
Driver() - Constructor for class scriptella.driver.jexl.Driver
-
 
-
Driver - Class in scriptella.driver.jndi
+
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
+
Driver - Class in scriptella.driver.ldap
Scriptella Driver for LDAP.
-
Driver() - Constructor for class scriptella.driver.ldap.Driver
-
 
-
Driver - Class in scriptella.driver.mail
+
Driver - Class in scriptella.driver.mail
Represents a JavaMail driver.
-
Driver() - Constructor for class scriptella.driver.mail.Driver
-
 
-
Driver - Class in scriptella.driver.mssql
+
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
+
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
+
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
+
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
+
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
+
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.shell
+
Driver - Class in scriptella.driver.shell
Shell scripts driver.
-
Driver() - Constructor for class scriptella.driver.shell.Driver
-
 
-
Driver - Class in scriptella.driver.spring
+
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
+
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
+
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
+
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
+
Driver - Class in scriptella.driver.xls
Scriptella Adapter for SQLScheet.
-
Driver() - Constructor for class scriptella.driver.xls.Driver
-
 
-
Driver - Class in scriptella.driver.xpath
+
Driver - Class in scriptella.driver.xpath
Represents a driver for querying XML files with XPath expressions.
-
Driver() - Constructor for class scriptella.driver.xpath.Driver
+
Driver() - Constructor for class scriptella.driver.as400.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.auto.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.csv.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.cubrid.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.db2.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.derby.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.h2.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.janino.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.jexl.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.jndi.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.ldap.Driver
 
-
DriverContext - Interface in scriptella.spi
+
Driver() - Constructor for class scriptella.driver.mail.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.mssql.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.mysql.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.oracle.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.postgresql.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.script.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.scriptella.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.shell.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.spring.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.sybase.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.text.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.velocity.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.xls.Driver
+
 
+
Driver() - Constructor for class scriptella.driver.xpath.Driver
+
 
+
DriverContext - Interface in scriptella.spi
Global ETL Context available to drivers.
-
DriverFactory - Class in scriptella.core
+
DriverFactory - Class in scriptella.core
Factory for Scriptella Service Providers and JDBC drivers.
-
DynamicContext - Class in scriptella.core
+
DynamicContext - Class in scriptella.core
Represents dynamic execution context for executable elements.
-
DynamicContext() - Constructor for class scriptella.core.DynamicContext
+
DynamicContext() - Constructor for class scriptella.core.DynamicContext
 
-
DynamicContext(EtlContext) - Constructor for class scriptella.core.DynamicContext
+
DynamicContext(EtlContext) - Constructor for class scriptella.core.DynamicContext
 
-
DynamicContextDecorator - Class in scriptella.core
+
DynamicContextDecorator - Class in scriptella.core
Allows to change behaviour of wrapped DynamicContext.
-
DynamicContextDecorator(DynamicContext) - Constructor for class scriptella.core.DynamicContextDecorator
+
DynamicContextDecorator(DynamicContext) - Constructor for class scriptella.core.DynamicContextDecorator
 
- - - -

E

-
-
elementExecuted() - Method in class scriptella.execution.ExecutionStatisticsBuilder
+

E

+
+
elementExecuted() - Method in class scriptella.execution.ExecutionStatisticsBuilder
This method is called when element has been executed.
-
elementExecuted() - Method in class scriptella.execution.SilentExecutionStatisticsBuilder
+
elementExecuted() - Method in class scriptella.execution.SilentExecutionStatisticsBuilder
 
-
elementFailed() - Method in class scriptella.execution.ExecutionStatisticsBuilder
+
elementFailed() - Method in class scriptella.execution.ExecutionStatisticsBuilder
 
-
elementFailed() - Method in class scriptella.execution.SilentExecutionStatisticsBuilder
+
elementFailed() - Method in class scriptella.execution.SilentExecutionStatisticsBuilder
 
-
ElementInfo() - Constructor for class scriptella.execution.ExecutionStatistics.ElementInfo
+
ElementInfo() - Constructor for class scriptella.execution.ExecutionStatistics.ElementInfo
 
-
ElementInterceptor - Class in scriptella.core
+
ElementInterceptor - Class in scriptella.core
Base class for executable elements interceptors.
-
ElementInterceptor(ExecutableElement) - Constructor for class scriptella.core.ElementInterceptor
+
ElementInterceptor(ExecutableElement) - Constructor for class scriptella.core.ElementInterceptor
 
-
ElementInterceptor(ExecutableElement, DynamicContextDecorator) - Constructor for class scriptella.core.ElementInterceptor
+
ElementInterceptor(ExecutableElement, DynamicContextDecorator) - Constructor for class scriptella.core.ElementInterceptor
 
-
elementStarted(Location, Connection) - Method in class scriptella.execution.ExecutionStatisticsBuilder
+
elementStarted(Location, Connection) - Method in class scriptella.execution.ExecutionStatisticsBuilder
Called when new element execution started.
-
elementStarted(Location, Connection) - Method in class scriptella.execution.SilentExecutionStatisticsBuilder
+
elementStarted(Location, Connection) - Method in class scriptella.execution.SilentExecutionStatisticsBuilder
 
-
EMPTY_INJECTIONS_ARRAY - Static variable in interface scriptella.jdbc.SqlTokenizer
+
EMPTY_INJECTIONS_ARRAY - Static variable in interface scriptella.jdbc.SqlTokenizer
 
-
ENCODING - Static 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
+
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
+
Entry() - Constructor for class scriptella.driver.ldap.ldif.Entry
 
-
entrySet() - Method in class scriptella.driver.script.ParametersCallbackMap
+
entrySet() - Method in class scriptella.driver.script.ParametersCallbackMap
 
-
entrySet() - Method in class scriptella.util.PropertiesMap
+
entrySet() - Method in class scriptella.util.PropertiesMap
 
-
EOL - Static variable in class scriptella.driver.text.AbstractTextConnection
+
EOL - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the eol connection property.
-
equals(Object) - Method in class scriptella.spi.DialectIdentifier
+
equals(Object) - Method in class scriptella.spi.DialectIdentifier
+
 
+
equals(Object) - Method in class scriptella.util.PropertiesMap
 
-
equals(Object) - Method in class scriptella.util.PropertiesMap
+
escape - Variable in class scriptella.driver.csv.CsvConnectionParameters
 
-
ESCAPE - Static variable in class scriptella.driver.csv.CsvConnection
+
ESCAPE - Static variable in class scriptella.driver.csv.CsvConnection
Name of the escape connection property.
-
escape - Variable in class scriptella.driver.csv.CsvConnectionParameters
-
 
-
EtlCancelledException - Exception in scriptella.core
+
EtlCancelledException - Exception in scriptella.core
Thrown to indicate ETL interruption.
-
EtlCancelledException() - Constructor for exception scriptella.core.EtlCancelledException
+
EtlCancelledException() - Constructor for exception scriptella.core.EtlCancelledException
 
-
etlComplete() - Method in class scriptella.execution.ExecutionStatisticsBuilder
+
etlComplete() - Method in class scriptella.execution.ExecutionStatisticsBuilder
Invoked on ETL completion.
-
EtlContext - Class in scriptella.execution
+
EtlContext - Class in scriptella.execution
Execution context for script.
-
EtlContext() - Constructor for class scriptella.execution.EtlContext
+
EtlContext() - Constructor for class scriptella.execution.EtlContext
 
-
EtlContext(boolean) - Constructor for class scriptella.execution.EtlContext
+
EtlContext(boolean) - Constructor for class scriptella.execution.EtlContext
 
-
EtlExecuteTask - Class in scriptella.tools.ant
+
EtlExecuteTask - Class in scriptella.tools.ant
Ant task for ETL scripts execution.
-
EtlExecuteTask() - Constructor for class scriptella.tools.ant.EtlExecuteTask
+
EtlExecuteTask() - Constructor for class scriptella.tools.ant.EtlExecuteTask
 
-
EtlExecutor - Class in scriptella.execution
+
EtlExecutor - Class in scriptella.execution
Executor for ETL files.
-
EtlExecutor() - Constructor for class scriptella.execution.EtlExecutor
+
EtlExecutor() - Constructor for class scriptella.execution.EtlExecutor
Creates ETL executor.
-
EtlExecutor(ConfigurationEl) - Constructor for class scriptella.execution.EtlExecutor
+
EtlExecutor(ConfigurationEl) - Constructor for class scriptella.execution.EtlExecutor
Creates an ETL executor for specified configuration file.
-
EtlExecutorBean - Class in scriptella.driver.spring
+
EtlExecutorBean - Class in scriptella.driver.spring
Implementation of EtlExecutor for Spring IoC container.
-
EtlExecutorBean() - Constructor for class scriptella.driver.spring.EtlExecutorBean
+
EtlExecutorBean() - Constructor for class scriptella.driver.spring.EtlExecutorBean
Creates scripts executor.
-
EtlExecutorException - Exception in scriptella.execution
+
EtlExecutorException - Exception in scriptella.execution
Thrown on script execution failure
-
EtlExecutorException(Throwable) - Constructor for exception scriptella.execution.EtlExecutorException
+
EtlExecutorException(Throwable) - Constructor for exception scriptella.execution.EtlExecutorException
 
-
EtlLauncher - Class in scriptella.tools.launcher
+
EtlLauncher - Class in scriptella.tools.launcher
Command line launcher.
-
EtlLauncher() - Constructor for class scriptella.tools.launcher.EtlLauncher
+
EtlLauncher() - Constructor for class scriptella.tools.launcher.EtlLauncher
 
-
EtlLauncher.ErrorCode - Enum in scriptella.tools.launcher
+
EtlLauncher.ErrorCode - Enum Class in scriptella.tools.launcher
Error codes returned by the launcher.
-
etlStarted() - Method in class scriptella.execution.ExecutionStatisticsBuilder
+
etlStarted() - Method in class scriptella.execution.ExecutionStatisticsBuilder
Invoked on ETL start
-
EtlTaskBase - Class in scriptella.tools.ant
+
EtlTaskBase - Class in scriptella.tools.ant
Base class for Scriptella ETL Ant tasks.
-
EtlTaskBase() - Constructor for class scriptella.tools.ant.EtlTaskBase
+
EtlTaskBase() - Constructor for class scriptella.tools.ant.EtlTaskBase
 
-
EtlTemplateTask - Class in scriptella.tools.ant
+
EtlTemplateTask - Class in scriptella.tools.ant
Task to emit ETL file templates.
-
EtlTemplateTask() - Constructor for class scriptella.tools.ant.EtlTemplateTask
+
EtlTemplateTask() - Constructor for class scriptella.tools.ant.EtlTemplateTask
 
-
etlVariable - Variable in class scriptella.core.DynamicContext
+
etlVariable - Variable in class scriptella.core.DynamicContext
 
-
EtlVariable - Class in scriptella.core
+
EtlVariable - Class in scriptella.core
Represents a global etl variable available for all ETL file elements.
-
EtlVariable(ParametersCallback, EtlContext) - Constructor for class scriptella.core.EtlVariable
+
EtlVariable() - Constructor for class scriptella.core.EtlVariable
 
-
EtlVariable() - Constructor for class scriptella.core.EtlVariable
+
EtlVariable(ParametersCallback, EtlContext) - Constructor for class scriptella.core.EtlVariable
 
-
EtlVariable.ClassUtils - Class in scriptella.core
+
EtlVariable.ClassUtils - Class in scriptella.core
Utility class for ETL expressions.
-
EtlVariable.DateUtils - Class in scriptella.core
+
EtlVariable.DateUtils - Class in scriptella.core
Utility class for ETL file expressions.
-
EtlVariable.TextUtils - Class in scriptella.core
+
EtlVariable.TextUtils - Class in scriptella.core
Utility class for ETL file expressions.
-
evaluate(ParametersCallback) - Method in class scriptella.expression.Expression
-
 
-
evaluate(ParametersCallback) - Method in class scriptella.expression.JexlExpression
-
 
-
evaluate(String, ParametersCallback) - Method in class scriptella.jdbc.ParametersParser
+
evaluate(String, ParametersCallback) - Method in class scriptella.jdbc.ParametersParser
Parses specified expression and returns the result of evaluation.
-
EvaluationException() - Constructor for exception scriptella.expression.Expression.EvaluationException
+
evaluate(ParametersCallback) - Method in class scriptella.expression.Expression
+
 
+
evaluate(ParametersCallback) - Method in class scriptella.expression.JexlExpression
 
-
EvaluationException(String) - Constructor for exception scriptella.expression.Expression.EvaluationException
+
EvaluationException() - Constructor for exception scriptella.expression.Expression.EvaluationException
 
-
EvaluationException(String, Throwable) - Constructor for exception scriptella.expression.Expression.EvaluationException
+
EvaluationException(String) - Constructor for exception scriptella.expression.Expression.EvaluationException
 
-
EvaluationException(Throwable) - Constructor for exception scriptella.expression.Expression.EvaluationException
+
EvaluationException(String, Throwable) - Constructor for exception scriptella.expression.Expression.EvaluationException
 
-
ExceptionInterceptor - Class in scriptella.core
+
EvaluationException(Throwable) - Constructor for exception scriptella.expression.Expression.EvaluationException
+
 
+
ExceptionInterceptor - Class in scriptella.core
Intercepts exceptions thrown by wrapped executable elements.
-
ExceptionInterceptor(ExecutableElement, Location) - Constructor for class scriptella.core.ExceptionInterceptor
+
ExceptionInterceptor(ExecutableElement, Location) - Constructor for class scriptella.core.ExceptionInterceptor
 
-
ExceptionInterceptor.ExecutionException - Exception in scriptella.core
+
ExceptionInterceptor.ExecutionException - Exception in scriptella.core
 
-
ExceptionUtils - Class in scriptella.util
+
ExceptionUtils - Class in scriptella.util
Utility class to work with throwables.
-
exec(String) - Method in class scriptella.driver.shell.ShellCommandRunner
+
exec(String) - Method in class scriptella.driver.shell.ShellCommandRunner
 
-
execAndInitReaders(String[]) - Method in class scriptella.driver.shell.ShellCommandRunner
+
execAndInitReaders(String[]) - Method in class scriptella.driver.shell.ShellCommandRunner
Can be subclassed for testing and no use Process at all.
-
ExecutableElement - Interface in scriptella.core
+
ExecutableElement - Interface in scriptella.core
Represents executable element like query or script.
-
execute(DynamicContext) - Method in class scriptella.core.ConnectionInterceptor
-
 
-
execute(DynamicContext) - Method in class scriptella.core.ExceptionInterceptor
-
 
-
execute(DynamicContext) - Method in interface scriptella.core.ExecutableElement
+
execute() - Method in class scriptella.driver.janino.JaninoScript
-
Executes the element.
+
This method in not a part of the public API.
-
execute(DynamicContext) - Method in class scriptella.core.IfInterceptor
+
execute() - Method in class scriptella.driver.spring.EtlExecutorBean
 
-
execute(Connection, Resource, DynamicContext) - Method in class scriptella.core.QueryExecutor
-
 
-
execute(Connection, Resource, DynamicContext) - Method in class scriptella.core.ScriptExecutor
-
 
-
execute(EtlContext) - Method in class scriptella.core.Session
+
execute() - Method in class scriptella.execution.EtlExecutor
+
+
Executes ETL based on a specified configuration.
+
+
execute() - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
execute(DynamicContext) - Method in class scriptella.core.StatisticInterceptor
+
execute() - Method in class scriptella.tools.ant.EtlTemplateTask
 
-
execute(DynamicContext) - Method in class scriptella.core.TxInterceptor
+
execute(File) - Method in class scriptella.tools.launcher.EtlLauncher
 
-
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
+
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
+
execute(Reader, ParametersCallback, AbstractConnection.StatementCounter) - Method in class scriptella.driver.shell.ShellScriptExecutor
-
Runs a search specified by filter on a SearchFilterQuery.connection.
+
Parses a script from read, expands properties and produces the output.
-
execute(Reader, ParametersCallback, AbstractConnection.StatementCounter) - Method in class scriptella.driver.shell.ShellScriptExecutor
+
execute(Reader, ParametersCallback, AbstractConnection.StatementCounter) - Method in class scriptella.driver.text.TextScriptExecutor
Parses a script from read, expands properties and produces the output.
-
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
+
execute(String) - Method in class scriptella.driver.ldap.SearchFilterQuery
-
Parses a script from read, expands properties and produces the output.
+
Runs a search specified by filter on a SearchFilterQuery.connection.
-
execute(QueryCallback, ParametersCallback) - Method in class scriptella.driver.xpath.XPathQueryExecutor
+
execute(DynamicContext) - Method in class scriptella.core.ConnectionInterceptor
+
 
+
execute(DynamicContext) - Method in class scriptella.core.ScriptExecutor
+
 
+
execute(DynamicContext) - Method in class scriptella.core.ExceptionInterceptor
+
 
+
execute(DynamicContext) - Method in interface scriptella.core.ExecutableElement
-
Executes a query and notifies queryCallback for each found node.
+
Executes the element.
-
execute() - Method in class scriptella.execution.EtlExecutor
+
execute(DynamicContext) - Method in class scriptella.core.IfInterceptor
+
 
+
execute(DynamicContext) - Method in class scriptella.core.StatisticInterceptor
+
 
+
execute(DynamicContext) - Method in class scriptella.core.TxInterceptor
+
 
+
execute(CSVReader, QueryCallback, AbstractConnection.StatementCounter) - Method in class scriptella.driver.csv.CsvQuery
-
Executes ETL based on a specified configuration.
+
Executes a query over a specified text content.
-
execute(ProgressIndicator) - Method in class scriptella.execution.EtlExecutor
+
execute(EtlContext) - Method in class scriptella.core.Session
+
 
+
execute(ProgressIndicator) - Method in class scriptella.driver.spring.EtlExecutorBean
+
 
+
execute(ProgressIndicator) - Method in class scriptella.execution.EtlExecutor
Executes ETL based on a specified configuration.
-
execute() - Method in class scriptella.tools.ant.EtlExecuteTask
+
execute(Connection, Resource, DynamicContext) - Method in class scriptella.core.QueryExecutor
 
-
execute() - Method in class scriptella.tools.ant.EtlTemplateTask
+
execute(Connection, Resource, DynamicContext) - Method in class scriptella.core.ScriptExecutor
 
-
execute(File) - Method in class scriptella.tools.launcher.EtlLauncher
-
 
-
executeAfterStdoutStderrConsumed(Runnable) - Method in class scriptella.driver.shell.ShellCommandRunner
+
execute(QueryCallback, ParametersCallback) - Method in class scriptella.driver.xpath.XPathQueryExecutor
+
+
Executes a query and notifies queryCallback for each found node.
+
+
executeAfterStdoutStderrConsumed(Runnable) - Method in class scriptella.driver.shell.ShellCommandRunner
 
-
executeNext(DynamicContext) - Method in class scriptella.core.ElementInterceptor
+
executeNext(DynamicContext) - Method in class scriptella.core.ElementInterceptor
Executes next element in the chain.
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.csv.CsvConnection
+
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.csv.CsvConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.janino.JaninoConnection
+
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.jexl.JexlConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.ldap.LdapConnection
+
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.mail.MailConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.script.ScriptConnection
+
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.scriptella.ScriptellaConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.shell.ShellConnection
+
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.shell.ShellConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.text.TextConnection
+
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.text.TextConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.velocity.VelocityConnection
+
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
+
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.driver.xpath.XPathConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.jdbc.JdbcConnection
+
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in class scriptella.jdbc.JdbcConnection
 
-
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in interface scriptella.spi.Connection
+
executeQuery(Resource, ParametersCallback, QueryCallback) - Method in interface scriptella.spi.Connection
Executes a query specified by its content.
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.csv.CsvConnection
+
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.janino.JaninoConnection
 
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.jexl.JexlConnection
+
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.ldap.LdapConnection
 
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.mail.MailConnection
+
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.script.ScriptConnection
 
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.scriptella.ScriptellaConnection
+
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.scriptella.ScriptellaConnection
 
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.shell.ShellConnection
+
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.shell.ShellConnection
 
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.text.TextConnection
+
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.text.TextConnection
 
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.velocity.VelocityConnection
+
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
+
executeScript(Resource, ParametersCallback) - Method in class scriptella.driver.xpath.XPathConnection
 
-
executeScript(Resource, ParametersCallback) - Method in class scriptella.jdbc.JdbcConnection
+
executeScript(Resource, ParametersCallback) - Method in class scriptella.jdbc.JdbcConnection
 
-
executeScript(Resource, ParametersCallback) - Method in interface scriptella.spi.Connection
+
executeScript(Resource, ParametersCallback) - Method in interface scriptella.spi.Connection
Executes a script specified by its content.
-
ExecutionException(Throwable, Location) - Constructor for exception scriptella.core.ExceptionInterceptor.ExecutionException
+
ExecutionException(String, Throwable, Location) - Constructor for exception scriptella.core.ExceptionInterceptor.ExecutionException
 
-
ExecutionException(String, Throwable, Location) - Constructor for exception scriptella.core.ExceptionInterceptor.ExecutionException
+
ExecutionException(Throwable, Location) - Constructor for exception scriptella.core.ExceptionInterceptor.ExecutionException
 
-
executionStack - Variable in class scriptella.execution.ExecutionStatisticsBuilder
+
executionStack - Variable in class scriptella.execution.ExecutionStatisticsBuilder
 
-
ExecutionStatistics - Class in scriptella.execution
+
ExecutionStatistics - Class in scriptella.execution
Represents script execution statistics
-
ExecutionStatistics() - Constructor for class scriptella.execution.ExecutionStatistics
+
ExecutionStatistics() - Constructor for class scriptella.execution.ExecutionStatistics
 
-
ExecutionStatistics.ElementInfo - Class in scriptella.execution
+
ExecutionStatistics.ElementInfo - Class in scriptella.execution
 
-
ExecutionStatisticsBuilder - Class in scriptella.execution
+
ExecutionStatisticsBuilder - Class in scriptella.execution
A builder for execution statistics.
-
ExecutionStatisticsBuilder() - Constructor for class scriptella.execution.ExecutionStatisticsBuilder
+
ExecutionStatisticsBuilder() - Constructor for class scriptella.execution.ExecutionStatisticsBuilder
 
-
expandProperties(String) - Method in class scriptella.configuration.XmlElement
+
expandProperties(String) - Method in class scriptella.configuration.XmlElement
Expands properties in a string.
-
EXPR_PTR - Static variable in class scriptella.expression.PropertiesSubstitutor
+
EXPR_PTR - Static variable in class scriptella.expression.PropertiesSubstitutor
Expression pattern, e.g.
-
Expression - Class in scriptella.expression
+
Expression - Class in scriptella.expression
Base class for all expressions.
-
Expression(String) - Constructor for class scriptella.expression.Expression
+
Expression(String) - Constructor for class scriptella.expression.Expression
 
-
Expression.EvaluationException - Exception in scriptella.expression
+
Expression.EvaluationException - Exception in scriptella.expression
 
-
Expression.ParseException - Exception in scriptella.expression
+
Expression.ParseException - Exception in scriptella.expression
 
- - - -

F

-
-
FallbackEl - Class in scriptella.configuration
+

F

+
+
FAILED - Enum constant in enum class scriptella.tools.launcher.EtlLauncher.ErrorCode
+
 
+
FallbackEl - Class in scriptella.configuration
Contains alternate content to be used if the requested resource cannot be found.
-
FallbackEl(XmlElement) - Constructor for class scriptella.configuration.FallbackEl
+
FallbackEl(XmlElement) - Constructor for class scriptella.configuration.FallbackEl
 
-
FILE_MAXLENGTH_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
+
FILE_MAXLENGTH_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
Names of the Max File Length connection property.
-
find(String) - Method in class scriptella.util.ColumnsMap
+
FILE_NOT_FOUND - Enum constant in enum class scriptella.tools.launcher.EtlLauncher.ErrorCode
+
 
+
find(String) - Method in class scriptella.util.ColumnsMap
Finds column index by name.
-
findEtlMBeans() - Static method in class scriptella.execution.JmxEtlManager
+
findEtlMBeans() - Static method in class scriptella.execution.JmxEtlManager
Find ETL mbeans.
-
findGetter(String) - Method in class scriptella.configuration.XmlConfigurableBase
+
findGetter(String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
findSetter(String) - Method in class scriptella.configuration.XmlConfigurableBase
+
findSetter(String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
flush() - Method in class scriptella.driver.shell.ShellScriptExecutor
+
flush() - Method in class scriptella.driver.shell.ShellScriptExecutor
 
-
FLUSH - Static variable in class scriptella.driver.text.AbstractTextConnection
+
flush() - Method in class scriptella.driver.text.TextScriptExecutor
+
 
+
flush() - Method in class scriptella.jdbc.JdbcConnection
+
 
+
flush() - Method in class scriptella.tools.ant.AntHandler
+
 
+
FLUSH - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the flush connection property.
-
flush() - Method in class scriptella.driver.text.TextScriptExecutor
-
 
-
flush() - Method in class scriptella.jdbc.JdbcConnection
-
 
-
flush() - Method in class scriptella.tools.ant.AntHandler
+
FLUSH_BEFORE_QUERY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
FLUSH_BEFORE_QUERY - Static variable in class scriptella.jdbc.JdbcConnection
+
flushBeforeQuery - Variable in class scriptella.jdbc.JdbcConnection
 
-
flushBeforeQuery - Variable in class scriptella.jdbc.JdbcConnection
+
fork(int) - Method in class scriptella.interactive.ProgressCallback
 
-
fork(int) - Method in class scriptella.interactive.ProgressCallback
+
fork(int, int) - Method in class scriptella.interactive.ProgressCallback
 
-
fork(int, int) - Method in class scriptella.interactive.ProgressCallback
+
format(Reader, PropertiesSubstitutor) - Method in class scriptella.driver.mail.MailConnection
 
-
format(Date, String) - Method in class scriptella.core.EtlVariable.DateUtils
-
-
Formats a specified date/time according to the specified pattern.
-
-
format(String) - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
+
format(Object) - Method in class scriptella.text.PropertyFormat
 
-
format(Reader, PropertiesSubstitutor) - Method in class scriptella.driver.mail.MailConnection
+
format(String) - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
 
-
format(String) - Method in class scriptella.expression.LineIterator
+
format(String) - Method in class scriptella.expression.LineIterator
Applies additional formatting to the line read.
-
format(Object) - Method in class scriptella.text.PropertyFormat
-
 
-
format(String, Object) - Method in class scriptella.text.PropertyFormatter
+
format(String, Object) - Method in class scriptella.text.PropertyFormatter
Formats given object to string.
-
format(ParametersCallback) - Method in class scriptella.text.PropertyFormatter
+
format(Date, String) - Method in class scriptella.core.EtlVariable.DateUtils
-
Creates a ParametersCallback which formats parameters returned by the original callback.
+
Formats a specified date/time according to the specified pattern.
-
format(Date, StringBuffer, FieldPosition) - Method in class scriptella.text.TimestampValueFormat
+
format(Date, StringBuffer, FieldPosition) - Method in class scriptella.text.TimestampValueFormat
 
-
FORMAT_PREFIX - Static variable in class scriptella.driver.text.AbstractTextConnection
+
format(ParametersCallback) - Method in class scriptella.text.PropertyFormatter
+
+
Creates a ParametersCallback which formats parameters returned by the original callback.
+
+
FORMAT_PREFIX - Static variable in class scriptella.driver.text.AbstractTextConnection
Prefix for properties containing a definition of the column format.
-
forName(String) - Method in class scriptella.core.EtlVariable.ClassUtils
+
forName(String) - Method in class scriptella.core.EtlVariable.ClassUtils
 
-
forName(String) - Static method in class scriptella.tools.template.TemplateManager
+
forName(String) - Static method in class scriptella.tools.template.TemplateManager
Loads a specified by name.
-
from(ConnectionParameters) - Static method in class scriptella.text.TypedPropertiesSource
+
from(ConnectionParameters) - Static method in class scriptella.text.TypedPropertiesSource
Converts connectionParameters to TypedPropertiesSource.
-
fromOsNameVersion(String, String) - Static method in enum scriptella.driver.shell.ShellOs
+
fromOsNameVersion(String, String) - Static method in enum class scriptella.driver.shell.ShellOs
 
- - - -

G

-
-
GenericDriver - Class in scriptella.jdbc
+

G

+
+
GenericDriver - Class in scriptella.jdbc
Generic adapter for JDBC drivers.
-
GenericDriver() - Constructor for class scriptella.jdbc.GenericDriver
+
GenericDriver() - Constructor for class scriptella.jdbc.GenericDriver
+
 
+
get(Object) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
 
-
get(String) - Method in class scriptella.driver.janino.JaninoScript
+
get(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
-
Obtains a parameter value for specified name.
+
-
get(String) - Method in class scriptella.driver.jexl.JexlContextMap
+
get(Object) - Method in class scriptella.util.PropertiesMap
+
 
+
get(String) - Static method in class scriptella.core.ThreadLocalContext
 
-
get(String) - Method in class scriptella.driver.ldap.ldif.Entry
+
get(String) - Method in class scriptella.driver.janino.JaninoScript
-
Returns a attribute given it's id
+
Obtains a parameter value for specified name.
-
get(Object) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
+
get(String) - Method in class scriptella.driver.jexl.JexlContextMap
 
-
get(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
+
get(String) - Method in class scriptella.driver.ldap.ldif.Entry
- +
Returns a attribute given it's id
-
get(String) - Method in class scriptella.driver.xpath.NodeVariable
+
get(String) - Method in class scriptella.driver.xpath.NodeVariable
Gets the text value(s) of the node(s) selected by the specified XPath expression.
-
get(Object) - Method in class scriptella.util.PropertiesMap
-
 
-
getAttribute(String) - Method in class scriptella.configuration.XmlElement
+
getAttribute(String) - Method in class scriptella.configuration.XmlElement
Gets the value of attribute.
-
getAttributes() - Method in class scriptella.driver.ldap.ldif.Entry
+
getAttributes() - Method in class scriptella.driver.ldap.ldif.Entry
Get the entry's attributes
-
getBooleanAttribute(String, boolean) - Method in class scriptella.configuration.XmlElement
+
getBooleanAttribute(String, boolean) - Method in class scriptella.configuration.XmlElement
Returns the value of boolean attribute.
-
getBooleanProperty(String) - Method in class scriptella.spi.ConnectionParameters
+
getBooleanProperty(String) - Method in class scriptella.spi.ConnectionParameters
Parses property value as boolean flag.
-
getBooleanProperty(String, boolean) - Method in class scriptella.spi.ConnectionParameters
+
getBooleanProperty(String, boolean) - Method in class scriptella.spi.ConnectionParameters
Parses property value as a boolean flag.
-
getBooleanProperty(String, boolean) - Method in class scriptella.text.TypedPropertiesSource
+
getBooleanProperty(String, boolean) - Method in class scriptella.text.TypedPropertiesSource
Parses property value as a boolean flag.
-
getCallback() - Method in class scriptella.spi.support.HierarchicalParametersCallback
+
getCallback() - Method in class scriptella.spi.support.HierarchicalParametersCallback
Returns primary callback.
-
getCatalog() - Method in class scriptella.configuration.ConnectionEl
+
getCatalog() - Method in class scriptella.configuration.ConnectionEl
 
-
getCatalog() - Method in class scriptella.spi.ConnectionParameters
+
getCatalog() - Method in class scriptella.spi.ConnectionParameters
 
-
getCategoriesStatistics() - Method in class scriptella.execution.ExecutionStatistics
+
getCategoriesStatistics() - Method in class scriptella.execution.ExecutionStatistics
Returns the statistics on executed categories, e.g.
-
getCause() - Method in exception scriptella.core.RuntimeIOException
+
getCause() - Method in exception scriptella.core.RuntimeIOException
 
-
getCause(Throwable) - Static method in class scriptella.util.ExceptionUtils
+
getCause(Throwable) - Static method in class scriptella.util.ExceptionUtils
-
This method checks if throwable has cause.
+
This method checks if throwable has cause.
-
getChangeType() - Method in class scriptella.driver.ldap.ldif.Entry
+
getChangeType() - Method in class scriptella.driver.ldap.ldif.Entry
Get the change type
-
getCharset() - Method in class scriptella.configuration.IncludeEl
+
getCharset() - Method in class scriptella.configuration.IncludeEl
 
-
getCharsetProperty(String) - Method in class scriptella.spi.ConnectionParameters
+
getCharsetProperty(String) - Method in class scriptella.spi.ConnectionParameters
Parses property value as a charset encoding name.
-
getCharsetProperty(String) - Method in class scriptella.text.TypedPropertiesSource
+
getCharsetProperty(String) - Method in class scriptella.text.TypedPropertiesSource
Parses property value as a charset encoding name.
-
getChild(String) - Method in class scriptella.configuration.XmlElement
+
getChild(String) - Method in class scriptella.configuration.XmlElement
 
-
getChildren() - Method in class scriptella.configuration.XmlElement
+
getChildren() - Method in class scriptella.configuration.XmlElement
 
-
getChildren(String) - Method in class scriptella.configuration.XmlElement
+
getChildren(String) - Method in class scriptella.configuration.XmlElement
 
-
getChildren(Set<String>) - Method in class scriptella.configuration.XmlElement
+
getChildren(Set<String>) - Method in class scriptella.configuration.XmlElement
 
-
getChildScriptinglElements() - Method in class scriptella.configuration.QueryEl
+
getChildScriptinglElements() - Method in class scriptella.configuration.QueryEl
 
-
getClassName() - Method in class scriptella.text.PropertyFormat
+
getClassName() - Method in class scriptella.text.PropertyFormat
 
-
getClassName() - Method in class scriptella.text.ValueFormatBuilder
+
getClassName() - Method in class scriptella.text.ValueFormatBuilder
 
-
getClasspath() - Method in class scriptella.configuration.ConnectionEl
+
getClasspath() - Method in class scriptella.configuration.ConnectionEl
 
-
getClazz() - Method in class scriptella.core.EtlVariable
+
getClazz() - Method in class scriptella.core.EtlVariable
 
-
getCodes() - Method in class scriptella.configuration.OnErrorEl
+
getCodes() - Method in class scriptella.configuration.OnErrorEl
 
-
getColumn() - Method in class scriptella.configuration.Location
+
getColumn() - Method in class scriptella.configuration.Location
 
-
getColumnsMap() - Method in class scriptella.driver.csv.CsvQuery
+
getColumnsMap() - Method in class scriptella.driver.csv.CsvQuery
 
-
getConfiguration() - Method in class scriptella.execution.EtlExecutor
+
getConfiguration() - Method in class scriptella.execution.EtlExecutor
Returns ETL configuration for this executor.
-
getConnection() - Method in class scriptella.core.ConnectionManager
+
getConnection() - Method in class scriptella.core.ConnectionManager
 
-
getConnection() - Method in class scriptella.core.DynamicContext
+
getConnection() - Method in class scriptella.core.DynamicContext
 
-
getConnection() - Method in class scriptella.core.DynamicContextDecorator
+
getConnection() - Method in class scriptella.core.DynamicContextDecorator
 
-
getConnection(String) - Method in class scriptella.core.EtlVariable
+
getConnection(String) - Method in class scriptella.core.EtlVariable
Returns the connection for the specified id, This method is convenient for cases when access to the native connection is required, e.g.
-
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.h2.Driver
 
-
getConnection(String, Properties) - Method in class scriptella.driver.jndi.Driver
+
getConnection(String, Properties) - Method in class scriptella.driver.jndi.Driver
 
-
getConnection(String, Properties) - Method in class scriptella.driver.spring.Driver
+
getConnection(String, Properties) - Method in class scriptella.driver.spring.Driver
 
-
getConnection(String, Properties) - Method in class scriptella.jdbc.GenericDriver
+
getConnection(String, Properties) - Method in class scriptella.jdbc.GenericDriver
A helper method for subclasses to avoid direct interaction with DriverManager API.
-
getConnectionId() - Method in class scriptella.configuration.OnErrorEl
+
getConnection(String, ConnectionParameters) - Method in class scriptella.driver.auto.Driver
+
+
Template method for testing.
+
+
getConnectionId() - Method in class scriptella.configuration.OnErrorEl
 
-
getConnectionId() - Method in class scriptella.configuration.ScriptingElement
+
getConnectionId() - Method in class scriptella.configuration.ScriptingElement
 
-
getConnectionParameters() - Method in class scriptella.driver.csv.CsvConnection
+
getConnectionParameters() - Method in class scriptella.driver.csv.CsvConnection
 
-
getConnectionParameters() - Method in class scriptella.driver.shell.ShellConnection
+
getConnectionParameters() - Method in class scriptella.driver.shell.ShellConnection
 
-
getConnectionParameters() - Method in class scriptella.driver.text.AbstractTextConnection
+
getConnectionParameters() - Method in class scriptella.driver.text.AbstractTextConnection
 
-
getConnectionParameters() - Method in class scriptella.driver.text.TextConnectionParameters
+
getConnectionParameters() - Method in class scriptella.driver.text.TextConnectionParameters
 
-
getConnections() - Method in class scriptella.configuration.ConfigurationEl
+
getConnections() - Method in class scriptella.configuration.ConfigurationEl
 
-
getConsoleReader(String) - Static method in class scriptella.driver.text.ConsoleAdapters
+
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
+
getConsoleWriter(String) - Static method in class scriptella.driver.text.ConsoleAdapters
Returns the writer for System.out.
-
getContent(DialectIdentifier) - Method in class scriptella.configuration.DialectBasedContentEl
+
getContent() - Method in class scriptella.configuration.ScriptingElement
+
 
+
getContent(DialectIdentifier) - Method in class scriptella.configuration.DialectBasedContentEl
This method returns content for specified dialect id or null - if script doesn't support this dialect.
-
getContent(DialectIdentifier) - Method in class scriptella.configuration.OnErrorEl
-
 
-
getContent() - Method in class scriptella.configuration.ScriptingElement
+
getContent(DialectIdentifier) - Method in class scriptella.configuration.OnErrorEl
 
-
getContext() - Method in class scriptella.spi.ConnectionParameters
+
getContent(DialectIdentifier) - Method in class scriptella.core.ScriptExecutor
+
+
Returns content satisfying dialect information.
+
+
getContext() - Method in class scriptella.spi.ConnectionParameters
Get a drivers context.
-
getControl() - Method in class scriptella.driver.ldap.ldif.Entry
+
getControl() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
getCtxDecorator() - Method in class scriptella.core.ElementInterceptor
+
getCtxDecorator() - Method in class scriptella.core.ElementInterceptor
 
-
getCurrentRowValueAt(int, String) - Method in class scriptella.driver.csv.CsvQuery
+
getCurrentRowValueAt(int, String) - Method in class scriptella.driver.csv.CsvQuery
Returns the value of a specified column.
-
getDate() - Method in class scriptella.core.EtlVariable
+
getDate() - Method in class scriptella.core.EtlVariable
 
-
getDefaultFormat() - Method in class scriptella.text.PropertyFormatInfo
+
getDefaultFormat() - Method in class scriptella.text.PropertyFormatInfo
 
-
getDialectContent(DialectIdentifier) - Method in class scriptella.configuration.ScriptingElement
+
getDialectContent(DialectIdentifier) - Method in class scriptella.configuration.ScriptingElement
 
-
getDialectIdentifier() - Method in class scriptella.spi.AbstractConnection
+
getDialectIdentifier() - Method in class scriptella.spi.AbstractConnection
 
-
getDialectIdentifier() - Method in interface scriptella.spi.Connection
+
getDialectIdentifier() - Method in interface scriptella.spi.Connection
This method returns a language dialect identifier for this connection.
-
getDn() - Method in class scriptella.driver.ldap.ldif.Entry
+
getDn() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
getDocumentUrl() - Method in class scriptella.configuration.ConfigurationEl
+
getDocumentUrl() - Method in class scriptella.configuration.ConfigurationEl
 
-
getDocumentUrl() - Method in class scriptella.configuration.XmlElement
+
getDocumentUrl() - Method in class scriptella.configuration.XmlElement
 
-
getDriver() - Method in class scriptella.configuration.ConnectionEl
+
getDriver() - Method in class scriptella.configuration.ConnectionEl
 
-
getDriver(String, ClassLoader) - Static method in class scriptella.core.DriverFactory
+
getDriver(Class) - Static method in class scriptella.core.DriverFactory
-
Loads a driver specified by a full or a short name.
+
Creates a Scriptella Driver using specified class.
-
getDriver(Class) - Static method in class scriptella.core.DriverFactory
+
getDriver(String, ClassLoader) - Static method in class scriptella.core.DriverFactory
-
Creates a Scriptella Driver using specified class.
+
Loads a driver specified by a full or a short name.
-
getElement() - Method in class scriptella.configuration.XmlElement
-
 
-
getElements() - Method in class scriptella.execution.ExecutionStatistics
+
getElement() - Method in class scriptella.configuration.XmlElement
 
-
getEncoding() - Method in class scriptella.driver.text.TextConnectionParameters
+
getElement() - Method in class scriptella.core.ScriptExecutor
+
+
Returns scripting element specified in constructor
+
+
getElements() - Method in class scriptella.execution.ExecutionStatistics
 
-
getEol() - Method in class scriptella.driver.text.TextConnectionParameters
+
getEncoding() - Method in class scriptella.driver.text.TextConnectionParameters
 
-
getErrorCode() - Method in enum scriptella.tools.launcher.EtlLauncher.ErrorCode
+
getEol() - Method in class scriptella.driver.text.TextConnectionParameters
 
-
getErrorCodes(Throwable) - Method in class scriptella.core.OnErrorHandler
+
getErr() - Method in class scriptella.tools.launcher.EtlLauncher
+
+
Stream used for launcher errors.
+
+
getErrorCode() - Method in enum class scriptella.tools.launcher.EtlLauncher.ErrorCode
 
-
getErrorCodes() - Method in exception scriptella.spi.ProviderException
+
getErrorCodes() - Method in exception scriptella.spi.ProviderException
Returns error codes attached to this exception.
-
getErrorStatement() - Method in exception scriptella.spi.ProviderException
+
getErrorCodes(Throwable) - Method in class scriptella.core.OnErrorHandler
+
 
+
getErrorStatement() - Method in exception scriptella.spi.ProviderException
Returns a statement for this error if any.
-
getEscape() - Method in class scriptella.driver.csv.CsvConnectionParameters
+
getEscape() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
getExecutedStatementsCount() - Method in class scriptella.core.ConnectionManager
+
getExecutedStatementsCount() - Method in class scriptella.core.ConnectionManager
Returns number of executed statements by managed connections.
-
getExecutedStatementsCount() - Method in class scriptella.core.Session
+
getExecutedStatementsCount() - Method in class scriptella.core.Session
 
-
getExecutedStatementsCount() - Method in class scriptella.execution.ExecutionStatistics
+
getExecutedStatementsCount() - Method in class scriptella.execution.ExecutionStatistics
 
-
getExecutedStatementsCount() - Method in class scriptella.execution.JmxEtlManager
+
getExecutedStatementsCount() - Method in class scriptella.execution.JmxEtlManager
 
-
getExecutedStatementsCount() - Method in interface scriptella.execution.JmxEtlManagerMBean
+
getExecutedStatementsCount() - Method in interface scriptella.execution.JmxEtlManagerMBean
Returns the number of executed statements by all connections of the ETL task.
-
getExecutedStatementsCount() - Method in class scriptella.spi.AbstractConnection
+
getExecutedStatementsCount() - Method in class scriptella.spi.AbstractConnection
 
-
getExecutedStatementsCount() - Method in interface scriptella.spi.Connection
+
getExecutedStatementsCount() - Method in interface scriptella.spi.Connection
This method returns the number of executed statements or 0 if this feature is unsupported.
-
getExpression() - Method in class scriptella.expression.Expression
+
getExpression() - Method in class scriptella.expression.Expression
 
-
getFailedExecutionCount() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
+
getFailedExecutionCount() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
 
-
getFallbackEl() - Method in class scriptella.configuration.IncludeEl
+
getFallbackEl() - Method in class scriptella.configuration.IncludeEl
 
-
getFinishDate() - Method in class scriptella.execution.ExecutionStatistics
+
getFinishDate() - Method in class scriptella.execution.ExecutionStatistics
Returns date/time when ETL was completed.
-
getFormat() - Method in class scriptella.text.PropertyFormat
+
getFormat() - Method in class scriptella.text.PropertyFormat
 
-
getFormatInfo() - Method in class scriptella.text.PropertyFormatter
+
getFormatInfo() - Method in class scriptella.text.PropertyFormatter
 
-
getGlobalContext() - Method in class scriptella.core.DynamicContext
+
getGlobalContext() - Method in class scriptella.core.DynamicContext
 
-
getGlobals() - Method in class scriptella.core.EtlVariable
+
getGlobals() - Method in class scriptella.core.EtlVariable
Getter for a global variables storage.
-
getGlobalVariables() - Method in class scriptella.execution.EtlContext
+
getGlobalVariables() - Method in class scriptella.execution.EtlContext
 
-
getHref() - Method in class scriptella.configuration.IncludeEl
+
getHref() - Method in class scriptella.configuration.IncludeEl
 
-
getId() - Method in class scriptella.configuration.ConnectionEl
+
getId() - Method in class scriptella.configuration.ConnectionEl
 
-
getId() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
+
getId() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
 
-
getIf() - Method in class scriptella.configuration.ScriptingElement
+
getIf() - Method in class scriptella.configuration.ScriptingElement
 
-
getInjections() - Method in class scriptella.jdbc.SqlReaderTokenizer
+
getInjections() - Method in class scriptella.jdbc.SqlReaderTokenizer
 
-
getInjections() - Method in interface scriptella.jdbc.SqlTokenizer
+
getInjections() - Method in interface scriptella.jdbc.SqlTokenizer
This method returns list of injections for the last returned statement.
-
getIntegerProperty(String, int) - Method in class scriptella.spi.ConnectionParameters
+
getIntegerProperty(String) - Method in class scriptella.spi.ConnectionParameters
+
 
+
getIntegerProperty(String, int) - Method in class scriptella.spi.ConnectionParameters
Returns the value of integer property.
-
getIntegerProperty(String) - Method in class scriptella.spi.ConnectionParameters
-
 
-
getKeys() - Method in class scriptella.text.TypedPropertiesSource
+
getKeys() - Method in class scriptella.text.TypedPropertiesSource
 
-
getLastElementLocation() - Method in exception scriptella.execution.EtlExecutorException
+
getLastElementLocation() - Method in exception scriptella.execution.EtlExecutorException
 
-
getLastExpression() - Method in exception scriptella.execution.EtlExecutorException
+
getLastExpression() - Method in exception scriptella.execution.EtlExecutorException
 
-
getLastProvider() - Method in exception scriptella.execution.EtlExecutorException
+
getLastProvider() - Method in exception scriptella.execution.EtlExecutorException
 
-
getLeft() - Method in class scriptella.interactive.ProgressCallback
+
getLeft() - Method in class scriptella.interactive.ProgressCallback
 
-
getLineAt(int) - Method in class scriptella.expression.LineIterator
+
getLineAt(int) - Method in class scriptella.expression.LineIterator
Returns specified line or null if EOF occured.
-
getLocale() - Method in class scriptella.text.ValueFormatBuilder
+
getLocale() - Method in class scriptella.text.ValueFormatBuilder
 
-
getLocaleProperty(String) - Method in class scriptella.text.TypedPropertiesSource
+
getLocaleProperty(String) - Method in class scriptella.text.TypedPropertiesSource
Parses property value as a locale string.
-
getLocation() - Method in class scriptella.configuration.ScriptingElement
+
getLocation() - Method in class scriptella.configuration.ScriptingElement
 
-
getLocation() - Method in class scriptella.configuration.XmlConfigurableBase
+
getLocation() - Method in class scriptella.configuration.XmlConfigurableBase
 
-
getLocation() - Method in exception scriptella.core.ExceptionInterceptor.ExecutionException
+
getLocation() - Method in class scriptella.core.ScriptExecutor
+
+
A short for ContentExecutor.getElement().getLocation()
+
+
getLocation() - Method in exception scriptella.core.ExceptionInterceptor.ExecutionException
 
-
getMap() - Method in class scriptella.configuration.PropertiesEl
+
getMap() - Method in class scriptella.configuration.PropertiesEl
Returns properties stored in this element as a map.
-
getMaskedPassword(String) - Static method in class scriptella.util.StringUtils
+
getMaskedPassword(String) - Static method in class scriptella.util.StringUtils
Masks password displaying to user.
-
getMaxFileLength() - Method in class scriptella.driver.ldap.LdifScript
+
getMaxFileLength() - Method in class scriptella.driver.ldap.LdifScript
Accessor for testing purposes
-
getMaxmemory() - Method in class scriptella.tools.ant.EtlExecuteTask
+
getMaxmemory() - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
getMessage() - Method in class scriptella.configuration.OnErrorEl
+
getMessage() - Method in class scriptella.configuration.OnErrorEl
 
-
getMessage() - Method in exception scriptella.execution.EtlExecutorException
+
getMessage() - Method in exception scriptella.execution.EtlExecutorException
 
-
getModificationItems() - Method in class scriptella.driver.ldap.ldif.Entry
+
getModificationItems() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
getName() - Method in class scriptella.execution.JmxEtlManager
+
getName() - Method in class scriptella.execution.JmxEtlManager
Returns name of the MBean assigned at registration time.
-
getName() - Method in class scriptella.spi.DialectIdentifier
+
getName() - Method in class scriptella.spi.DialectIdentifier
 
-
getNativeConnection() - Method in class scriptella.jdbc.JdbcConnection
+
getNativeConnection() - Method in class scriptella.jdbc.JdbcConnection
 
-
getNativeConnection() - Method in interface scriptella.spi.NativeConnectionProvider
+
getNativeConnection() - Method in interface scriptella.spi.NativeConnectionProvider
Returns the native connection which is wrapped by this object or null if this information is not available.
-
getNativeException() - Method in exception scriptella.jdbc.JdbcException
+
getNativeException() - Method in exception scriptella.jdbc.JdbcException
 
-
getNativeException() - Method in exception scriptella.spi.ProviderException
+
getNativeException() - Method in exception scriptella.spi.ProviderException
This method should be overriden by providers relying on external APIs to work with connections.
-
getNewRdn() - 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
+
getNewSuperior() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
getNext() - Method in class scriptella.core.ElementInterceptor
+
getNext() - Method in class scriptella.core.ElementInterceptor
 
-
getNullString() - Method in class scriptella.expression.PropertiesSubstitutor
+
getNullString() - Method in class scriptella.expression.PropertiesSubstitutor
Returns string literal representing null value.
-
getNullString() - Method in class scriptella.text.PropertyFormat
+
getNullString() - Method in class scriptella.text.PropertyFormat
 
-
getNumberProperty(String, Number) - Method in class scriptella.spi.ConnectionParameters
+
getNumberProperty(String, Number) - Method in class scriptella.spi.ConnectionParameters
Returns numeric value of the property.
-
getNumberProperty(String, Number) - Method in class scriptella.text.TypedPropertiesSource
+
getNumberProperty(String, Number) - Method in class scriptella.text.TypedPropertiesSource
Returns numeric value of the property.
-
getOnerrorElements() - Method in class scriptella.configuration.ScriptEl
+
getOnerrorElements() - Method in class scriptella.configuration.ScriptEl
 
-
getOut() - Method in class scriptella.driver.csv.CsvConnection
+
getOut() - Method in class scriptella.driver.csv.CsvConnection
 
-
getOutputStream(URL) - Static method in class scriptella.util.IOUtils
+
getOut() - Method in class scriptella.tools.launcher.EtlLauncher
+
+
Stream used for launcher messages.
+
+
getOutputStream(URL) - Static method in class scriptella.util.IOUtils
Opens output stream for specified URL.
-
getOutputThreshold() - Method in class scriptella.interactive.ProgressIndicatorBase
+
getOutputThreshold() - Method in class scriptella.interactive.ProgressIndicatorBase
 
-
getPadChar() - Method in class scriptella.text.PropertyFormat
+
getPadChar() - Method in class scriptella.text.PropertyFormat
 
-
getPadLeft() - Method in class scriptella.text.PropertyFormat
+
getPadLeft() - Method in class scriptella.text.PropertyFormat
 
-
getPadRight() - Method in class scriptella.text.PropertyFormat
+
getPadRight() - Method in class scriptella.text.PropertyFormat
 
-
getParameter(String) - Method in class scriptella.core.DynamicContext
+
getParameter(String) - Method in class scriptella.core.DynamicContext
 
-
getParameter(String) - Method in class scriptella.core.DynamicContextDecorator
+
getParameter(String) - Method in class scriptella.core.DynamicContextDecorator
 
-
getParameter(String) - Method in class scriptella.core.EtlVariable
+
getParameter(String) - Method in class scriptella.core.EtlVariable
Accessor method for parameters available in the current execution context.
-
getParameter(String) - Method in class scriptella.driver.csv.CsvQuery
+
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.janino.JaninoQuery
 
-
getParameter(String) - Method in class scriptella.driver.ldap.SearchFilterQuery
+
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.NashornBindingsParametersCallback
 
-
getParameter(String) - Method in class scriptella.driver.script.ParametersCallbackMap
+
getParameter(String) - Method in class scriptella.driver.script.ParametersCallbackMap
Returns specified variable value.
-
getParameter(String) - Method in class scriptella.driver.xpath.XPathQueryExecutor
+
getParameter(String) - Method in class scriptella.driver.xpath.XPathQueryExecutor
 
-
getParameter(String) - Method in class scriptella.execution.EtlContext
+
getParameter(String) - Method in class scriptella.execution.EtlContext
 
-
getParameter(String) - Method in class scriptella.jdbc.ResultSetAdapter
+
getParameter(String) - Method in class scriptella.jdbc.ResultSetAdapter
 
-
getParameter(String) - Method in interface scriptella.spi.ParametersCallback
+
getParameter(String) - Method in interface scriptella.spi.ParametersCallback
Returns the value of parameter specified by name.
-
getParameter(String) - Method in class scriptella.spi.support.HierarchicalParametersCallback
+
getParameter(String) - Method in class scriptella.spi.support.HierarchicalParametersCallback
This method obtains the value of a specified parameter from the primary callback .
-
getParameter(String) - Method in class scriptella.spi.support.MapParametersCallback
+
getParameter(String) - Method in class scriptella.spi.support.MapParametersCallback
 
-
getParameter(String) - Method in class scriptella.spi.support.NullParametersCallback
+
getParameter(String) - Method in class scriptella.spi.support.NullParametersCallback
Always return null.
-
getParameters() - Method in class scriptella.configuration.ConfigurationEl
+
getParameters() - Method in class scriptella.configuration.ConfigurationEl
Returns this configuration properties merged with external ones specified in a factory.
-
getParameters() - Method in class scriptella.expression.PropertiesSubstitutor
+
getParameters() - Method in class scriptella.expression.PropertiesSubstitutor
 
-
getParametersCallback() - Method in class scriptella.driver.janino.JaninoScript
+
getParametersCallback() - Method in class scriptella.driver.janino.JaninoScript
This method in not a part of the public API.
-
getParent() - Method in class scriptella.configuration.ScriptingElement
+
getParent() - Method in class scriptella.configuration.ScriptingElement
 
-
getParentCallback() - Method in class scriptella.spi.support.HierarchicalParametersCallback
+
getParentCallback() - Method in class scriptella.spi.support.HierarchicalParametersCallback
Returns secondary callback.
-
getPassword() - Method in class scriptella.configuration.ConnectionEl
+
getPassword() - Method in class scriptella.configuration.ConnectionEl
 
-
getPassword() - Method in class scriptella.spi.ConnectionParameters
+
getPassword() - Method in class scriptella.spi.ConnectionParameters
Optional user password for connection.
-
getPattern() - Method in class scriptella.text.ValueFormatBuilder
+
getPattern() - Method in class scriptella.text.ValueFormatBuilder
 
-
getPos() - Method in class scriptella.interactive.ProgressCallback
+
getPos() - Method in class scriptella.interactive.ProgressCallback
 
-
getProgressCallback() - Method in class scriptella.execution.EtlContext
+
getProgressCallback() - Method in class scriptella.execution.EtlContext
 
-
getProperties() - Method in class scriptella.configuration.ConnectionEl
+
getProperties() - Method in class scriptella.configuration.ConnectionEl
 
-
getProperties() - Method in class scriptella.driver.spring.EtlExecutorBean
+
getProperties() - Method in class scriptella.driver.spring.EtlExecutorBean
 
-
getProperties() - Method in class scriptella.spi.ConnectionParameters
+
getProperties() - Method in class scriptella.spi.ConnectionParameters
This method returns properties for connection specified inside <connection> element
-
getProperties() - Method in class scriptella.text.TypedPropertiesSource
+
getProperties() - Method in class scriptella.text.TypedPropertiesSource
 
-
getProperties() - Method in class scriptella.tools.ant.EtlTaskBase
+
getProperties() - Method in class scriptella.tools.ant.EtlTaskBase
Returns a map of properties to pass into Scriptella.
-
getProperty(String) - Method in class scriptella.spi.ConnectionParameters
+
getProperty(String) - Method in class scriptella.spi.ConnectionParameters
Convenience method which returns property by name.
-
getProperty(String) - Method in class scriptella.text.TypedPropertiesSource
+
getProperty(String) - Method in class scriptella.text.TypedPropertiesSource
Convenience method which returns property by name.
-
getPropertyFormat(String) - Method in class scriptella.text.PropertyFormatInfo
+
getPropertyFormat(String) - Method in class scriptella.text.PropertyFormatInfo
Returns format for a specified property.
-
getPropertyFormatter() - Method in class scriptella.driver.text.TextConnectionParameters
+
getPropertyFormatter() - Method in class scriptella.driver.text.TextConnectionParameters
 
-
getProviderName() - Method in exception scriptella.driver.csv.CsvProviderException
+
getProviderName() - Method in exception scriptella.driver.csv.CsvProviderException
 
-
getProviderName() - Method in exception scriptella.driver.janino.JaninoProviderException
+
getProviderName() - Method in exception scriptella.driver.janino.JaninoProviderException
 
-
getProviderName() - Method in exception scriptella.driver.jexl.JexlProviderException
+
getProviderName() - Method in exception scriptella.driver.jexl.JexlProviderException
 
-
getProviderName() - Method in exception scriptella.driver.jndi.JndiProviderException
+
getProviderName() - Method in exception scriptella.driver.jndi.JndiProviderException
 
-
getProviderName() - Method in exception scriptella.driver.ldap.LdapProviderException
+
getProviderName() - Method in exception scriptella.driver.ldap.LdapProviderException
 
-
getProviderName() - Method in exception scriptella.driver.mail.MailProviderException
+
getProviderName() - Method in exception scriptella.driver.mail.MailProviderException
 
-
getProviderName() - Method in exception scriptella.driver.script.ScriptProviderException
+
getProviderName() - Method in exception scriptella.driver.script.ScriptProviderException
 
-
getProviderName() - Method in exception scriptella.driver.scriptella.ScriptellaProviderException
+
getProviderName() - Method in exception scriptella.driver.scriptella.ScriptellaProviderException
 
-
getProviderName() - Method in exception scriptella.driver.shell.ShellProviderException
+
getProviderName() - Method in exception scriptella.driver.shell.ShellProviderException
 
-
getProviderName() - Method in exception scriptella.driver.spring.SpringProviderException
+
getProviderName() - Method in exception scriptella.driver.spring.SpringProviderException
 
-
getProviderName() - Method in exception scriptella.driver.text.TextProviderException
+
getProviderName() - Method in exception scriptella.driver.text.TextProviderException
 
-
getProviderName() - Method in exception scriptella.driver.velocity.VelocityProviderException
+
getProviderName() - Method in exception scriptella.driver.velocity.VelocityProviderException
 
-
getProviderName() - Method in exception scriptella.driver.xpath.XPathProviderException
+
getProviderName() - Method in exception scriptella.driver.xpath.XPathProviderException
 
-
getProviderName() - Method in exception scriptella.jdbc.JdbcException
+
getProviderName() - Method in exception scriptella.jdbc.JdbcException
 
-
getProviderName() - Method in exception scriptella.spi.ProviderException
+
getProviderName() - Method in exception scriptella.spi.ProviderException
Overriden by subclasses to provide user friendly provider name.
-
getQueryCallback() - Method in class scriptella.driver.janino.JaninoQuery
+
getQueryCallback() - Method in class scriptella.driver.janino.JaninoQuery
 
-
getQuote() - Method in class scriptella.driver.csv.CsvConnectionParameters
+
getQuote() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
getReader(InputStream, String) - Static method in class scriptella.util.IOUtils
+
getReader(InputStream, String) - Static method in class scriptella.util.IOUtils
 
-
getReader(InputStream, String, boolean) - Static method in class scriptella.util.IOUtils
+
getReader(InputStream, String, boolean) - Static method in class scriptella.util.IOUtils
Returns reader for specified input stream and charset name.
-
getResolvedUrl() - Method in class scriptella.spi.ConnectionParameters
+
getResolvedUrl() - Method in class scriptella.spi.ConnectionParameters
Returns the url property resolved relative to a script location.
-
getResources() - Method in class scriptella.configuration.ContentEl
+
getResources() - Method in class scriptella.configuration.ContentEl
Returns resources represented by this content.
-
getResourceURL() - Method in class scriptella.configuration.ConfigurationFactory
+
getResourceURL() - Method in class scriptella.configuration.ConfigurationFactory
 
-
getRow() - Method in class scriptella.configuration.Location
+
getRow() - Method in class scriptella.configuration.Location
 
-
getSchema() - Method in class scriptella.configuration.ConnectionEl
+
getSchema() - Method in class scriptella.configuration.ConnectionEl
 
-
getSchema() - Method in class scriptella.spi.ConnectionParameters
+
getSchema() - Method in class scriptella.spi.ConnectionParameters
 
-
getScriptellaTitle() - Static method in class scriptella.spi.AbstractScriptellaDriver
+
getScriptellaTitle() - Static method in class scriptella.spi.AbstractScriptellaDriver
Helper method which returns an actual product title of Scriptella used at runtime.
-
getScriptellaVersion() - Static method in class scriptella.spi.AbstractScriptellaDriver
+
getScriptellaVersion() - Static method in class scriptella.spi.AbstractScriptellaDriver
Helper method which returns an actual version of Scriptella used at runtime.
-
getScriptFileURL() - Method in class scriptella.execution.EtlContext
+
getScriptFileURL() - Method in class scriptella.execution.EtlContext
 
-
getScriptFileURL() - Method in interface scriptella.spi.DriverContext
+
getScriptFileURL() - Method in interface scriptella.spi.DriverContext
 
-
getScriptingElements() - Method in class scriptella.configuration.ConfigurationEl
+
getScriptingElements() - Method in class scriptella.configuration.ConfigurationEl
 
-
getSeparator() - Method in class scriptella.driver.csv.CsvConnectionParameters
+
getSeparator() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
getSeparator() - Method in class scriptella.jdbc.SqlReaderTokenizer
+
getSeparator() - Method in class scriptella.jdbc.SqlReaderTokenizer
 
-
getSession() - Method in class scriptella.execution.EtlContext
+
getSession() - Method in class scriptella.execution.EtlContext
 
-
getSize() - Method in class scriptella.interactive.ProgressCallback
+
getSize() - Method in class scriptella.interactive.ProgressCallback
 
-
getSizeLimit() - Method in class scriptella.driver.ldap.ldif.LdifReader
+
getSizeLimit() - Method in class scriptella.driver.ldap.ldif.LdifReader
 
-
getSkipLines() - Method in class scriptella.driver.text.TextConnectionParameters
+
getSkipLines() - Method in class scriptella.driver.text.TextConnectionParameters
 
-
getStartDate() - Method in class scriptella.execution.ExecutionStatistics
+
getStartDate() - Method in class scriptella.execution.ExecutionStatistics
Returns date/time when ETL was started.
-
getStartDate() - Method in class scriptella.execution.JmxEtlManager
+
getStartDate() - Method in class scriptella.execution.JmxEtlManager
 
-
getStartDate() - Method in interface scriptella.execution.JmxEtlManagerMBean
+
getStartDate() - Method in interface scriptella.execution.JmxEtlManagerMBean
Returns the date/time when ETL was started.
-
getStatementsCount() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
+
getStatementsCount() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
Returns total number of executed statements for this element.
-
getStatistics() - Method in class scriptella.execution.ExecutionStatisticsBuilder
+
getStatistics() - Method in class scriptella.execution.ExecutionStatisticsBuilder
 
-
getStatisticsBuilder() - Method in class scriptella.execution.EtlContext
+
getStatisticsBuilder() - Method in class scriptella.execution.EtlContext
 
-
getString() - Method in class scriptella.configuration.StringResource
+
getString() - Method in class scriptella.configuration.StringResource
Returns the string wrapped by this resource.
-
getString(String) - Method in class scriptella.driver.xpath.NodeVariable
+
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
+
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
+
getStringArray(String) - Method in class scriptella.driver.xpath.NodeVariable
Gets the text values of the nodes selected by the specified XPath expression.
-
getStringProperty(String) - Method in class scriptella.spi.ConnectionParameters
+
getStringProperty(String) - Method in class scriptella.spi.ConnectionParameters
Returns string value of the property.
-
getStringProperty(String) - Method in class scriptella.text.TypedPropertiesSource
+
getStringProperty(String) - Method in class scriptella.text.TypedPropertiesSource
Returns string value of the property.
-
getSuccessfulExecutionCount() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
+
getSuccessfulExecutionCount() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
 
-
getTagName() - Method in class scriptella.configuration.XmlElement
+
getTagName() - Method in class scriptella.configuration.XmlElement
 
-
getText() - Method in class scriptella.core.EtlVariable
+
getText() - Method in class scriptella.core.EtlVariable
 
-
getThroughput() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
+
getThroughput() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
Returns throughput t=statements/workingTimeSeconds.
-
getThroughput() - Method in class scriptella.execution.JmxEtlManager
+
getThroughput() - Method in class scriptella.execution.JmxEtlManager
 
-
getThroughput() - Method in interface scriptella.execution.JmxEtlManagerMBean
+
getThroughput() - Method in interface scriptella.execution.JmxEtlManagerMBean
Returns the throughput of the managed ETL task.
-
getTotalTime() - Method in class scriptella.execution.ExecutionStatistics
+
getTotalTime() - Method in class scriptella.execution.ExecutionStatistics
Total ETL execution time or -1 if ETL hasn't completed.
-
getTrackedLines() - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
+
getTrackedLines() - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
 
-
getType() - Method in class scriptella.configuration.OnErrorEl
+
getType() - Method in class scriptella.configuration.OnErrorEl
 
-
getType() - Method in class scriptella.text.PropertyFormat
+
getType() - Method in class scriptella.text.PropertyFormat
 
-
getType() - Method in class scriptella.text.ValueFormatBuilder
+
getType() - Method in class scriptella.text.ValueFormatBuilder
 
-
getUriStream(String) - Method in class scriptella.driver.ldap.ldif.LdifReader
+
getUriStream(String) - Method in class scriptella.driver.ldap.ldif.LdifReader
Resolves URI to URL and returns a content stream.
-
getUrl() - Method in class scriptella.configuration.ConnectionEl
+
getUrl() - Method in class scriptella.configuration.ConnectionEl
 
-
getUrl() - Method in class scriptella.driver.text.TextConnectionParameters
+
getUrl() - Method in class scriptella.driver.text.TextConnectionParameters
Returns resolved URL for this connection.
-
getUrl() - Method in class scriptella.spi.ConnectionParameters
+
getUrl() - Method in class scriptella.spi.ConnectionParameters
Returns connection URL.
-
getUrlProperty(String) - Method in class scriptella.spi.ConnectionParameters
+
getUrlProperty(String) - Method in class scriptella.spi.ConnectionParameters
Parses property value as URL parameter.
-
getUrlQueryMap() - Method in class scriptella.spi.ConnectionParameters
+
getUrlQueryMap() - Method in class scriptella.spi.ConnectionParameters
Convenience method which parses URL string, extracts a query string and returns a map of URL query parameters.
-
getUser() - Method in class scriptella.configuration.ConnectionEl
+
getUser() - Method in class scriptella.configuration.ConnectionEl
 
-
getUser() - Method in class scriptella.spi.ConnectionParameters
+
getUser() - Method in class scriptella.spi.ConnectionParameters
Optional user name for connection.
-
getVersion() - Method in class scriptella.driver.ldap.ldif.LdifReader
+
getVersion() - Method in class scriptella.driver.ldap.ldif.LdifReader
 
-
getVersion() - Method in class scriptella.spi.DialectIdentifier
+
getVersion() - Method in class scriptella.spi.DialectIdentifier
 
-
getWorkingTime() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
+
getWorkingTime() - Method in class scriptella.execution.ExecutionStatistics.ElementInfo
Returns the total number of nanoseconds spent while executing this element.
-
getWriter(OutputStream, String) - Static method in class scriptella.util.IOUtils
+
getWriter(OutputStream, String) - Static method in class scriptella.util.IOUtils
 
-
getWriter(OutputStream, String, boolean) - Static method in class scriptella.util.IOUtils
+
getWriter(OutputStream, String, boolean) - Static method in class scriptella.util.IOUtils
Returns writer for specified output stream and charset name.
-
getXPath() - Method in class scriptella.configuration.Location
+
getXPath() - Method in class scriptella.configuration.Location
 
-
getXPath() - Method in class scriptella.configuration.XmlElement
+
getXPath() - Method in class scriptella.configuration.XmlElement
 
-
globalContext - Variable in class scriptella.core.DynamicContext
+
globalContext - Variable in class scriptella.core.DynamicContext
 
- - - -

H

-
-
H2_DRIVER_NAME - Static variable in class scriptella.driver.h2.Driver
+

H

+
+
H2_DRIVER_NAME - Static variable in class scriptella.driver.h2.Driver
 
-
handleParameter(String, boolean, boolean) - Method in class scriptella.jdbc.SqlParserBase
+
handleParameter(String, boolean, boolean) - Method in class scriptella.jdbc.SqlParserBase
Called when parameter is encountered in SQL.
-
has(String) - Method in class scriptella.driver.jexl.JexlContextMap
+
has(String) - Method in class scriptella.driver.jexl.JexlContextMap
 
-
hashCode() - Method in class scriptella.spi.DialectIdentifier
+
hashCode() - Method in class scriptella.spi.DialectIdentifier
 
-
hashCode() - Method in class scriptella.util.PropertiesMap
+
hashCode() - Method in class scriptella.util.PropertiesMap
 
-
hasNext() - Method in class scriptella.driver.ldap.ldif.LdifReader
+
hasNext() - Method in class scriptella.driver.ldap.ldif.LdifReader
Tests to see if another LDIF is on the input channel.
-
hasNext() - Method in class scriptella.expression.LineIterator
+
hasNext() - Method in class scriptella.expression.LineIterator
 
-
hasProperties(String) - Static method in class scriptella.expression.PropertiesSubstitutor
+
hasProperties(String) - Static method in class scriptella.expression.PropertiesSubstitutor
Tests if the given string contains properties/expressions.
-
HEADERS - Static variable in class scriptella.driver.csv.CsvConnection
+
headers - Variable in class scriptella.driver.csv.CsvConnectionParameters
+
 
+
HEADERS - Static variable in class scriptella.driver.csv.CsvConnection
Name of the headers connection property.
-
headers - Variable in class scriptella.driver.csv.CsvConnectionParameters
-
 
-
HierarchicalParametersCallback - Class in scriptella.spi.support
+
HierarchicalParametersCallback - Class in scriptella.spi.support
Hierarchical implementation of ParametersCallback interface.
-
HierarchicalParametersCallback(ParametersCallback, ParametersCallback) - Constructor for class scriptella.spi.support.HierarchicalParametersCallback
+
HierarchicalParametersCallback(ParametersCallback, ParametersCallback) - Constructor for class scriptella.spi.support.HierarchicalParametersCallback
Creates a hierarchical parameters callback instance.
-
HsqlConnection - Class in scriptella.driver.hsqldb
-
-
Hsqldb connection wrapper.
-
-
HSQLDB_DRIVER_NAME - Static variable in class scriptella.driver.hsqldb.Driver
-
 
- - - -

I

-
-
IfInterceptor - Class in scriptella.core
+

I

+
+
IfInterceptor - Class in scriptella.core
Handles if expressions specified by if attribute on query/script elements.
-
IfInterceptor(ExecutableElement, ScriptingElement) - Constructor for class scriptella.core.IfInterceptor
+
IfInterceptor(ExecutableElement, ScriptingElement) - Constructor for class scriptella.core.IfInterceptor
 
-
ifNull(Object, Object) - Method in class scriptella.core.EtlVariable.TextUtils
+
ifNull(Object) - Method in class scriptella.core.EtlVariable.TextUtils
-
Substitute an object when a null value is encountered.
+
Substitute an object with empty string when a null value is encountered.
-
ifNull(Object) - Method in class scriptella.core.EtlVariable.TextUtils
+
ifNull(Object, Object) - Method in class scriptella.core.EtlVariable.TextUtils
-
Substitute an object with empty string when a null value is encountered.
+
Substitute an object when a null value is encountered.
-
ignoreThrowable(Throwable) - Static method in class scriptella.util.ExceptionUtils
+
ignoreThrowable(Throwable) - Static method in class scriptella.util.ExceptionUtils
Utility method to ignore non important exceptions.
-
IncludeEl - Class in scriptella.configuration
+
IncludeEl - Class in scriptella.configuration
Represents include XML configuration element.
-
IncludeEl(XmlElement) - Constructor for class scriptella.configuration.IncludeEl
-
 
-
init(ConnectionParameters) - Method in class scriptella.driver.hsqldb.HsqlConnection
+
IncludeEl(XmlElement) - Constructor for class scriptella.configuration.IncludeEl
 
-
init(ConnectionParameters) - Method in class scriptella.driver.oracle.OracleConnection
+
init(ConnectionParameters) - Method in class scriptella.driver.oracle.OracleConnection
 
-
init(ConnectionParameters) - Method in class scriptella.jdbc.JdbcConnection
+
init(ConnectionParameters) - Method in class scriptella.jdbc.JdbcConnection
Called in constructor
-
initCause(Throwable) - Method in exception scriptella.core.RuntimeIOException
+
initCause(Throwable) - Method in exception scriptella.core.RuntimeIOException
 
-
initDialectIdentifier() - Method in class scriptella.jdbc.JdbcConnection
+
initDialectIdentifier() - Method in class scriptella.jdbc.JdbcConnection
Initializes dialect identifier for connection.
-
initializeContext(Hashtable<String, Object>) - Method in class scriptella.driver.ldap.LdapConnection
+
initializeContext(Hashtable<String, Object>) - Method in class scriptella.driver.ldap.LdapConnection
Creates a directory context.
-
initOut() - Method in class scriptella.driver.text.TextConnection
+
initOut() - Method in class scriptella.driver.text.TextConnection
Lazily initializes script writer.
-
initScriptExecutor() - Method in class scriptella.driver.shell.ShellConnection
+
initScriptExecutor() - Method in class scriptella.driver.shell.ShellConnection
Lazily initializes script writer.
-
initVendorCodes(Throwable) - Method in exception scriptella.jdbc.JdbcException
+
initVendorCodes(Throwable) - Method in exception scriptella.jdbc.JdbcException
 
-
INSTANCE - Static variable in class scriptella.spi.support.NullParametersCallback
+
INSTANCE - Static variable in class scriptella.spi.support.NullParametersCallback
 
-
IOUtils - Class in scriptella.util
+
IOUtils - Class in scriptella.util
I/O utility methods.
-
isAsciiWhitespacesOnly(CharSequence) - Static method in class scriptella.util.StringUtils
+
isAsciiWhitespacesOnly(CharSequence) - Static method in class scriptella.util.StringUtils
Checks if specified characters sequence is empty or contains only ascii whitespace characters.
-
isCancelled() - Method in exception scriptella.execution.EtlExecutorException
+
isCancelled() - Method in exception scriptella.execution.EtlExecutorException
 
-
isChangeAdd() - Method in class scriptella.driver.ldap.ldif.Entry
+
isChangeAdd() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
isChangeDelete() - 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
+
isChangeModDn() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
isChangeModify() - 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
+
isChangeModRdn() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
isComplete() - Method in class scriptella.interactive.ProgressCallback
+
isComplete() - Method in class scriptella.interactive.ProgressCallback
 
-
isDebug() - Method in class scriptella.tools.ant.EtlTaskBase
+
isDebug() - Method in class scriptella.tools.ant.EtlTaskBase
 
-
isDecimalInt(CharSequence) - Static method in class scriptella.util.StringUtils
+
isDecimalInt(CharSequence) - Static method in class scriptella.util.StringUtils
Checks if specified characters sequence represents a non negative decimal number.
-
isDeleteOldRdn() - 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
+
isEmpty() - Method in class scriptella.driver.script.ParametersCallbackMap
 
-
isEmpty() - Method in class scriptella.text.PropertyFormatInfo
+
isEmpty() - Method in class scriptella.text.PropertyFormatInfo
 
-
isEmpty(Collection<?>) - Static method in class scriptella.util.CollectionUtils
-
-
Null-safe utility method to check if collection is empty.
-
-
isEmpty() - Method in class scriptella.util.PropertiesMap
+
isEmpty() - Method in class scriptella.util.PropertiesMap
 
-
isEmpty(CharSequence) - Static method in class scriptella.util.StringUtils
+
isEmpty(CharSequence) - Static method in class scriptella.util.StringUtils
Returns true if characters sequence is empty (length=0) or null.
-
isEntry() - Method in class scriptella.driver.ldap.ldif.Entry
+
isEmpty(Collection<?>) - Static method in class scriptella.util.CollectionUtils
+
+
Null-safe utility method to check if collection is empty.
+
+
isEntry() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
isFile(File) - Method in class scriptella.tools.launcher.EtlLauncher
+
isFile(File) - Method in class scriptella.tools.launcher.EtlLauncher
Overridable for testing.
-
isFlush() - Method in class scriptella.driver.text.TextConnectionParameters
+
isFlush() - Method in class scriptella.driver.text.TextConnectionParameters
 
-
isFork() - Method in class scriptella.tools.ant.EtlExecuteTask
+
isFork() - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
isHeaders() - Method in class scriptella.driver.csv.CsvConnectionParameters
+
isHeaders() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
isInheritAll() - Method in class scriptella.tools.ant.EtlTaskBase
+
isInheritAll() - Method in class scriptella.tools.ant.EtlTaskBase
Getter for inheritAll property.
-
isJmxEnabled() - Method in class scriptella.execution.EtlExecutor
+
isJmxEnabled() - Method in class scriptella.execution.EtlExecutor
Returns true if monitoring/management via JMX is enabled.
-
isKeepFormat() - Method in class scriptella.jdbc.SqlReaderTokenizer
+
isKeepFormat() - Method in class scriptella.jdbc.SqlReaderTokenizer
Returns true if preserve comments and whitespaces.
-
isLazyInit() - Method in class scriptella.configuration.ConnectionEl
+
isLazyInit() - Method in class scriptella.configuration.ConnectionEl
 
-
isNewTx() - Method in class scriptella.configuration.ScriptEl
+
isNewTx() - Method in class scriptella.configuration.ScriptEl
 
-
isNextCalled() - Method in class scriptella.driver.script.ParametersCallbackMap
+
isNextCalled() - Method in class scriptella.driver.script.ParametersCallbackMap
CRQ-12257.
-
isNojmx() - Method in class scriptella.tools.ant.EtlExecuteTask
+
isNojmx() - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
isNostat() - Method in class scriptella.tools.ant.EtlExecuteTask
+
isNostat() - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
isPossibleBug(Throwable) - Static method in class scriptella.tools.launcher.BugReport
+
isPossibleBug(Throwable) - Static method in class scriptella.tools.launcher.BugReport
 
-
isQuiet() - Method in class scriptella.tools.ant.EtlTaskBase
+
isQuiet() - Method in class scriptella.tools.ant.EtlTaskBase
 
-
isQuoteall() - Method in class scriptella.driver.csv.CsvConnectionParameters
+
isQuoteall() - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
isReadonly() - Method in class scriptella.driver.ldap.LdifScript
+
isReadonly() - Method in class scriptella.driver.ldap.LdifScript
 
-
isReadonly() - Method in class scriptella.spi.AbstractConnection
+
isReadonly() - Method in class scriptella.spi.AbstractConnection
Returns readonly mode.
-
isRetry() - Method in class scriptella.configuration.OnErrorEl
+
isRetry() - Method in class scriptella.configuration.OnErrorEl
 
-
isSeparatorOnSingleLine() - Method in class scriptella.jdbc.SqlReaderTokenizer
+
isSeparatorOnSingleLine() - Method in class scriptella.jdbc.SqlReaderTokenizer
 
-
isSuppressStatistics() - Method in class scriptella.execution.EtlExecutor
+
isSuppressStatistics() - Method in class scriptella.execution.EtlExecutor
-
Getter for suppressStatistics property.
+
Getter for suppressStatistics property.
-
isTrim() - Method in class scriptella.text.PropertyFormat
+
isTrim() - Method in class scriptella.text.PropertyFormat
 
-
isTrimLines() - Method in class scriptella.driver.text.TextConnectionParameters
+
isTrimLines() - Method in class scriptella.driver.text.TextConnectionParameters
 
-
iterator() - Method in class scriptella.driver.ldap.ldif.LdifReader
+
iterator() - Method in class scriptella.driver.ldap.ldif.LdifReader
 
- - - -

J

-
-
JaninoConnection - Class in scriptella.driver.janino
+

J

+
+
JaninoConnection - Class in scriptella.driver.janino
Scriptella connection adapter for Janino Script Evaluator.
-
JaninoConnection(ConnectionParameters) - Constructor for class scriptella.driver.janino.JaninoConnection
+
JaninoConnection(ConnectionParameters) - Constructor for class scriptella.driver.janino.JaninoConnection
Instantiates a new connection to Janino Script Evaluator.
-
JaninoProviderException - Exception in scriptella.driver.janino
+
JaninoProviderException - Exception in scriptella.driver.janino
Thrown to indicate Janino failure.
-
JaninoProviderException() - Constructor for exception scriptella.driver.janino.JaninoProviderException
+
JaninoProviderException() - Constructor for exception scriptella.driver.janino.JaninoProviderException
 
-
JaninoProviderException(String) - 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(String, Throwable) - Constructor for exception scriptella.driver.janino.JaninoProviderException
 
-
JaninoProviderException(Throwable) - Constructor for exception scriptella.driver.janino.JaninoProviderException
+
JaninoProviderException(Throwable) - Constructor for exception scriptella.driver.janino.JaninoProviderException
 
-
JaninoQuery - Class in scriptella.driver.janino
+
JaninoQuery - Class in scriptella.driver.janino
A base class for Janino <query> elements.
-
JaninoQuery() - Constructor for class scriptella.driver.janino.JaninoQuery
+
JaninoQuery() - Constructor for class scriptella.driver.janino.JaninoQuery
 
-
JaninoScript - Class in scriptella.driver.janino
+
JaninoScript - Class in scriptella.driver.janino
A base class for Janino <script> elements.
-
JaninoScript() - Constructor for class scriptella.driver.janino.JaninoScript
+
JaninoScript() - Constructor for class scriptella.driver.janino.JaninoScript
 
-
JdbcConnection - Class in scriptella.jdbc
+
JdbcConnection - Class in scriptella.jdbc
Represents a JDBC connection.
-
JdbcConnection(Connection, ConnectionParameters) - Constructor for class scriptella.jdbc.JdbcConnection
+
JdbcConnection(Connection, ConnectionParameters) - Constructor for class scriptella.jdbc.JdbcConnection
 
-
JdbcException - Exception in scriptella.jdbc
+
JdbcException - Exception in scriptella.jdbc
Unchecked wrapper for SQL exceptions or other SQL related errors.
-
JdbcException(String) - Constructor for exception scriptella.jdbc.JdbcException
+
JdbcException(String) - Constructor for exception scriptella.jdbc.JdbcException
 
-
JdbcException(String, Throwable) - Constructor for exception scriptella.jdbc.JdbcException
+
JdbcException(String, String) - Constructor for exception scriptella.jdbc.JdbcException
 
-
JdbcException(String, Throwable, String, List<?>) - Constructor for exception scriptella.jdbc.JdbcException
+
JdbcException(String, Throwable) - Constructor for exception scriptella.jdbc.JdbcException
 
-
JdbcException(String, Throwable, String) - Constructor for exception scriptella.jdbc.JdbcException
+
JdbcException(String, Throwable, String) - Constructor for exception scriptella.jdbc.JdbcException
 
-
JdbcException(String, String) - Constructor for exception scriptella.jdbc.JdbcException
+
JdbcException(String, Throwable, String, List<?>) - Constructor for exception scriptella.jdbc.JdbcException
 
-
JdbcUtils - Class in scriptella.jdbc
+
JdbcUtils - Class in scriptella.jdbc
Utility class JDBC related operations.
-
JexlConnection - Class in scriptella.driver.jexl
+
JexlConnection - Class in scriptella.driver.jexl
Scriptella connection adapter for JEXL.
-
JexlConnection(ConnectionParameters) - Constructor for class scriptella.driver.jexl.JexlConnection
+
JexlConnection(ConnectionParameters) - Constructor for class scriptella.driver.jexl.JexlConnection
Instantiates a new connection to JEXL.
-
JexlContextMap - Class in scriptella.driver.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
+
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
+
JexlContextMap(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.jexl.JexlContextMap
Initializes instance and set parent parameters with query callback..
-
JexlExpression - Class in scriptella.expression
+
JexlExpression - Class in scriptella.expression
Represents JEXL expression.
-
JexlExpression(String) - Constructor for class scriptella.expression.JexlExpression
+
JexlExpression(String) - Constructor for class scriptella.expression.JexlExpression
 
-
JexlProviderException - Exception in scriptella.driver.jexl
+
JexlProviderException - Exception in scriptella.driver.jexl
Thrown to indicate a problem with JEXL script.
-
JexlProviderException() - Constructor for exception scriptella.driver.jexl.JexlProviderException
+
JexlProviderException() - Constructor for exception scriptella.driver.jexl.JexlProviderException
 
-
JexlProviderException(String) - 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(String, Throwable) - Constructor for exception scriptella.driver.jexl.JexlProviderException
 
-
JexlProviderException(Throwable) - Constructor for exception scriptella.driver.jexl.JexlProviderException
+
JexlProviderException(Throwable) - Constructor for exception scriptella.driver.jexl.JexlProviderException
 
-
JmxEtlManager - Class in scriptella.execution
+
JmxEtlManager - Class in scriptella.execution
Implementation of JmxEtlManagerMBean.
-
JmxEtlManager(EtlContext) - Constructor for class scriptella.execution.JmxEtlManager
+
JmxEtlManager(EtlContext) - Constructor for class scriptella.execution.JmxEtlManager
 
-
JmxEtlManagerMBean - Interface in scriptella.execution
+
JmxEtlManagerMBean - Interface in scriptella.execution
JMX MBean interface for ETL task.
-
JndiProviderException - Exception in scriptella.driver.jndi
+
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
 
-
JndiProviderException(String) - Constructor for exception scriptella.driver.jndi.JndiProviderException
+
JndiProviderException(String, Throwable) - Constructor for exception scriptella.driver.jndi.JndiProviderException
 
- - - -

K

-
-
keepformat - Variable in class scriptella.jdbc.JdbcConnection
+

K

+
+
keepformat - Variable in class scriptella.jdbc.JdbcConnection
 
-
KEEPFORMAT_KEY - Static variable in class scriptella.jdbc.JdbcConnection
+
KEEPFORMAT_KEY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
keySet() - Method in class scriptella.driver.script.ParametersCallbackMap
+
keySet() - Method in class scriptella.driver.script.ParametersCallbackMap
 
-
keySet() - Method in class scriptella.util.PropertiesMap
+
keySet() - Method in class scriptella.util.PropertiesMap
 
- - - -

L

-
-
LdapConnection - Class in scriptella.driver.ldap
+

L

+
+
LdapConnection - Class in scriptella.driver.ldap
Represents a connection to a directory context.
-
LdapConnection() - Constructor for class scriptella.driver.ldap.LdapConnection
+
LdapConnection() - Constructor for class scriptella.driver.ldap.LdapConnection
 
-
LdapConnection(ConnectionParameters) - 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
+
LdapProviderException - Exception in scriptella.driver.ldap
Thrown by LDAP Provider to indicate a failure.
-
LdapProviderException() - Constructor for exception scriptella.driver.ldap.LdapProviderException
+
LdapProviderException() - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
-
LdapProviderException(String) - 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) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
-
LdapProviderException(String, String, Throwable) - 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(String, Throwable) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
-
LdapProviderException(Throwable) - Constructor for exception scriptella.driver.ldap.LdapProviderException
+
LdapProviderException(Throwable) - Constructor for exception scriptella.driver.ldap.LdapProviderException
 
-
LdifParseException - Exception in scriptella.driver.ldap.ldif
+
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) - Constructor for exception scriptella.driver.ldap.ldif.LdifParseException
 
-
LdifParseException(String, 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, String, Throwable) - Constructor for exception scriptella.driver.ldap.ldif.LdifParseException
 
-
LdifParseException(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
+
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
+ <ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change>
+ +
LdifReader(String) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
-
A constructor which takes a line iterator.
+
For testing purposes.
-
LdifReader(LineIterator, long) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
+
LdifReader(LineIterator) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
-
* A constructor which takes a line iterator and a size limit.
+
A constructor which takes a line iterator.
-
LdifReader(String) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
+
LdifReader(LineIterator, long) - Constructor for class scriptella.driver.ldap.ldif.LdifReader
-
For testing purposes.
+
* A constructor which takes a line iterator and a size limit.
-
LdifScript - Class in scriptella.driver.ldap
+
LdifScript - Class in scriptella.driver.ldap
Executor for LDIF script.
-
LdifScript(LdapConnection) - Constructor for class scriptella.driver.ldap.LdifScript
+
LdifScript(LdapConnection) - Constructor for class scriptella.driver.ldap.LdifScript
 
-
LineIterator - Class in scriptella.expression
+
LineIterator - Class in scriptella.expression
An Iterator over the lines in a Reader, additionally properties substitution is performed.
-
LineIterator(Reader) - Constructor for class scriptella.expression.LineIterator
+
LineIterator(Reader) - Constructor for class scriptella.expression.LineIterator
 
-
LineIterator(Reader, PropertiesSubstitutor) - Constructor for class scriptella.expression.LineIterator
+
LineIterator(Reader, PropertiesSubstitutor) - Constructor for class scriptella.expression.LineIterator
 
-
LineIterator(Reader, PropertiesSubstitutor, boolean) - Constructor for class scriptella.expression.LineIterator
+
LineIterator(Reader, PropertiesSubstitutor, boolean) - Constructor for class scriptella.expression.LineIterator
Constructs iterator.
-
load(List<XmlElement>, Class<T>) - Method in class scriptella.configuration.XmlConfigurableBase
+
LINUX - Enum constant in enum class scriptella.driver.shell.ShellOs
 
-
load(InputStream) - Method in class scriptella.util.PropertiesMap
+
load(InputStream) - Method in class scriptella.util.PropertiesMap
-
Loads properties using Properties.load(java.io.InputStream).
+
Loads properties using Properties.load(java.io.InputStream).
-
loadClass(XmlElement, String, Class<T>) - Method in class scriptella.configuration.XmlConfigurableBase
+
load(List<XmlElement>, Class<T>) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
loadClass(String) - Method in class scriptella.core.EtlVariable
+
loadClass(String) - Method in class scriptella.core.EtlVariable
 
-
loadDrivers(String...) - Method in class scriptella.jdbc.GenericDriver
+
loadClass(XmlElement, String, Class<T>) - Method in class scriptella.configuration.XmlConfigurableBase
+
 
+
loadDrivers(String...) - Method in class scriptella.jdbc.GenericDriver
Tries to load one of the specified driver class names.
-
loadResourceAsString(String) - Method in class scriptella.tools.template.TemplateManager
+
loadResourceAsString(String) - Method in class scriptella.tools.template.TemplateManager
Loads specifed classpath resource into a string.
-
LOCALE - Static variable in class scriptella.text.PropertyFormatInfo
+
LOCALE - Static variable in class scriptella.text.PropertyFormatInfo
 
-
Location - Class in scriptella.configuration
+
Location - Class in scriptella.configuration
Defines xml element location.
-
Location(int, int) - Constructor for class scriptella.configuration.Location
+
Location(int, int) - Constructor for class scriptella.configuration.Location
+
 
+
Location(String) - Constructor for class scriptella.configuration.Location
 
-
Location(String) - Constructor for class scriptella.configuration.Location
+
log - Variable in class scriptella.core.ScriptExecutor
 
-
LOG - Static variable in class scriptella.driver.csv.CsvConnection
+
LOG - Static variable in class scriptella.driver.csv.CsvConnection
 
-
LOG - Static variable in class scriptella.driver.csv.CsvQuery
+
LOG - Static variable in class scriptella.driver.csv.CsvQuery
 
-
logger - Variable in class scriptella.tools.template.TemplateManager
+
logger - Variable in class scriptella.tools.template.TemplateManager
 
-
LoggingConfigurer - Class in scriptella.interactive
+
LoggingConfigurer - Class in scriptella.interactive
Scriptella runtime configurer for java.util.Logging.
-
LRUMap<K,V> - Class in scriptella.util
+
LRUMap<K,V> - Class in scriptella.util
-
Represents LRU Map implementation based on LinkedHashMap.
+
Represents LRU Map implementation based on LinkedHashMap.
-
LRUMap(int) - Constructor for class scriptella.util.LRUMap
+
LRUMap(int) - Constructor for class scriptella.util.LRUMap
 
- - - -

M

-
-
MailConnection - Class in scriptella.driver.mail
+

M

+
+
MAC - Enum constant in enum class scriptella.driver.shell.ShellOs
+
 
+
MailConnection - Class in scriptella.driver.mail
Represents a JavaMail connection.
-
MailConnection(ConnectionParameters) - Constructor for class scriptella.driver.mail.MailConnection
+
MailConnection(ConnectionParameters) - Constructor for class scriptella.driver.mail.MailConnection
Creates an email connection.
-
MailProviderException - Exception in scriptella.driver.mail
+
MailProviderException - Exception in scriptella.driver.mail
Thrown to indicate a problem with EMail producing/sending.
-
MailProviderException() - Constructor for exception scriptella.driver.mail.MailProviderException
+
MailProviderException() - Constructor for exception scriptella.driver.mail.MailProviderException
 
-
MailProviderException(String) - 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(String, Throwable) - Constructor for exception scriptella.driver.mail.MailProviderException
 
-
MailProviderException(Throwable) - Constructor for exception scriptella.driver.mail.MailProviderException
+
MailProviderException(Throwable) - Constructor for exception scriptella.driver.mail.MailProviderException
 
-
main(String[]) - Static method in class scriptella.tools.launcher.EtlLauncher
+
main(String[]) - Static method in class scriptella.tools.launcher.EtlLauncher
 
-
MapParametersCallback - Class in scriptella.spi.support
+
MapParametersCallback - Class in scriptella.spi.support
Map-based parameters callback implementation.
-
MapParametersCallback(Map) - Constructor for class scriptella.spi.support.MapParametersCallback
+
MapParametersCallback(Map) - Constructor for class scriptella.spi.support.MapParametersCallback
 
-
MissingQueryNextCallDetector - Class in scriptella.driver.script
+
MissingQueryNextCallDetector - Class in scriptella.driver.script
CRQ-12257.
-
MissingQueryNextCallDetector(ParametersCallbackMap, Resource) - Constructor for class scriptella.driver.script.MissingQueryNextCallDetector
+
MissingQueryNextCallDetector(ParametersCallbackMap, Resource) - Constructor for class scriptella.driver.script.MissingQueryNextCallDetector
 
-
MODDN - Static variable in class scriptella.driver.ldap.ldif.Entry
+
MODDN - Static variable in class scriptella.driver.ldap.ldif.Entry
 
-
MODIFY - 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
+
MODRDN - Static variable in class scriptella.driver.ldap.ldif.Entry
 
-
MSSQL_2000_DRIVER_NAME - Static variable in class scriptella.driver.mssql.Driver
+
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_2005_DRIVER_NAME - Static variable in class scriptella.driver.mssql.Driver
 
-
MSSQL_TDS_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
+
MYSQL_DRIVER_NAME - Static variable in class scriptella.driver.mysql.Driver
 
- - - -

N

-
-
NAME - Static variable in class scriptella.core.EtlVariable
+

N

+
+
NAME - Static variable in class scriptella.core.EtlVariable
 
-
NAME - Static variable in class scriptella.driver.xpath.NodeVariable
+
NAME - Static variable in class scriptella.driver.xpath.NodeVariable
 
-
NashornBindingsParametersCallback - Class in scriptella.driver.script
+
NashornBindingsParametersCallback - Class in scriptella.driver.script
-
Implementation of Bindings for Java 8 JavaScript engine "Nashorn".
+
Implementation of Bindings for Java 8 JavaScript engine "Nashorn".
-
NashornBindingsParametersCallback(ParametersCallback) - Constructor for class scriptella.driver.script.NashornBindingsParametersCallback
+
NashornBindingsParametersCallback(ParametersCallback) - Constructor for class scriptella.driver.script.NashornBindingsParametersCallback
 
-
NashornBindingsParametersCallback(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.NashornBindingsParametersCallback
+
NashornBindingsParametersCallback(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.NashornBindingsParametersCallback
 
-
NativeConnectionProvider - Interface in scriptella.spi
+
NativeConnectionProvider - Interface in scriptella.spi
Optional interface implemented by Connection classes.
-
newCaseInsensitiveAsciiMap() - Static method in class scriptella.util.CollectionUtils
+
newCaseInsensitiveAsciiMap() - Static method in class scriptella.util.CollectionUtils
Create a map optimized for case insensitive search for keys.
-
newConnection() - Method in class scriptella.core.ConnectionManager
+
newConnection() - Method in class scriptella.core.ConnectionManager
 
-
newCsvQuery(CSVReader, PropertiesSubstitutor) - Method in class scriptella.driver.csv.CsvConnection
+
newCsvQuery(CSVReader, PropertiesSubstitutor) - Method in class scriptella.driver.csv.CsvConnection
Template factory method to instantiate query handlers.
-
newExecutor(File) - Static method in class scriptella.execution.EtlExecutor
+
newExecutor(File) - Static method in class scriptella.execution.EtlExecutor
-
Converts file to URL and invokes EtlExecutor.newExecutor(java.net.URL).
+
Converts file to URL and invokes EtlExecutor.newExecutor(java.net.URL).
-
newExecutor(URL) - Static method in class scriptella.execution.EtlExecutor
+
newExecutor(URL) - Static method in class scriptella.execution.EtlExecutor
Helper method to create a new ScriptExecutor for specified script URL.
-
newExecutor(URL, Map<String, ?>) - Static method in class scriptella.execution.EtlExecutor
+
newExecutor(URL, Map<String, ?>) - Static method in class scriptella.execution.EtlExecutor
Helper method to create a new ScriptExecutor for specified script URL.
-
newFileWriter(String) - Method in class scriptella.tools.template.TemplateManager
+
newFileWriter(String) - Method in class scriptella.tools.template.TemplateManager
Template factory method for writers.
-
newInputReader() - Method in class scriptella.driver.text.AbstractTextConnection
+
newInputReader() - Method in class scriptella.driver.text.AbstractTextConnection
Creates a new reader for input.
-
newJexlEngine() - Static method in class scriptella.expression.JexlExpression
+
newJexlEngine() - Static method in class scriptella.expression.JexlExpression
Creates a preconfigured JexlEngine.
-
newOutputWriter() - Method in class scriptella.driver.text.AbstractTextConnection
+
newOutputWriter() - Method in class scriptella.driver.text.AbstractTextConnection
Creates a new writer to send output to.
-
newStatementCache() - Method in class scriptella.jdbc.JdbcConnection
+
newStatementCache() - Method in class scriptella.jdbc.JdbcConnection
Creates an instance of statement cache.
-
next() - Method in class scriptella.driver.janino.JaninoQuery
+
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
+
next() - Method in class scriptella.driver.ldap.ldif.LdifReader
Gets the next LDIF on the channel.
-
next() - Method in class scriptella.driver.script.ParametersCallbackMap
+
next() - Method in class scriptella.driver.script.ParametersCallbackMap
Executes nested elements and exposes local variables set by the current query.
-
next() - Method in class scriptella.expression.LineIterator
+
next() - Method in class scriptella.expression.LineIterator
Returns the next avalable line in a reader.
-
next() - Method in class scriptella.jdbc.ResultSetAdapter
+
next() - Method in class scriptella.jdbc.ResultSetAdapter
 
-
nextStatement() - Method in class scriptella.jdbc.SqlReaderTokenizer
+
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.
+
+
nextStatement() - Method in class scriptella.jdbc.SqlReaderTokenizer
 
-
nextStatement() - Method in interface scriptella.jdbc.SqlTokenizer
+
nextStatement() - Method in interface scriptella.jdbc.SqlTokenizer
Parses the following SQL statement from the source.
-
NO_ESCAPE_CHARACTER - Static variable in class scriptella.driver.csv.opencsv.CSVWriter
+
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
+
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
+
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
+
NodeVariable(XPathExpressionCompiler, Node) - Constructor for class scriptella.driver.xpath.NodeVariable
 
-
now(String) - Method in class scriptella.core.EtlVariable.DateUtils
+
now() - Method in class scriptella.core.EtlVariable.DateUtils
-
Returns a current date/time formatted according to the specified format.
+
Returns the current date.
-
now() - Method in class scriptella.core.EtlVariable.DateUtils
+
now(String) - Method in class scriptella.core.EtlVariable.DateUtils
-
Returns the current date.
+
Returns a current date/time formatted according to the specified format.
-
NULL_CONTENT - Static variable in class scriptella.configuration.ContentEl
+
NULL_CONTENT - Static variable in class scriptella.configuration.ContentEl
Null-Object to use instead of null if necessary
-
NULL_DIALECT - Static variable in class scriptella.spi.DialectIdentifier
+
NULL_DIALECT - Static variable in class scriptella.spi.DialectIdentifier
Null-Object to use instead of nulls if necessary
-
NULL_STRING - Static variable in class scriptella.driver.text.AbstractTextConnection
+
NULL_STRING - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the null_string connection property.
-
NULL_STRING - Static variable in class scriptella.text.PropertyFormatInfo
+
NULL_STRING - Static variable in class scriptella.text.PropertyFormatInfo
 
-
nullIf(Object, Object) - Method in class scriptella.core.EtlVariable.TextUtils
+
nullIf(Object, Object) - Method in class scriptella.core.EtlVariable.TextUtils
If expr1 = expr2 is true, return NULL else return expr1.
-
NullParametersCallback - Class in scriptella.spi.support
+
NullParametersCallback - Class in scriptella.spi.support
Null-object constant for ParametersCallback.
-
nullsafeToString(Object) - Static method in class scriptella.util.StringUtils
+
nullsafeToString(Object) - Static method in class scriptella.util.StringUtils
Returns Null safe string representation of specified object.
-
nullsafeTrim(CharSequence) - Static method in class scriptella.util.StringUtils
+
nullsafeTrim(CharSequence) - Static method in class scriptella.util.StringUtils
Returns a trimmed value for specified charsequence
- - - -

O

-
-
ODBC_DRIVER_NAME - Static variable in class scriptella.driver.odbc.Driver
+

O

+
+
OK - Enum constant in enum class scriptella.tools.launcher.EtlLauncher.ErrorCode
 
-
onComplete(String) - Method in class scriptella.interactive.ConsoleProgressIndicator
+
onComplete(String) - Method in class scriptella.interactive.ConsoleProgressIndicator
 
-
onComplete(String) - Method in class scriptella.interactive.ProgressIndicatorBase
+
onComplete(String) - Method in class scriptella.interactive.ProgressIndicatorBase
 
-
onComplete(String) - Method in class scriptella.interactive.SwingProgressIndicator
-
 
-
onEldestEntryRemove(Map.Entry<K, V>) - Method in class scriptella.util.LRUMap
+
onComplete(String) - Method in class scriptella.interactive.SwingProgressIndicator
+
+
Deprecated.
+
onEldestEntryRemove(Map.Entry<K, V>) - Method in class scriptella.util.LRUMap
Invoked when eldest entry is about to be removed.
-
onError(Throwable) - Method in class scriptella.core.OnErrorHandler
+
onError(Throwable) - Method in class scriptella.core.OnErrorHandler
Called on error to get a OnErrorEl with fallback script.
-
OnErrorEl - Class in scriptella.configuration
+
OnErrorEl - Class in scriptella.configuration
Represents <onerror> xml element.
-
OnErrorEl() - Constructor for class scriptella.configuration.OnErrorEl
+
OnErrorEl() - Constructor for class scriptella.configuration.OnErrorEl
 
-
OnErrorEl(XmlElement) - Constructor for class scriptella.configuration.OnErrorEl
+
OnErrorEl(XmlElement) - Constructor for class scriptella.configuration.OnErrorEl
 
-
OnErrorHandler - Class in scriptella.core
+
OnErrorHandler - Class in scriptella.core
Error handler for scripting elements.
-
OnErrorHandler(ScriptEl) - Constructor for class scriptella.core.OnErrorHandler
+
OnErrorHandler(ScriptEl) - Constructor for class scriptella.core.OnErrorHandler
Initialize error handler with the list of OnErrorEl.
-
onerrors - Variable in class scriptella.configuration.ScriptEl
+
onerrors - Variable in class scriptella.configuration.ScriptEl
 
-
open() - Method in class scriptella.configuration.ContentEl
+
open() - Method in class scriptella.configuration.ContentEl
 
-
open() - Method in class scriptella.configuration.IncludeEl
+
open() - Method in class scriptella.configuration.IncludeEl
 
-
open() - Method in class scriptella.configuration.StringResource
+
open() - Method in class scriptella.configuration.StringResource
 
-
open() - Method in interface scriptella.spi.Resource
+
open() - Method in interface scriptella.spi.Resource
Opens a resource and returns a content reader.
-
ORACLE_DRIVER_NAME - Static variable in class scriptella.driver.oracle.Driver
+
ORACLE_DRIVER_NAME - Static variable in class scriptella.driver.oracle.Driver
 
-
OracleConnection - Class in scriptella.driver.oracle
+
OracleConnection - Class in scriptella.driver.oracle
Oracle connection wrapper.
- - - -

P

-
-
pad(String, boolean, int, char) - Static method in class scriptella.util.StringUtils
+

P

+
+
pad(String, boolean, int, char) - Static method in class scriptella.util.StringUtils
Pads a String with a specified character.
-
PAD_CHAR - Static variable in class scriptella.text.PropertyFormatInfo
+
PAD_CHAR - Static variable in class scriptella.text.PropertyFormatInfo
 
-
PAD_LEFT - Static variable in class scriptella.text.PropertyFormatInfo
+
PAD_LEFT - Static variable in class scriptella.text.PropertyFormatInfo
 
-
PAD_RIGHT - Static variable in class scriptella.text.PropertyFormatInfo
+
PAD_RIGHT - Static variable in class scriptella.text.PropertyFormatInfo
 
-
ParametersCallback - Interface in scriptella.spi
+
ParametersCallback - Interface in scriptella.spi
Callback interface to obtain parameter values.
-
ParametersCallbackMap - Class in scriptella.driver.script
+
ParametersCallbackMap - Class in scriptella.driver.script
-
Map implementation of ParametersCallback for +
Map implementation of ParametersCallback for integration into Scriptella execution environment.
-
ParametersCallbackMap(ParametersCallback) - Constructor for class scriptella.driver.script.ParametersCallbackMap
+
ParametersCallbackMap(ParametersCallback) - Constructor for class scriptella.driver.script.ParametersCallbackMap
-
Initializes instance and set parent parameters to use in ParametersCallbackMap.getParameter(String).
+
Initializes instance and set parent parameters to use in ParametersCallbackMap.getParameter(String).
-
ParametersCallbackMap(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.ParametersCallbackMap
+
ParametersCallbackMap(ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.script.ParametersCallbackMap
Initializes parameters callback for query element.
-
ParametersParser - Class in scriptella.jdbc
+
ParametersParser - Class in scriptella.jdbc
Parses parameter expressions in SQL statements.
-
ParametersParser(DriverContext) - Constructor for class scriptella.jdbc.ParametersParser
+
ParametersParser(DriverContext) - Constructor for class scriptella.jdbc.ParametersParser
Creates a file reference parser.
-
parse(String, String) - Method in class scriptella.core.EtlVariable.DateUtils
-
 
-
parse(Reader) - Method in class scriptella.jdbc.SqlParserBase
+
parse(Reader) - Method in class scriptella.jdbc.SqlParserBase
Parses SQL script.
-
parse(SqlTokenizer) - Method in class scriptella.jdbc.SqlParserBase
-
 
-
parse(String) - Method in class scriptella.text.PropertyFormat
+
parse(String) - Method in class scriptella.text.PropertyFormat
 
-
parse(ConnectionParameters, String) - Static method in class scriptella.text.PropertyFormatInfo
+
parse(String, String) - Method in class scriptella.core.EtlVariable.DateUtils
 
-
parse(TypedPropertiesSource, String) - Static method in class scriptella.text.PropertyFormatInfo
-
-
Creates a PropertyFormatInfo from specified properties.
-
-
parse(String, String) - Method in class scriptella.text.PropertyFormatter
+
parse(String, String) - Method in class scriptella.text.PropertyFormatter
Parses a string value to an object (if mapping is defined in PropertyFormatInfo).
-
parse(String, ParsePosition) - Method in class scriptella.text.TimestampValueFormat
+
parse(String, ParsePosition) - Method in class scriptella.text.TimestampValueFormat
+
 
+
parse(SqlTokenizer) - Method in class scriptella.jdbc.SqlParserBase
+
 
+
parse(ConnectionParameters, String) - Static method in class scriptella.text.PropertyFormatInfo
 
-
parseAttributeValue(Entry, String) - Method in class scriptella.driver.ldap.ldif.LdifReader
+
parse(TypedPropertiesSource, String) - Static method in class scriptella.text.PropertyFormatInfo
+
+
Creates a PropertyFormatInfo from specified properties.
+
+
parseAttributeValue(Entry, String) - Method in class scriptella.driver.ldap.ldif.LdifReader
Parse an AttributeType/AttributeValue
-
ParseException() - Constructor for exception scriptella.expression.Expression.ParseException
+
ParseException() - Constructor for exception scriptella.expression.Expression.ParseException
 
-
ParseException(String) - Constructor for exception scriptella.expression.Expression.ParseException
+
ParseException(String) - Constructor for exception scriptella.expression.Expression.ParseException
 
-
ParseException(String, Throwable) - Constructor for exception scriptella.expression.Expression.ParseException
+
ParseException(String, Throwable) - Constructor for exception scriptella.expression.Expression.ParseException
 
-
ParseException(Throwable) - Constructor for exception scriptella.expression.Expression.ParseException
+
ParseException(Throwable) - Constructor for exception scriptella.expression.Expression.ParseException
 
-
parseHeader(CSVReader) - Method in class scriptella.driver.csv.CsvQuery
+
parseHeader(CSVReader) - Method in class scriptella.driver.csv.CsvQuery
 
-
PATTERN - Static variable in class scriptella.text.PropertyFormatInfo
+
PATTERN - Static variable in class scriptella.text.PropertyFormatInfo
 
-
PLSQL - Static variable in class scriptella.driver.oracle.OracleConnection
+
PLSQL - Static variable in class scriptella.driver.oracle.OracleConnection
Name plsql property.
-
pos - Variable in class scriptella.interactive.ProgressCallback
+
pos - Variable in class scriptella.interactive.ProgressCallback
 
-
POSTGRESQL_DRIVER_NAME - Static variable in class scriptella.driver.postgresql.Driver
+
POSTGRESQL_DRIVER_NAME - Static variable in class scriptella.driver.postgresql.Driver
 
-
prepare(ExecutableElement, ScriptingElement) - Static method in class scriptella.core.ConnectionInterceptor
+
prepare(QueryEl) - Static method in class scriptella.core.QueryExecutor
 
-
prepare(ExecutableElement, Location) - Static method in class scriptella.core.ExceptionInterceptor
+
prepare(ScriptEl) - Static method in class scriptella.core.ScriptExecutor
 
-
prepare(ExecutableElement, ScriptingElement) - Static method in class scriptella.core.IfInterceptor
+
prepare(ExecutableElement, Location) - Static method in class scriptella.core.ExceptionInterceptor
 
-
prepare(QueryEl) - Static method in class scriptella.core.QueryExecutor
+
prepare(ExecutableElement, Location) - Static method in class scriptella.core.StatisticInterceptor
 
-
prepare(ScriptEl) - Static method in class scriptella.core.ScriptExecutor
+
prepare(ExecutableElement, ScriptEl) - Static method in class scriptella.core.TxInterceptor
 
-
prepare(ExecutableElement, Location) - Static method in class scriptella.core.StatisticInterceptor
+
prepare(ExecutableElement, ScriptingElement) - Static method in class scriptella.core.ConnectionInterceptor
 
-
prepare(ExecutableElement, ScriptEl) - Static method in class scriptella.core.TxInterceptor
+
prepare(ExecutableElement, ScriptingElement) - Static method in class scriptella.core.IfInterceptor
 
-
prepare(ProgressIndicator) - Method in class scriptella.execution.EtlExecutor
+
prepare(ProgressIndicator) - Method in class scriptella.execution.EtlExecutor
Prepares the scripts context.
-
printUsage() - Method in class scriptella.tools.launcher.EtlLauncher
+
prepareContent(ContentEl) - Method in class scriptella.core.ScriptExecutor
+
+
Prepares the content for later execution.
+
+
printUsage() - Method in class scriptella.tools.launcher.EtlLauncher
 
-
printVersion() - Method in class scriptella.tools.launcher.EtlLauncher
+
printVersion() - Method in class scriptella.tools.launcher.EtlLauncher
 
-
procErrReader - Variable in class scriptella.driver.shell.ShellCommandRunner
+
procErrReader - Variable in class scriptella.driver.shell.ShellCommandRunner
 
-
processRow(QueryCallback, String[]) - Method in class scriptella.driver.csv.CsvQuery
+
processRow(ParametersCallback) - Method in interface scriptella.spi.QueryCallback
-
Processes the current row.
+
Called for each row in a result set.
-
processRow(ParametersCallback) - Method in interface scriptella.spi.QueryCallback
+
processRow(QueryCallback, String[]) - Method in class scriptella.driver.csv.CsvQuery
-
Called for each row in a result set.
+
Processes the current row.
-
procOutputReader - Variable in class scriptella.driver.shell.ShellCommandRunner
+
procOutputReader - Variable in class scriptella.driver.shell.ShellCommandRunner
 
-
ProgressCallback - Class in scriptella.interactive
+
ProgressCallback - Class in scriptella.interactive
TODO: Add documentation
-
ProgressCallback(int) - Constructor for class scriptella.interactive.ProgressCallback
+
ProgressCallback(int) - Constructor for class scriptella.interactive.ProgressCallback
 
-
ProgressCallback(int, ProgressIndicator) - Constructor for class scriptella.interactive.ProgressCallback
+
ProgressCallback(int, ProgressIndicator) - Constructor for class scriptella.interactive.ProgressCallback
 
-
ProgressCallback.Subprogress - Class in scriptella.interactive
+
ProgressCallback.Subprogress - Class in scriptella.interactive
 
-
progressIndicator - Variable in class scriptella.interactive.ProgressCallback
+
progressIndicator - Variable in class scriptella.interactive.ProgressCallback
 
-
ProgressIndicator - Interface in scriptella.interactive
+
ProgressIndicator - Interface in scriptella.interactive
Script execution progress indicator.
-
ProgressIndicatorBase - Class in scriptella.interactive
+
ProgressIndicatorBase - Class in scriptella.interactive
TODO: Add documentation
-
ProgressIndicatorBase() - Constructor for class scriptella.interactive.ProgressIndicatorBase
+
ProgressIndicatorBase() - Constructor for class scriptella.interactive.ProgressIndicatorBase
 
-
PROP_PTR - Static variable in class scriptella.expression.PropertiesSubstitutor
+
PROP_PTR - Static variable in class scriptella.expression.PropertiesSubstitutor
Simple property patterns, e.g.
-
PropertiesEl - Class in scriptella.configuration
+
PropertiesEl - Class in scriptella.configuration
Represents XML elements which store properties.
-
PropertiesEl() - Constructor for class scriptella.configuration.PropertiesEl
+
PropertiesEl() - Constructor for class scriptella.configuration.PropertiesEl
 
-
PropertiesEl(XmlElement) - Constructor for class scriptella.configuration.PropertiesEl
+
PropertiesEl(XmlElement) - Constructor for class scriptella.configuration.PropertiesEl
 
-
PropertiesMap - Class in scriptella.util
+
PropertiesMap - Class in scriptella.util
Represents a persistent set of properties.
-
PropertiesMap() - Constructor for class scriptella.util.PropertiesMap
-
 
-
PropertiesMap(int) - Constructor for class scriptella.util.PropertiesMap
+
PropertiesMap() - Constructor for class scriptella.util.PropertiesMap
 
-
PropertiesMap(Map<String, ?>) - Constructor for class scriptella.util.PropertiesMap
+
PropertiesMap(int) - Constructor for class scriptella.util.PropertiesMap
 
-
PropertiesMap(InputStream) - Constructor for class scriptella.util.PropertiesMap
+
PropertiesMap(InputStream) - Constructor for class scriptella.util.PropertiesMap
Creates a properties map from the stream.
-
PropertiesSubstitutor - Class in scriptella.expression
+
PropertiesMap(Map<String, ?>) - Constructor for class scriptella.util.PropertiesMap
+
 
+
PropertiesSubstitutor - Class in scriptella.expression
Substitutes properties(or expressions) in strings.
-
PropertiesSubstitutor() - Constructor for class scriptella.expression.PropertiesSubstitutor
+
PropertiesSubstitutor() - Constructor for class scriptella.expression.PropertiesSubstitutor
Creates a properties substitutor.
-
PropertiesSubstitutor(ParametersCallback) - Constructor for class scriptella.expression.PropertiesSubstitutor
+
PropertiesSubstitutor(Map<String, ?>) - Constructor for class scriptella.expression.PropertiesSubstitutor
-
Creates a properties substitutor.
+
Creates a properties substitutor based on specified properties map.
-
PropertiesSubstitutor(Map<String, ?>) - Constructor for class scriptella.expression.PropertiesSubstitutor
+
PropertiesSubstitutor(ParametersCallback) - Constructor for class scriptella.expression.PropertiesSubstitutor
-
Creates a properties substitutor based on specified properties map.
+
Creates a properties substitutor.
-
PropertyFormat - Class in scriptella.text
+
PropertyFormat - Class in scriptella.text
Holds formatting/parsing rules for a property.
-
PropertyFormat() - Constructor for class scriptella.text.PropertyFormat
+
PropertyFormat() - Constructor for class scriptella.text.PropertyFormat
 
-
PropertyFormatInfo - Class in scriptella.text
+
PropertyFormatInfo - Class in scriptella.text
Holds metadata about properties format.
-
PropertyFormatInfo(Map<String, PropertyFormat>) - Constructor for class scriptella.text.PropertyFormatInfo
+
PropertyFormatInfo(Map<String, PropertyFormat>) - Constructor for class scriptella.text.PropertyFormatInfo
 
-
PropertyFormatInfo(Map<String, PropertyFormat>, PropertyFormat) - Constructor for class scriptella.text.PropertyFormatInfo
+
PropertyFormatInfo(Map<String, PropertyFormat>, PropertyFormat) - Constructor for class scriptella.text.PropertyFormatInfo
Create an instance using a map of columns formats and a default format to use for undeclared columns.
-
PropertyFormatter - Class in scriptella.text
+
PropertyFormatter - Class in scriptella.text
Provides formatting and parsing methods using a PropertyFormatInfo metadata.
-
PropertyFormatter(PropertyFormatInfo) - Constructor for class scriptella.text.PropertyFormatter
+
PropertyFormatter(PropertyFormatInfo) - Constructor for class scriptella.text.PropertyFormatter
 
-
PROPS_EXT - Static variable in class scriptella.tools.template.TemplateManager
+
PROPS_EXT - Static variable in class scriptella.tools.template.TemplateManager
 
-
ProviderException - Exception in scriptella.spi
+
ProviderException - Exception in scriptella.spi
Thrown by connection provider to indicate any kind of failure.
-
ProviderException() - Constructor for exception scriptella.spi.ProviderException
+
ProviderException() - Constructor for exception scriptella.spi.ProviderException
 
-
ProviderException(String) - Constructor for exception scriptella.spi.ProviderException
+
ProviderException(String) - Constructor for exception scriptella.spi.ProviderException
 
-
ProviderException(String, Throwable) - Constructor for exception scriptella.spi.ProviderException
+
ProviderException(String, Throwable) - Constructor for exception scriptella.spi.ProviderException
 
-
ProviderException(Throwable) - Constructor for exception scriptella.spi.ProviderException
+
ProviderException(Throwable) - Constructor for exception scriptella.spi.ProviderException
 
-
publish(LogRecord) - Method in class scriptella.tools.ant.AntHandler
+
publish(LogRecord) - Method in class scriptella.tools.ant.AntHandler
 
-
put(String, Object) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
+
put(String, Object) - Method in class scriptella.driver.script.NashornBindingsParametersCallback
 
-
put(String, Object) - Method in class scriptella.driver.script.ParametersCallbackMap
+
put(String, Object) - Method in class scriptella.driver.script.ParametersCallbackMap
Sets local variable.
-
put(String, Object) - Method in class scriptella.util.PropertiesMap
+
put(String, Object) - Method in class scriptella.util.PropertiesMap
Put the property to underlying map.
-
putAll(Map<? extends String, ?>) - Method in class scriptella.driver.script.ParametersCallbackMap
+
putAll(Map<? extends String, ?>) - Method in class scriptella.driver.script.ParametersCallbackMap
Registers local variables.
-
putAll(Map<? extends String, ? extends Object>) - Method in class scriptella.util.PropertiesMap
+
putAll(Map<? extends String, ? extends Object>) - Method in class scriptella.util.PropertiesMap
 
-
putAttribute(String, Object) - Method in class scriptella.driver.ldap.ldif.Entry
+
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
+

Q

+
+
query(LdapConnection, String) - Method in class scriptella.driver.ldap.SearchFilterQuery
 
-
QueryCallback - Interface in scriptella.spi
+
QueryCallback - Interface in scriptella.spi
Callback interface for query result set iteration.
-
QueryEl - Class in scriptella.configuration
+
QueryEl - Class in scriptella.configuration
TODO: Add documentation
-
QueryEl(XmlElement, ScriptingElement) - Constructor for class scriptella.configuration.QueryEl
+
QueryEl(XmlElement, ScriptingElement) - Constructor for class scriptella.configuration.QueryEl
 
-
QueryExecutor - Class in scriptella.core
+
QueryExecutor - Class in scriptella.core
<query> element executor.
-
QUOTE - Static variable in class scriptella.driver.csv.CsvConnection
+
quote - Variable in class scriptella.driver.csv.CsvConnectionParameters
+
 
+
QUOTE - Static variable in class scriptella.driver.csv.CsvConnection
Name of the quote connection property.
-
quote - Variable in class scriptella.driver.csv.CsvConnectionParameters
+
quoteall - Variable in class scriptella.driver.csv.CsvConnectionParameters
 
-
QUOTEALL - Static variable in class scriptella.driver.csv.CsvConnection
+
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
+

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
+
readNext() - Method in class scriptella.driver.csv.opencsv.CSVReader
Reads the next line from the buffer and converts to a string array.
-
register() - Method in class scriptella.execution.JmxEtlManager
+
register() - Method in class scriptella.execution.JmxEtlManager
Registers this manager as a JMX mbean.
-
registerColumn(String, int) - Method in class scriptella.util.ColumnsMap
+
registerColumn(String, int) - Method in class scriptella.util.ColumnsMap
Registers column to for later lookup.
-
remove() - Method in class scriptella.driver.ldap.ldif.LdifReader
+
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
+
remove() - Method in class scriptella.driver.xpath.NodeVariable
Removes this node from the document.
-
remove() - Method in class scriptella.expression.LineIterator
+
remove() - Method in class scriptella.expression.LineIterator
 
-
remove(Handler) - Static method in class scriptella.interactive.LoggingConfigurer
+
remove(Object) - Method in class scriptella.driver.script.ParametersCallbackMap
+
+
Removes local variable.
+
+
remove(Object) - Method in class scriptella.util.PropertiesMap
 
-
remove(Object) - Method in class scriptella.util.PropertiesMap
+
remove(Handler) - Static method in class scriptella.interactive.LoggingConfigurer
 
-
removeEldestEntry(Map.Entry<K, V>) - Method in class scriptella.util.LRUMap
+
removeEldestEntry(Map.Entry<K, V>) - Method in class scriptella.util.LRUMap
 
-
removePrefix(String, String) - Static method in class scriptella.util.StringUtils
+
removePrefix(String, String) - Static method in class scriptella.util.StringUtils
Removes a prefix from a string.
-
RequiredAttributeException - Exception in scriptella.configuration
+
RequiredAttributeException - Exception in scriptella.configuration
TODO: Add documentation
-
RequiredAttributeException(String, XmlElement) - Constructor for exception scriptella.configuration.RequiredAttributeException
+
RequiredAttributeException(String, Throwable, XmlElement) - Constructor for exception scriptella.configuration.RequiredAttributeException
 
-
RequiredAttributeException(String, Throwable, XmlElement) - Constructor for exception scriptella.configuration.RequiredAttributeException
+
RequiredAttributeException(String, XmlElement) - Constructor for exception scriptella.configuration.RequiredAttributeException
 
-
resetLogging() - Method in class scriptella.tools.ant.EtlTaskBase
+
resetLogging() - Method in class scriptella.tools.ant.EtlTaskBase
Resets JUL back to the original state.
-
resolve(String) - Method in class scriptella.execution.EtlContext
+
resolve(String) - Method in class scriptella.execution.EtlContext
 
-
resolve(String) - Method in interface scriptella.spi.DriverContext
+
resolve(String) - Method in interface scriptella.spi.DriverContext
Resolves a fileUrl URI relative to base URL.
-
resolve(URL, String) - Static method in class scriptella.util.IOUtils
+
resolve(URL, String) - Static method in class scriptella.util.IOUtils
Resolves specified uri to a specified base URL.
-
resolveFile(File, String) - Method in class scriptella.tools.launcher.EtlLauncher
+
resolveFile(File, String) - Method in class scriptella.tools.launcher.EtlLauncher
Resolves ETL file using the following rule: if specified file exists - it is returned, otherwise if file has no extension name+".etl.xml" file is checked for presence and returned.
-
Resource - Interface in scriptella.spi
+
Resource - Interface in scriptella.spi
Represents reference to a text resource capable of creating new readers.
-
ResultSetAdapter - Class in scriptella.jdbc
+
ResultSetAdapter - Class in scriptella.jdbc
Represents SQL query result set as ParametersCallback.
-
ResultSetAdapter(ResultSet, ParametersCallback, JdbcTypesConverter) - Constructor for class scriptella.jdbc.ResultSetAdapter
+
ResultSetAdapter(ResultSet, ParametersCallback, JdbcTypesConverter) - Constructor for class scriptella.jdbc.ResultSetAdapter
Instantiates an adapter, prepares a cache and builds a map of column names.
-
RETURN_ARRAYS - Static variable in class scriptella.driver.xpath.XPathConnection
+
RETURN_ARRAYS - Static variable in class scriptella.driver.xpath.XPathConnection
Name of the return_arrays connection property.
-
rollback() - Method in class scriptella.core.ConnectionManager
+
rollback() - Method in class scriptella.core.ConnectionManager
 
-
rollback() - Method in class scriptella.core.Session
+
rollback() - Method in class scriptella.core.Session
 
-
rollback() - Method in class scriptella.jdbc.JdbcConnection
+
rollback() - Method in class scriptella.jdbc.JdbcConnection
 
-
rollback() - Method in class scriptella.spi.AbstractConnection
+
rollback() - Method in class scriptella.spi.AbstractConnection
 
-
rollback() - Method in interface scriptella.spi.Connection
+
rollback() - Method in interface scriptella.spi.Connection
Rolls back a current transaction (if any).
-
rowMatches(String[]) - Method in class scriptella.driver.csv.CsvQuery
+
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
+
run() - Method in class scriptella.driver.spring.BatchEtlExecutorBean
Executes ETL files in a batch.
-
run() - Method in class scriptella.execution.EtlExecutor
+
run() - Method in class scriptella.execution.EtlExecutor
-
A runnable adapter for EtlExecutor.execute() method.
+
A runnable adapter for EtlExecutor.execute() method.
-
RuntimeIOException - Exception in scriptella.core
+
RuntimeIOException - Exception in scriptella.core
Runtime wrapper for IO exceptions propagation.
-
RuntimeIOException(IOException) - Constructor for exception scriptella.core.RuntimeIOException
+
RuntimeIOException(IOException) - Constructor for exception scriptella.core.RuntimeIOException
 
- - - -

S

-
-
ScriptConnection - Class in scriptella.driver.script
+

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
+
ScriptConnection(ConnectionParameters) - Constructor for class scriptella.driver.script.ScriptConnection
Instantiates a new connection to JSR 223 scripting engine.
-
ScriptEl - Class in scriptella.configuration
+
ScriptEl - Class in scriptella.configuration
TODO: Add documentation
-
ScriptEl(XmlElement, ScriptingElement) - Constructor for class scriptella.configuration.ScriptEl
+
ScriptEl(XmlElement, ScriptingElement) - Constructor for class scriptella.configuration.ScriptEl
 
scriptella.configuration - package scriptella.configuration
@@ -3368,10 +3228,6 @@

S

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.
@@ -3402,10 +3258,6 @@

S

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.
@@ -3492,1009 +3344,967 @@

S

Miscellaneous utility classes.
-
ScriptellaConnection - Class in scriptella.driver.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
+
ScriptellaConnection(ConnectionParameters) - Constructor for class scriptella.driver.scriptella.ScriptellaConnection
Creates an email connection.
-
ScriptellaDriver - Interface in scriptella.spi
+
ScriptellaDriver - Interface in scriptella.spi
Service Provider Interface for integrating third-party systems with Scriptella.
-
ScriptellaProviderException - Exception in scriptella.driver.scriptella
+
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
 
-
ScriptellaProviderException(String) - Constructor for exception scriptella.driver.scriptella.ScriptellaProviderException
+
ScriptellaProviderException(String, Throwable) - Constructor for exception scriptella.driver.scriptella.ScriptellaProviderException
 
-
ScriptExecutor - Class in scriptella.core
+
ScriptExecutor - Class in scriptella.core
<script> element executor.
-
ScriptExecutor(ScriptEl) - Constructor for class scriptella.core.ScriptExecutor
+
ScriptExecutor(ScriptEl) - Constructor for class scriptella.core.ScriptExecutor
 
-
ScriptingElement - Class in scriptella.configuration
+
ScriptingElement - Class in scriptella.configuration
Base class for queries and scripts.
-
ScriptingElement(ScriptingElement) - Constructor for class scriptella.configuration.ScriptingElement
+
ScriptingElement(ScriptingElement) - Constructor for class scriptella.configuration.ScriptingElement
 
-
ScriptProviderException - Exception in scriptella.driver.script
+
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) - Constructor for exception scriptella.driver.script.ScriptProviderException
 
-
ScriptProviderException(String, Throwable, String) - 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
+
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
+
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
+
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
+
SEARCH_TIMELIMIT_KEY - Static variable in class scriptella.driver.ldap.LdapConnection
Name of the Time Limit connection property.
-
SearchFilterQuery - Class in scriptella.driver.ldap
+
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
+
SearchFilterQuery(LdapConnection, ParametersCallback, QueryCallback) - Constructor for class scriptella.driver.ldap.SearchFilterQuery
Instantiates an LDAP query.
-
send(MimeMessage) - Method in class scriptella.driver.mail.MailConnection
+
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
+
separator - Variable in class scriptella.driver.csv.CsvConnectionParameters
+
 
+
separator - Variable in class scriptella.jdbc.JdbcConnection
+
 
+
SEPARATOR - Static variable in class scriptella.driver.csv.CsvConnection
Name of the separator connection property.
-
separator - Variable in class scriptella.driver.csv.CsvConnectionParameters
-
 
-
separator - Variable in class scriptella.jdbc.JdbcConnection
-
 
-
separatorSingleLine - Variable in class scriptella.jdbc.JdbcConnection
+
separatorSingleLine - Variable in class scriptella.jdbc.JdbcConnection
 
-
Session - Class in scriptella.core
+
Session - Class in scriptella.core
A helper class for EtlContext to store and work with connections/executors.
-
Session(ConfigurationEl, EtlContext) - Constructor for class scriptella.core.Session
+
Session(ConfigurationEl, EtlContext) - Constructor for class scriptella.core.Session
 
-
set(String, Object) - Method in class scriptella.driver.janino.JaninoQuery
+
set(String, Object) - Static method in class scriptella.core.ThreadLocalContext
+
 
+
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
+
set(String, Object) - Method in class scriptella.driver.jexl.JexlContextMap
+
 
+
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
+
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.BatchEtlExecutorBean
 
-
setBeanFactory(BeanFactory) - Method in class scriptella.driver.spring.EtlExecutorBean
+
setBeanFactory(BeanFactory) - Method in class scriptella.driver.spring.EtlExecutorBean
 
-
setCallback(ParametersCallback) - Method in class scriptella.spi.support.HierarchicalParametersCallback
+
setCallback(ParametersCallback) - Method in class scriptella.spi.support.HierarchicalParametersCallback
Sets primary callback.
-
setCatalog(String) - Method in class scriptella.configuration.ConnectionEl
+
setCatalog(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setChangeType(int) - Method in class scriptella.driver.ldap.ldif.Entry
+
setChangeType(int) - Method in class scriptella.driver.ldap.ldif.Entry
Set the modification type
-
setChangeType(String) - Method in class scriptella.driver.ldap.ldif.Entry
+
setChangeType(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the change type
-
setCharset(String) - Method in class scriptella.configuration.IncludeEl
+
setCharset(String) - Method in class scriptella.configuration.IncludeEl
 
-
setChildScriptinglElements(List<ScriptingElement>) - Method in class scriptella.configuration.QueryEl
+
setChildScriptinglElements(List<ScriptingElement>) - Method in class scriptella.configuration.QueryEl
 
-
setClassName(String) - Method in class scriptella.text.PropertyFormat
+
setClassName(String) - Method in class scriptella.text.PropertyFormat
Sets class name of a custom formatter (subclass of java.text.Format).
-
setClassName(String) - Method in class scriptella.text.ValueFormatBuilder
+
setClassName(String) - Method in class scriptella.text.ValueFormatBuilder
 
-
setClasspath(String) - Method in class scriptella.configuration.ConnectionEl
+
setClasspath(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setCodes(Set<String>) - Method in class scriptella.configuration.OnErrorEl
+
setCodes(Set<String>) - Method in class scriptella.configuration.OnErrorEl
 
-
setConfigLocation(Resource) - Method in class scriptella.driver.spring.EtlExecutorBean
+
setConfigLocation(Resource) - Method in class scriptella.driver.spring.EtlExecutorBean
Sets configuration location.
-
setConfigLocations(Resource[]) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
+
setConfigLocations(Resource[]) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
Sets configuration locations.
-
setConfiguration(ConfigurationEl) - Method in class scriptella.execution.EtlExecutor
+
setConfiguration(ConfigurationEl) - Method in class scriptella.execution.EtlExecutor
Sets ETL configuration.
-
setConnectionId(String) - Method in class scriptella.configuration.OnErrorEl
+
setConnectionId(String) - Method in class scriptella.configuration.OnErrorEl
 
-
setConnectionId(String) - Method in class scriptella.configuration.ScriptingElement
+
setConnectionId(String) - Method in class scriptella.configuration.ScriptingElement
 
-
setConnections(List<ConnectionEl>) - Method in class scriptella.configuration.ConfigurationEl
+
setConnections(List<ConnectionEl>) - Method in class scriptella.configuration.ConfigurationEl
 
-
setControl(Control) - Method in class scriptella.driver.ldap.ldif.Entry
+
setControl(Control) - Method in class scriptella.driver.ldap.ldif.Entry
Add a control to the entry
-
setDebug(boolean) - Method in class scriptella.tools.ant.EtlTaskBase
+
setDebug(boolean) - Method in class scriptella.tools.ant.EtlTaskBase
 
-
setDefaultNullString(String) - Method in class scriptella.driver.text.TextConnectionParameters
+
setDefaultNullString(String) - Method in class scriptella.driver.text.TextConnectionParameters
 
-
setDeleteOldRdn(boolean) - Method in class scriptella.driver.ldap.ldif.Entry
+
setDeleteOldRdn(boolean) - Method in class scriptella.driver.ldap.ldif.Entry
Set the flage deleteOldRdn
-
setDialectIdentifier(DialectIdentifier) - Method in class scriptella.spi.AbstractConnection
+
setDialectIdentifier(DialectIdentifier) - Method in class scriptella.spi.AbstractConnection
 
-
setDn(String) - Method in class scriptella.driver.ldap.ldif.Entry
+
setDn(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the Distinguished Name
-
setDocumentUrl(URL) - Method in class scriptella.configuration.ConfigurationEl
+
setDocumentUrl(URL) - Method in class scriptella.configuration.ConfigurationEl
 
-
setDriver(String) - Method in class scriptella.configuration.ConnectionEl
+
setDriver(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setEncoding(String) - Method in class scriptella.driver.text.TextConnectionParameters
+
setEncoding(String) - Method in class scriptella.driver.text.TextConnectionParameters
 
-
setEol(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.janino.JaninoProviderException
 
-
setErrorStatement(String) - Method in exception scriptella.driver.ldap.LdapProviderException
+
setErrorStatement(String) - Method in exception scriptella.driver.ldap.LdapProviderException
 
-
setErrorStatement(String) - Method in exception scriptella.spi.ProviderException
+
setErrorStatement(String) - Method in exception scriptella.spi.ProviderException
Sets problem statement which caused this exception/
-
setEscape(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
+
setEscape(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
setExternalParameters(Map<String, ?>) - Method in class scriptella.configuration.ConfigurationFactory
+
setExternalParameters(Map<String, ?>) - Method in class scriptella.configuration.ConfigurationFactory
Sets additional properties.
-
setExternalParameters(ParametersCallback) - Method in class scriptella.configuration.ConfigurationFactory
+
setExternalParameters(ParametersCallback) - Method in class scriptella.configuration.ConfigurationFactory
Sets additional parameters.
-
setFallbackEl(FallbackEl) - Method in class scriptella.configuration.IncludeEl
+
setFallbackEl(FallbackEl) - Method in class scriptella.configuration.IncludeEl
 
-
setFile(String) - Method in class scriptella.tools.ant.EtlExecuteTask
+
setFile(String) - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
setFlush(boolean) - Method in class scriptella.driver.text.TextConnectionParameters
+
setFlush(boolean) - Method in class scriptella.driver.text.TextConnectionParameters
 
-
setFork(boolean) - Method in class scriptella.tools.ant.EtlExecuteTask
+
setFork(boolean) - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
setHeaders(boolean) - Method in class scriptella.driver.csv.CsvConnectionParameters
+
setHeaders(boolean) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
setHref(String) - Method in class scriptella.configuration.IncludeEl
+
setHref(String) - Method in class scriptella.configuration.IncludeEl
 
-
setId(String) - Method in class scriptella.configuration.ConnectionEl
+
setId(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setIf(String) - Method in class scriptella.configuration.ScriptingElement
+
setIf(String) - Method in class scriptella.configuration.ScriptingElement
 
-
setInheritAll(boolean) - Method in class scriptella.tools.ant.EtlTaskBase
+
setInheritAll(boolean) - Method in class scriptella.tools.ant.EtlTaskBase
Setter for inheritAll property.
-
setJmxEnabled(boolean) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
+
setJmxEnabled(boolean) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
 
-
setJmxEnabled(boolean) - Method in class scriptella.execution.EtlExecutor
+
setJmxEnabled(boolean) - Method in class scriptella.execution.EtlExecutor
Enables or disables ETL monitoring/management via JMX.
-
setKeepFormat(boolean) - Method in class scriptella.jdbc.SqlReaderTokenizer
+
setKeepFormat(boolean) - Method in class scriptella.jdbc.SqlReaderTokenizer
Keep original text format, i.e.
-
setLazyInit(boolean) - Method in class scriptella.configuration.ConnectionEl
+
setLazyInit(boolean) - Method in class scriptella.configuration.ConnectionEl
+
 
+
setLocale(Locale) - Method in class scriptella.text.PropertyFormat
 
-
setLocale(Locale) - Method in class scriptella.text.PropertyFormat
+
setLocale(Locale) - Method in class scriptella.text.ValueFormatBuilder
 
-
setLocale(Locale) - Method in class scriptella.text.ValueFormatBuilder
+
setLocation(Location) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
setLocation(XmlElement) - Method in class scriptella.configuration.XmlConfigurableBase
+
setLocation(XmlElement) - Method in class scriptella.configuration.XmlConfigurableBase
Called by elements wishing to report their location in XML.
-
setLocation(Location) - Method in class scriptella.configuration.XmlConfigurableBase
+
setMaxmemory(String) - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
setMaxmemory(String) - Method in class scriptella.tools.ant.EtlExecuteTask
-
 
-
setMBeanServer(MBeanServer) - Static method in class scriptella.execution.JmxEtlManager
+
setMBeanServer(MBeanServer) - Static method in class scriptella.execution.JmxEtlManager
Sets mbean server to use when registering mbeans.
-
setMessage(Pattern) - Method in class scriptella.configuration.OnErrorEl
+
setMessage(Pattern) - Method in class scriptella.configuration.OnErrorEl
 
-
setName(String) - Method in class scriptella.tools.ant.EtlTemplateTask
+
setName(String) - Method in class scriptella.tools.ant.EtlTemplateTask
Setter for name property.
-
setNewRdn(String) - Method in class scriptella.driver.ldap.ldif.Entry
+
setNewRdn(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the new RDN
-
setNewSuperior(String) - Method in class scriptella.driver.ldap.ldif.Entry
+
setNewSuperior(String) - Method in class scriptella.driver.ldap.ldif.Entry
Set the new superior
-
setNewTx(boolean) - Method in class scriptella.configuration.ScriptEl
+
setNewTx(boolean) - Method in class scriptella.configuration.ScriptEl
 
-
setNojmx(boolean) - Method in class scriptella.tools.ant.EtlExecuteTask
+
setNojmx(boolean) - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
setNoJmx(boolean) - Method in class scriptella.tools.launcher.EtlLauncher
+
setNoJmx(boolean) - Method in class scriptella.tools.launcher.EtlLauncher
Suppress JMX MBean registration for monitoring.
-
setNostat(boolean) - Method in class scriptella.tools.ant.EtlExecuteTask
+
setNostat(boolean) - Method in class scriptella.tools.ant.EtlExecuteTask
 
-
setNoStat(boolean) - Method in class scriptella.tools.launcher.EtlLauncher
+
setNoStat(boolean) - Method in class scriptella.tools.launcher.EtlLauncher
 
-
setNullString(String) - Method in class scriptella.expression.PropertiesSubstitutor
+
setNullString(String) - Method in class scriptella.expression.PropertiesSubstitutor
Sets string literal representing null.
-
setNullString(String) - Method in class scriptella.text.PropertyFormat
+
setNullString(String) - Method in class scriptella.text.PropertyFormat
 
-
setOnerrorElements(List<OnErrorEl>) - Method in class scriptella.configuration.ScriptEl
+
setOnerrorElements(List<OnErrorEl>) - Method in class scriptella.configuration.ScriptEl
 
-
setPadChar(char) - Method in class scriptella.text.PropertyFormat
+
setPadChar(char) - Method in class scriptella.text.PropertyFormat
 
-
setPadLeft(int) - Method in class scriptella.text.PropertyFormat
+
setPadLeft(int) - Method in class scriptella.text.PropertyFormat
 
-
setPadRight(int) - Method in class scriptella.text.PropertyFormat
+
setPadRight(int) - Method in class scriptella.text.PropertyFormat
 
-
setParameters(ParametersCallback) - Method in class scriptella.expression.PropertiesSubstitutor
+
setParameters(ParametersCallback) - Method in class scriptella.expression.PropertiesSubstitutor
Sets parameters callback used for substitution.
-
setParentCallback(ParametersCallback) - Method in class scriptella.spi.support.HierarchicalParametersCallback
+
setParentCallback(ParametersCallback) - Method in class scriptella.spi.support.HierarchicalParametersCallback
Sets secondary callback.
-
setPassword(String) - Method in class scriptella.configuration.ConnectionEl
+
setPassword(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setPattern(String) - Method in class scriptella.text.PropertyFormat
+
setPattern(String) - Method in class scriptella.text.PropertyFormat
 
-
setPattern(String) - Method in class scriptella.text.ValueFormatBuilder
+
setPattern(String) - Method in class scriptella.text.ValueFormatBuilder
 
-
setPatternProperty(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
setPatternProperty(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
setPatternProperty(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
setPatternProperty(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
-
Sets Pattern property on this object using attribute value.
+
Sets Pattern property on this object using attribute value.
-
setProgressBar(ProgressIndicator) - Method in class scriptella.interactive.ProgressCallback
+
setProgressBar(ProgressIndicator) - Method in class scriptella.interactive.ProgressCallback
 
-
setProgressIndicator(ProgressIndicator) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
+
setProgressIndicator(ProgressIndicator) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
Sets progress indicator to use.
-
setProgressIndicator(ProgressIndicator) - Method in class scriptella.driver.spring.EtlExecutorBean
+
setProgressIndicator(ProgressIndicator) - Method in class scriptella.driver.spring.EtlExecutorBean
Sets progress indicator to use.
-
setProgressIndicator(ProgressIndicator) - Method in class scriptella.tools.launcher.EtlLauncher
+
setProgressIndicator(ProgressIndicator) - Method in class scriptella.tools.launcher.EtlLauncher
 
-
setProperties(Map<String, ?>) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
+
setProperties(Map<String, ?>) - Method in class scriptella.driver.spring.BatchEtlExecutorBean
 
-
setProperties(Map<String, ?>) - Method in class scriptella.driver.spring.EtlExecutorBean
+
setProperties(Map<String, ?>) - Method in class scriptella.driver.spring.EtlExecutorBean
 
-
setProperties(Map<String, ?>) - Method in class scriptella.tools.launcher.EtlLauncher
+
setProperties(Map<String, ?>) - Method in class scriptella.tools.launcher.EtlLauncher
Sets additional properties available for ETL.
-
setPropertiesSubstitutor(PropertiesSubstitutor) - Method in class scriptella.configuration.IncludeEl
+
setPropertiesSubstitutor(PropertiesSubstitutor) - Method in class scriptella.configuration.IncludeEl
Sets the properties substitutor to expand properties inside href attribute.
-
setProperty(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
setProperty(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
setProperty(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
setProperty(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
Sets property on this object using attribute value.
-
setProperty(PropertyFormat, String, String, TypedPropertiesSource) - Static method in class scriptella.text.PropertyFormatInfo
+
setProperty(PropertyFormat, String, String, TypedPropertiesSource) - Static method in class scriptella.text.PropertyFormatInfo
 
-
setQueryCallback(QueryCallback) - Method in class scriptella.driver.script.ParametersCallbackMap
+
setQueryCallback(QueryCallback) - Method in class scriptella.driver.script.ParametersCallbackMap
Sets query callback and enables the query mode, i.e.
-
setQuiet(boolean) - Method in class scriptella.tools.ant.EtlTaskBase
+
setQuiet(boolean) - Method in class scriptella.tools.ant.EtlTaskBase
 
-
setQuote(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
+
setQuote(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
setQuoteall(boolean) - Method in class scriptella.driver.csv.CsvConnectionParameters
+
setQuoteall(boolean) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
setRequiredProperty(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
setRequiredProperty(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
setRequiredProperty(XmlElement, String) - Method in class scriptella.configuration.XmlConfigurableBase
+
setRequiredProperty(XmlElement, String, String) - Method in class scriptella.configuration.XmlConfigurableBase
 
-
setResourceURL(URL) - Method in class scriptella.configuration.ConfigurationFactory
+
setResourceURL(URL) - Method in class scriptella.configuration.ConfigurationFactory
 
-
setRetry(boolean) - Method in class scriptella.configuration.OnErrorEl
+
setRetry(boolean) - Method in class scriptella.configuration.OnErrorEl
 
-
setSchema(String) - Method in class scriptella.configuration.ConnectionEl
+
setSchema(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setScriptingElements(List<ScriptingElement>) - Method in class scriptella.configuration.ConfigurationEl
+
setScriptingElements(List<ScriptingElement>) - Method in class scriptella.configuration.ConfigurationEl
 
-
setSeparator(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
+
setSeparator(char) - Method in class scriptella.driver.csv.CsvConnectionParameters
 
-
setSeparator(String) - Method in class scriptella.jdbc.SqlReaderTokenizer
+
setSeparator(String) - Method in class scriptella.jdbc.SqlReaderTokenizer
Sets statements separator.
-
setSeparatorOnSingleLine(boolean) - Method in class scriptella.jdbc.SqlReaderTokenizer
+
setSeparatorOnSingleLine(boolean) - Method in class scriptella.jdbc.SqlReaderTokenizer
Sets the separator mode.
-
setSkipLines(int) - Method in class scriptella.driver.text.TextConnectionParameters
+
setSkipLines(int) - Method in class scriptella.driver.text.TextConnectionParameters
 
-
setSuppressStatistics(boolean) - Method in class scriptella.execution.EtlExecutor
+
setSuppressStatistics(boolean) - Method in class scriptella.execution.EtlExecutor
Enables or disables collecting of statistics.
-
setTrim(boolean) - Method in class scriptella.text.PropertyFormat
+
setTrim(boolean) - Method in class scriptella.text.PropertyFormat
 
-
setTrimLines(boolean) - Method in class scriptella.driver.text.TextConnectionParameters
+
setTrimLines(boolean) - Method in class scriptella.driver.text.TextConnectionParameters
 
-
setType(Pattern) - Method in class scriptella.configuration.OnErrorEl
+
setType(String) - Method in class scriptella.text.PropertyFormat
 
-
setType(String) - Method in class scriptella.text.PropertyFormat
+
setType(String) - Method in class scriptella.text.ValueFormatBuilder
 
-
setType(String) - Method in class scriptella.text.ValueFormatBuilder
+
setType(Pattern) - Method in class scriptella.configuration.OnErrorEl
 
-
setupLogging() - Method in class scriptella.tools.ant.EtlTaskBase
+
setupLogging() - Method in class scriptella.tools.ant.EtlTaskBase
Configures Scriptella JUL loggers to use Ant logging.
-
setUrl(String) - Method in class scriptella.configuration.ConnectionEl
+
setUrl(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setUser(String) - Method in class scriptella.configuration.ConnectionEl
+
setUser(String) - Method in class scriptella.configuration.ConnectionEl
 
-
setValidating(boolean) - Static method in class scriptella.configuration.ConfigurationFactory
+
setValidating(boolean) - Static method in class scriptella.configuration.ConfigurationFactory
Sets validation option.
-
ShellCommandRunner - Class in scriptella.driver.shell
+
ShellCommandRunner - Class in scriptella.driver.shell
Runner for shell commands, abstracting threading and process details.
-
ShellCommandRunner(String[], BufferedWriter) - Constructor for class scriptella.driver.shell.ShellCommandRunner
+
ShellCommandRunner(String[], BufferedWriter) - Constructor for class scriptella.driver.shell.ShellCommandRunner
 
-
ShellConnection - Class in scriptella.driver.shell
+
ShellConnection - Class in scriptella.driver.shell
Represents a shell script connection.
-
ShellConnection(ShellConnectionParameters) - Constructor for class scriptella.driver.shell.ShellConnection
+
ShellConnection(ShellConnectionParameters) - Constructor for class scriptella.driver.shell.ShellConnection
 
-
ShellConnectionParameters - Class in scriptella.driver.shell
+
ShellConnectionParameters - Class in scriptella.driver.shell
Connection parameters for shell driver.
-
ShellOs - Enum in scriptella.driver.shell
+
ShellOs - Enum Class in scriptella.driver.shell
Represents target shell OS
-
ShellProviderException - Exception in scriptella.driver.shell
+
ShellProviderException - Exception in scriptella.driver.shell
Thrown to indicate a problem with shell script execution.
-
ShellProviderException() - Constructor for exception scriptella.driver.shell.ShellProviderException
+
ShellProviderException() - Constructor for exception scriptella.driver.shell.ShellProviderException
 
-
ShellProviderException(String) - Constructor for exception scriptella.driver.shell.ShellProviderException
+
ShellProviderException(String) - Constructor for exception scriptella.driver.shell.ShellProviderException
 
-
ShellProviderException(String, Throwable) - Constructor for exception scriptella.driver.shell.ShellProviderException
+
ShellProviderException(String, Throwable) - Constructor for exception scriptella.driver.shell.ShellProviderException
 
-
ShellProviderException(Throwable) - Constructor for exception scriptella.driver.shell.ShellProviderException
+
ShellProviderException(Throwable) - Constructor for exception scriptella.driver.shell.ShellProviderException
 
-
ShellScriptExecutor - Class in scriptella.driver.shell
+
ShellScriptExecutor - Class in scriptella.driver.shell
Executes a shell script and sends its output to the specified writer.
-
ShellScriptExecutor(Writer, ShellConnectionParameters) - Constructor for class scriptella.driver.shell.ShellScriptExecutor
+
ShellScriptExecutor(Writer, ShellConnectionParameters) - Constructor for class scriptella.driver.shell.ShellScriptExecutor
Creates an executor.
-
show(String, double) - Method in class scriptella.interactive.ConsoleProgressIndicator
-
 
-
show(String, double) - Method in class scriptella.interactive.ProgressIndicatorBase
+
show(String, double) - Method in class scriptella.interactive.ConsoleProgressIndicator
 
-
show(String, double) - Method in class scriptella.interactive.SwingProgressIndicator
+
show(String, double) - Method in class scriptella.interactive.ProgressIndicatorBase
 
-
showProgress(double, String) - Method in interface scriptella.interactive.ProgressIndicator
+
show(String, double) - Method in class scriptella.interactive.SwingProgressIndicator
+
+
Deprecated.
+
showProgress(double, String) - Method in interface scriptella.interactive.ProgressIndicator
Invoked when script execution progress has been changed.
-
showProgress(double, String) - Method in class scriptella.interactive.ProgressIndicatorBase
+
showProgress(double, String) - Method in class scriptella.interactive.ProgressIndicatorBase
 
-
SHUTDOWN_ON_EXIT - Static variable in class scriptella.driver.hsqldb.HsqlConnection
-
-
True if SHUTDOWN command should be executed before last connection closed.
-
-
SilentExecutionStatisticsBuilder - Class in scriptella.execution
+
SilentExecutionStatisticsBuilder - Class in scriptella.execution
A minimized version of ExecutionStatisticsBuilder optimized for performance.
-
SilentExecutionStatisticsBuilder() - Constructor for class scriptella.execution.SilentExecutionStatisticsBuilder
+
SilentExecutionStatisticsBuilder() - Constructor for class scriptella.execution.SilentExecutionStatisticsBuilder
 
-
size() - Method in class scriptella.driver.ldap.ldif.Entry
+
size - Variable in class scriptella.interactive.ProgressCallback
 
-
size() - Method in class scriptella.driver.script.ParametersCallbackMap
+
size() - Method in class scriptella.driver.ldap.ldif.Entry
 
-
size - Variable in class scriptella.interactive.ProgressCallback
+
size() - Method in class scriptella.driver.script.ParametersCallbackMap
 
-
size() - Method in class scriptella.util.PropertiesMap
+
size() - Method in class scriptella.util.PropertiesMap
 
-
skip(int) - Method in class scriptella.expression.LineIterator
+
skip(int) - Method in class scriptella.expression.LineIterator
Skips N lines.
-
SKIP_LINES - Static variable in class scriptella.driver.text.AbstractTextConnection
+
SKIP_LINES - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the skip_lines connection property.
-
split(String) - Method in class scriptella.util.UrlPathTokenizer
+
split(String) - Method in class scriptella.util.UrlPathTokenizer
Splits a string with set of URIs into array of URLs resolved relatively to baseURL.
-
SpringProviderException - Exception in scriptella.driver.spring
+
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
 
-
SpringProviderException(String) - Constructor for exception scriptella.driver.spring.SpringProviderException
+
SpringProviderException(String, Throwable) - Constructor for exception scriptella.driver.spring.SpringProviderException
 
-
SqlParserBase - Class in scriptella.jdbc
+
SqlParserBase - Class in scriptella.jdbc
Customizable SQL parser.
-
SqlParserBase() - Constructor for class scriptella.jdbc.SqlParserBase
+
SqlParserBase() - Constructor for class scriptella.jdbc.SqlParserBase
 
-
SqlReaderTokenizer - Class in scriptella.jdbc
+
SqlReaderTokenizer - Class in scriptella.jdbc
Reader based SQL tokenizer.
-
SqlReaderTokenizer(Reader) - Constructor for class scriptella.jdbc.SqlReaderTokenizer
+
SqlReaderTokenizer(Reader) - Constructor for class scriptella.jdbc.SqlReaderTokenizer
 
-
SqlReaderTokenizer(Reader, String, boolean, boolean) - Constructor for class scriptella.jdbc.SqlReaderTokenizer
+
SqlReaderTokenizer(Reader, String, boolean, boolean) - Constructor for class scriptella.jdbc.SqlReaderTokenizer
 
-
SqlTokenizer - Interface in scriptella.jdbc
+
SqlTokenizer - Interface in scriptella.jdbc
This interface provides a contract to iterate SQL statements.
-
STATEMENT_BATCH_SIZE - Static variable in class scriptella.jdbc.JdbcConnection
+
STATEMENT_BATCH_SIZE - Static variable in class scriptella.jdbc.JdbcConnection
 
-
STATEMENT_CACHE_KEY - Static variable in class scriptella.jdbc.JdbcConnection
+
STATEMENT_CACHE_KEY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
STATEMENT_FETCH_SIZE - Static variable in class scriptella.jdbc.JdbcConnection
+
STATEMENT_FETCH_SIZE - Static variable in class scriptella.jdbc.JdbcConnection
 
-
STATEMENT_SEPARATOR_KEY - Static variable in class scriptella.jdbc.JdbcConnection
+
STATEMENT_SEPARATOR_KEY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
STATEMENT_SEPARATOR_SINGLELINE_KEY - Static variable in class scriptella.jdbc.JdbcConnection
+
STATEMENT_SEPARATOR_SINGLELINE_KEY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
statementBatchSize - Variable in class scriptella.jdbc.JdbcConnection
+
statementBatchSize - Variable in class scriptella.jdbc.JdbcConnection
 
-
statementCacheSize - Variable in class scriptella.jdbc.JdbcConnection
+
statementCacheSize - Variable in class scriptella.jdbc.JdbcConnection
 
-
StatementCounter() - Constructor for class scriptella.spi.AbstractConnection.StatementCounter
+
StatementCounter() - Constructor for class scriptella.spi.AbstractConnection.StatementCounter
 
-
statementFetchSize - Variable in class scriptella.jdbc.JdbcConnection
+
statementFetchSize - Variable in class scriptella.jdbc.JdbcConnection
 
-
statementParsed(String) - Method in class scriptella.jdbc.SqlParserBase
+
statementParsed(String) - Method in class scriptella.jdbc.SqlParserBase
Invoked when SQL statement has been processed and all expressions handled.
-
statements - Variable in class scriptella.spi.AbstractConnection.StatementCounter
+
statements - Variable in class scriptella.spi.AbstractConnection.StatementCounter
Stores number of executed statements.
-
StatisticInterceptor - Class in scriptella.core
+
StatisticInterceptor - Class in scriptella.core
Collects execution statistics.
-
StatisticInterceptor(ExecutableElement, Location) - Constructor for class scriptella.core.StatisticInterceptor
+
StatisticInterceptor(ExecutableElement, Location) - Constructor for class scriptella.core.StatisticInterceptor
 
-
STD_FORMATTER - Static variable in class scriptella.tools.launcher.EtlLauncher
+
STD_FORMATTER - Static variable in class scriptella.tools.launcher.EtlLauncher
 
-
step(int) - Method in class scriptella.interactive.ProgressCallback
+
step(int) - Method in class scriptella.interactive.ProgressCallback
 
-
step(int, String) - Method in class scriptella.interactive.ProgressCallback
+
step(int, String) - Method in class scriptella.interactive.ProgressCallback
 
-
step(int, String) - Method in class scriptella.interactive.ProgressCallback.Subprogress
+
step(int, String) - Method in class scriptella.interactive.ProgressCallback.Subprogress
 
-
StringResource - Class in scriptella.configuration
+
StringResource - Class in scriptella.configuration
Represents String as a resource.
-
StringResource(String) - Constructor for class scriptella.configuration.StringResource
+
StringResource(String) - Constructor for class scriptella.configuration.StringResource
Creates a resource based on String content.
-
StringResource(String, String) - Constructor for class scriptella.configuration.StringResource
+
StringResource(String, String) - Constructor for class scriptella.configuration.StringResource
Creates a resource based on String content.
-
StringUtils - Class in scriptella.util
+
StringUtils - Class in scriptella.util
Miscellaneous String/CharSequence utility methods.
-
SUBJECT - Static variable in class scriptella.driver.mail.MailConnection
+
SUBJECT - Static variable in class scriptella.driver.mail.MailConnection
Name of the subject connection property.
-
Subprogress(ProgressCallback, int, int) - Constructor for class scriptella.interactive.ProgressCallback.Subprogress
+
Subprogress(ProgressCallback, int, int) - Constructor for class scriptella.interactive.ProgressCallback.Subprogress
 
-
substitute(String) - Method in class scriptella.expression.PropertiesSubstitutor
+
substitute(Reader) - Method in class scriptella.expression.PropertiesSubstitutor
-
Substitutes properties/expressions in s and returns the result string.
+
Reads content from reader and expands properties.
-
substitute(Reader, Writer) - Method in class scriptella.expression.PropertiesSubstitutor
+
substitute(Reader, Writer) - Method in class scriptella.expression.PropertiesSubstitutor
Copies content from reader to writer and expands properties.
-
substitute(Reader) - Method in class scriptella.expression.PropertiesSubstitutor
+
substitute(String) - Method in class scriptella.expression.PropertiesSubstitutor
-
Reads content from reader and expands properties.
+
Substitutes properties/expressions in s and returns the result string.
-
SwingProgressIndicator - Class in scriptella.interactive
+
SwingProgressIndicator - Class in scriptella.interactive
-
TODO: Add documentation
+
Deprecated. +
No longer used by Scriptella's built-in launchers. Use + ConsoleProgressIndicator or another + ProgressIndicator implementation instead.
+
-
SwingProgressIndicator(String) - Constructor for class scriptella.interactive.SwingProgressIndicator
-
 
-
SYBASE_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
+
SwingProgressIndicator(String) - Constructor for class scriptella.interactive.SwingProgressIndicator
+
+
Deprecated.
+
SYBASE_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
 
-
SYBASE_JDBC2_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_JDBC3_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
 
-
SYBASE_TDS_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
+
SYBASE_TDS_DRIVER_NAME - Static variable in class scriptella.driver.sybase.Driver
 
-
SystemException - Exception in scriptella.core
+
SystemException - Exception in scriptella.core
Base class for all scriptella runtime exceptions.
-
SystemException() - Constructor for exception scriptella.core.SystemException
+
SystemException() - Constructor for exception scriptella.core.SystemException
 
-
SystemException(String) - Constructor for exception scriptella.core.SystemException
+
SystemException(String) - Constructor for exception scriptella.core.SystemException
 
-
SystemException(String, Throwable) - Constructor for exception scriptella.core.SystemException
+
SystemException(String, Throwable) - Constructor for exception scriptella.core.SystemException
 
-
SystemException(Throwable) - Constructor for exception scriptella.core.SystemException
+
SystemException(Throwable) - Constructor for exception scriptella.core.SystemException
 
- - - -

T

-
-
TAG_NAME - Static variable in class scriptella.configuration.QueryEl
+

T

+
+
TAG_NAME - Static variable in class scriptella.configuration.QueryEl
 
-
TAG_NAME - Static variable in class scriptella.configuration.ScriptEl
+
TAG_NAME - Static variable in class scriptella.configuration.ScriptEl
 
-
template(List<String>) - Method in class scriptella.tools.launcher.EtlLauncher
+
template(List<String>) - Method in class scriptella.tools.launcher.EtlLauncher
 
-
TemplateManager - Class in scriptella.tools.template
+
TemplateManager - Class in scriptella.tools.template
ETL files template manager.
-
TemplateManager() - Constructor for class scriptella.tools.template.TemplateManager
+
TemplateManager() - Constructor for class scriptella.tools.template.TemplateManager
 
-
TextConnection - Class in scriptella.driver.text
+
TextConnection - Class in scriptella.driver.text
Represents a connection to a Text file.
-
TextConnection() - Constructor for class scriptella.driver.text.TextConnection
+
TextConnection() - Constructor for class scriptella.driver.text.TextConnection
For testing purposes only.
-
TextConnection(ConnectionParameters) - Constructor for class scriptella.driver.text.TextConnection
+
TextConnection(ConnectionParameters) - Constructor for class scriptella.driver.text.TextConnection
 
-
TextConnectionParameters - Class in scriptella.driver.text
+
TextConnectionParameters - Class in scriptella.driver.text
Connection parameters for text drivers.
-
TextConnectionParameters() - Constructor for class scriptella.driver.text.TextConnectionParameters
+
TextConnectionParameters() - Constructor for class scriptella.driver.text.TextConnectionParameters
 
-
TextConnectionParameters(ConnectionParameters) - Constructor for class scriptella.driver.text.TextConnectionParameters
+
TextConnectionParameters(ConnectionParameters) - Constructor for class scriptella.driver.text.TextConnectionParameters
 
-
TextProviderException - Exception in scriptella.driver.text
+
TextProviderException - Exception in scriptella.driver.text
Thrown to indicate a problem with Text file processing.
-
TextProviderException() - Constructor for exception scriptella.driver.text.TextProviderException
+
TextProviderException() - Constructor for exception scriptella.driver.text.TextProviderException
 
-
TextProviderException(String) - 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(String, Throwable) - Constructor for exception scriptella.driver.text.TextProviderException
 
-
TextProviderException(Throwable) - Constructor for exception scriptella.driver.text.TextProviderException
+
TextProviderException(Throwable) - Constructor for exception scriptella.driver.text.TextProviderException
 
-
TextScriptExecutor - Class in scriptella.driver.text
+
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
+
TextScriptExecutor(Writer, TextConnectionParameters) - Constructor for class scriptella.driver.text.TextScriptExecutor
Creates an executor.
-
TextUtils() - Constructor for class scriptella.core.EtlVariable.TextUtils
+
TextUtils() - Constructor for class scriptella.core.EtlVariable.TextUtils
 
-
ThreadSafe - Annotation Type in scriptella.core
+
ThreadLocalContext - Class in scriptella.core
+
+
Shares execution-scoped values with drivers loaded by a child-first driver + classloader.
+
+
ThreadSafe - Annotation Interface in scriptella.core
Indicates thread safety
-
throwUnchecked(Throwable) - Static method in class scriptella.util.ExceptionUtils
+
throwUnchecked(Throwable) - Static method in class scriptella.util.ExceptionUtils
This method throws unchecked throwable, i.e.
-
TimestampValueFormat - Class in scriptella.text
+
TimestampValueFormat - Class in scriptella.text
Format class to work with dates represented in JDBC escape syntax.
-
TimestampValueFormat() - Constructor for class scriptella.text.TimestampValueFormat
+
TimestampValueFormat() - Constructor for class scriptella.text.TimestampValueFormat
 
-
toByteArray(InputStream) - Static method in class scriptella.util.IOUtils
+
toByteArray(InputStream) - Static method in class scriptella.util.IOUtils
Loads an input stream content into a byte array.
-
toByteArray(InputStream, long) - Static method in class scriptella.util.IOUtils
+
toByteArray(InputStream, long) - Static method in class scriptella.util.IOUtils
Loads an input stream content into a byte array.
-
today() - Method in class scriptella.core.EtlVariable.DateUtils
+
today() - Method in class scriptella.core.EtlVariable.DateUtils
Returns the formatted representation of current date.
-
today(String) - Method in class scriptella.core.EtlVariable.DateUtils
+
today(String) - Method in class scriptella.core.EtlVariable.DateUtils
- +
-
toString() - Method in class scriptella.configuration.ConfigurationEl
+
toString() - Method in class scriptella.configuration.ConfigurationEl
 
-
toString() - Method in class scriptella.configuration.ConnectionEl
+
toString() - Method in class scriptella.configuration.ConnectionEl
 
-
toString() - Method in class scriptella.configuration.ContentEl
+
toString() - Method in class scriptella.configuration.ContentEl
 
-
toString() - Method in class scriptella.configuration.Location
+
toString() - Method in class scriptella.configuration.Location
 
-
toString() - Method in class scriptella.configuration.OnErrorEl
+
toString() - Method in class scriptella.configuration.OnErrorEl
 
-
toString() - Method in class scriptella.configuration.ScriptEl
+
toString() - Method in class scriptella.configuration.ScriptEl
 
-
toString() - Method in class scriptella.configuration.ScriptingElement
+
toString() - Method in class scriptella.configuration.ScriptingElement
 
-
toString() - Method in class scriptella.configuration.StringResource
+
toString() - Method in class scriptella.configuration.StringResource
 
-
toString() - Method in class scriptella.driver.janino.JaninoQuery
+
toString() - Method in class scriptella.driver.janino.JaninoQuery
 
-
toString() - Method in class scriptella.driver.ldap.ldif.Entry
+
toString() - Method in class scriptella.driver.ldap.ldif.Entry
Return a String representing the Entry
-
toString() - Method in class scriptella.execution.ExecutionStatistics
+
toString() - Method in class scriptella.execution.ExecutionStatistics
 
-
toString(Object) - Method in class scriptella.expression.PropertiesSubstitutor
-
-
Converts specified object to string.
-
-
toString() - Method in class scriptella.jdbc.JdbcConnection
+
toString() - Method in class scriptella.jdbc.JdbcConnection
+
 
+
toString() - Method in class scriptella.spi.AbstractConnection
 
-
toString() - Method in class scriptella.spi.AbstractConnection
+
toString() - Method in class scriptella.spi.AbstractScriptellaDriver
 
-
toString() - Method in class scriptella.spi.AbstractScriptellaDriver
+
toString() - Method in interface scriptella.spi.Connection
 
-
toString() - Method in interface scriptella.spi.Connection
+
toString() - Method in class scriptella.spi.ConnectionParameters
 
-
toString() - Method in class scriptella.spi.ConnectionParameters
+
toString() - Method in class scriptella.spi.DialectIdentifier
 
-
toString() - Method in class scriptella.spi.DialectIdentifier
+
toString() - Method in exception scriptella.spi.ProviderException
 
-
toString() - Method in exception scriptella.spi.ProviderException
+
toString() - Method in interface scriptella.spi.Resource
 
-
toString() - Method in interface scriptella.spi.Resource
+
toString() - Method in interface scriptella.spi.ScriptellaDriver
 
-
toString() - Method in interface scriptella.spi.ScriptellaDriver
+
toString() - Method in class scriptella.text.PropertyFormat
 
-
toString() - Method in class scriptella.text.PropertyFormat
+
toString() - Method in class scriptella.text.PropertyFormatInfo
 
-
toString() - Method in class scriptella.text.PropertyFormatInfo
+
toString() - Method in class scriptella.text.TypedPropertiesSource
 
-
toString() - Method in class scriptella.text.TypedPropertiesSource
+
toString() - Method in class scriptella.tools.launcher.BugReport
 
-
toString() - Method in class scriptella.tools.launcher.BugReport
+
toString() - Method in class scriptella.util.PropertiesMap
 
-
toString(Reader) - Static method in class scriptella.util.IOUtils
+
toString(Reader) - Static method in class scriptella.util.IOUtils
Loads a reader content into a string.
-
toString(Reader, long) - Static method in class scriptella.util.IOUtils
+
toString(Reader, long) - Static method in class scriptella.util.IOUtils
Loads a reader content into a string.
-
toString() - Method in class scriptella.util.PropertiesMap
-
 
-
toUrl(File) - Static method in class scriptella.util.IOUtils
+
toString(Object) - Method in class scriptella.expression.PropertiesSubstitutor
+
+
Converts specified object to string.
+
+
toUrl(File) - Static method in class scriptella.util.IOUtils
A replacement for a deprecated File.toURL() method.
-
TrackingLineIterator - Class in scriptella.driver.ldap.ldif
+
TrackingLineIterator - Class in scriptella.driver.ldap.ldif
Line iterator which tracks read lines.
-
TrackingLineIterator(Reader, ParametersCallback) - Constructor for class scriptella.driver.ldap.ldif.TrackingLineIterator
+
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
+
trackLines() - Method in class scriptella.driver.ldap.ldif.TrackingLineIterator
Starts to track lines.
-
TRANSACTION_ISOLATION_KEY - Static variable in class scriptella.jdbc.JdbcConnection
+
TRANSACTION_ISOLATION_KEY - Static variable in class scriptella.jdbc.JdbcConnection
 
-
TRANSACTION_ISOLATION_READ_COMMITTED - Static variable in class scriptella.jdbc.JdbcConnection
+
TRANSACTION_ISOLATION_READ_COMMITTED - Static variable in class scriptella.jdbc.JdbcConnection
 
-
TRANSACTION_ISOLATION_READ_UNCOMMITTED - Static variable in class scriptella.jdbc.JdbcConnection
+
TRANSACTION_ISOLATION_READ_UNCOMMITTED - Static variable in class scriptella.jdbc.JdbcConnection
 
-
TRANSACTION_ISOLATION_REPEATABLE_READ - Static variable in class scriptella.jdbc.JdbcConnection
+
TRANSACTION_ISOLATION_REPEATABLE_READ - Static variable in class scriptella.jdbc.JdbcConnection
 
-
TRANSACTION_ISOLATION_SERIALIZABLE - Static variable in class scriptella.jdbc.JdbcConnection
+
TRANSACTION_ISOLATION_SERIALIZABLE - Static variable in class scriptella.jdbc.JdbcConnection
 
-
TRIM - Static variable in class scriptella.driver.text.AbstractTextConnection
+
TRIM - Static variable in class scriptella.driver.text.AbstractTextConnection
Name of the trim connection property.
-
TRIM - Static variable in class scriptella.text.PropertyFormatInfo
+
TRIM - Static variable in class scriptella.text.PropertyFormatInfo
 
-
TxInterceptor - Class in scriptella.core
+
TxInterceptor - Class in scriptella.core
TODO: Add documentation
-
TxInterceptor(ExecutableElement, ScriptEl) - Constructor for class scriptella.core.TxInterceptor
+
TxInterceptor(ExecutableElement, ScriptEl) - Constructor for class scriptella.core.TxInterceptor
 
-
TYPE - Static variable in class scriptella.driver.mail.MailConnection
+
TYPE - Static variable in class scriptella.driver.mail.MailConnection
Name of the type connection property.
-
TYPE - Static variable in class scriptella.text.PropertyFormatInfo
+
TYPE - Static variable in class scriptella.text.PropertyFormatInfo
 
-
TYPE_HTML - Static variable in class scriptella.driver.mail.MailConnection
+
TYPE_HTML - Static variable in class scriptella.driver.mail.MailConnection
 
-
TYPE_TEXT - Static variable in class scriptella.driver.mail.MailConnection
+
TYPE_TEXT - Static variable in class scriptella.driver.mail.MailConnection
 
-
TypedPropertiesSource - Class in scriptella.text
+
TypedPropertiesSource - Class in scriptella.text
Typed view for properties.
-
TypedPropertiesSource(Map<String, ?>) - Constructor for class scriptella.text.TypedPropertiesSource
+
TypedPropertiesSource(Map<String, ?>) - Constructor for class scriptella.text.TypedPropertiesSource
 
- - - -

U

-
-
unregister() - Method in class scriptella.execution.JmxEtlManager
+

U

+
+
UNRECOGNIZED_OPTION - Enum constant in enum class scriptella.tools.launcher.EtlLauncher.ErrorCode
+
 
+
unregister() - Method in class scriptella.execution.JmxEtlManager
Unregisters this manager from the JMX server.
-
UrlPathTokenizer - Class in scriptella.util
+
UrlPathTokenizer - Class in scriptella.util
Parses URIs string into tokens and returns reolved URLs as array.
-
UrlPathTokenizer(URL) - Constructor for class scriptella.util.UrlPathTokenizer
+
UrlPathTokenizer(URL) - Constructor for class scriptella.util.UrlPathTokenizer
 
- - - -

V

-
-
ValueFormatBuilder - Class in scriptella.text
-
-
Builder class for constructing Format instances based on the following parameters: +

V

+
+
ValueFormatBuilder - Class in scriptella.text
+
+
Builder class for constructing Format instances based on the following parameters: type - built-in type name, i.e.
-
ValueFormatBuilder() - Constructor for class scriptella.text.ValueFormatBuilder
+
ValueFormatBuilder() - Constructor for class scriptella.text.ValueFormatBuilder
 
-
valueOf(String) - Static method in enum scriptella.driver.shell.ShellOs
+
valueOf(String) - Static method in enum class scriptella.driver.shell.ShellOs
-
Returns the enum constant of this type with the specified name.
+
Returns the enum constant of this class with the specified name.
-
valueOf(String) - Static method in enum scriptella.tools.launcher.EtlLauncher.ErrorCode
+
valueOf(String) - Static method in enum class scriptella.tools.launcher.EtlLauncher.ErrorCode
-
Returns the enum constant of this type with the specified name.
+
Returns the enum constant of this class with the specified name.
-
values() - Method in class scriptella.driver.script.ParametersCallbackMap
+
values() - Method in class scriptella.driver.script.ParametersCallbackMap
 
-
values() - Static method in enum scriptella.driver.shell.ShellOs
+
values() - Static method in enum class scriptella.driver.shell.ShellOs
-
Returns an array containing the constants of this enum type, in +
Returns an array containing the constants of this enum class, in the order they are declared.
-
values() - Static method in enum scriptella.tools.launcher.EtlLauncher.ErrorCode
+
values() - Static method in enum class scriptella.tools.launcher.EtlLauncher.ErrorCode
-
Returns an array containing the constants of this enum type, in +
Returns an array containing the constants of this enum class, in the order they are declared.
-
values() - Method in class scriptella.util.PropertiesMap
+
values() - Method in class scriptella.util.PropertiesMap
 
-
VelocityConnection - Class in scriptella.driver.velocity
+
VelocityConnection - Class in scriptella.driver.velocity
Represents a session to velocity engine.
-
VelocityConnection(ConnectionParameters) - Constructor for class scriptella.driver.velocity.VelocityConnection
+
VelocityConnection(ConnectionParameters) - Constructor for class scriptella.driver.velocity.VelocityConnection
Instantiates a velocity connection.
-
VelocityProviderException - Exception in scriptella.driver.velocity
+
VelocityProviderException - Exception in scriptella.driver.velocity
Thrown by Velocity Provider to indicate velocity failure.
-
VelocityProviderException() - Constructor for exception scriptella.driver.velocity.VelocityProviderException
+
VelocityProviderException() - Constructor for exception scriptella.driver.velocity.VelocityProviderException
 
-
VelocityProviderException(String) - 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(String, Throwable) - Constructor for exception scriptella.driver.velocity.VelocityProviderException
 
-
VelocityProviderException(Throwable) - Constructor for exception scriptella.driver.velocity.VelocityProviderException
+
VelocityProviderException(Throwable) - Constructor for exception scriptella.driver.velocity.VelocityProviderException
 
- - - -

W

-
-
waitForAndCheckExceptions() - Method in class scriptella.driver.shell.ShellCommandRunner
+

W

+
+
waitForAndCheckExceptions() - Method in class scriptella.driver.shell.ShellCommandRunner
Wait for the process to finish (including stdout/stderr finished forwarding) and check for errors during processing its output
-
waitForProc() - Method in class scriptella.driver.shell.ShellCommandRunner
+
waitForProc() - Method in class scriptella.driver.shell.ShellCommandRunner
+
 
+
WINDOWS - Enum constant in enum class scriptella.driver.shell.ShellOs
 
-
writeNext(String[], boolean) - Method in class scriptella.driver.csv.opencsv.CSVWriter
+
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
+

X

+
+
XLS_DRIVER_NAME - Static variable in class scriptella.driver.xls.Driver
 
-
XML_EXT - Static variable in class scriptella.tools.template.TemplateManager
+
XML_EXT - Static variable in class scriptella.tools.template.TemplateManager
 
-
XmlConfigurable - Interface in scriptella.configuration
+
XmlConfigurable - Interface in scriptella.configuration
Implemented by classes which support configuration from XML.
-
XmlConfigurableBase - Class in scriptella.configuration
+
XmlConfigurableBase - Class in scriptella.configuration
Base class for configuration elements.
-
XmlConfigurableBase() - Constructor for class scriptella.configuration.XmlConfigurableBase
+
XmlConfigurableBase() - Constructor for class scriptella.configuration.XmlConfigurableBase
 
-
XmlElement - Class in scriptella.configuration
+
XmlElement - Class in scriptella.configuration
Represents XML element
-
XmlElement(Element, URL, PropertiesSubstitutor) - Constructor for class scriptella.configuration.XmlElement
+
XmlElement(Element, URL, PropertiesSubstitutor) - Constructor for class scriptella.configuration.XmlElement
 
-
XmlElement(Element, XmlElement) - Constructor for class scriptella.configuration.XmlElement
+
XmlElement(Element, XmlElement) - Constructor for class scriptella.configuration.XmlElement
 
-
XPathConnection - Class in scriptella.driver.xpath
+
XPathConnection - Class in scriptella.driver.xpath
Represents a connection to an XML file.
-
XPathConnection() - Constructor for class scriptella.driver.xpath.XPathConnection
+
XPathConnection() - Constructor for class scriptella.driver.xpath.XPathConnection
For testing purposes only.
-
XPathConnection(ConnectionParameters) - Constructor for class scriptella.driver.xpath.XPathConnection
+
XPathConnection(ConnectionParameters) - Constructor for class scriptella.driver.xpath.XPathConnection
 
-
XPathProviderException - Exception in scriptella.driver.xpath
+
XPathProviderException - Exception in scriptella.driver.xpath
Thrown to indicate a problem with XML file querying.
-
XPathProviderException() - Constructor for exception scriptella.driver.xpath.XPathProviderException
+
XPathProviderException() - Constructor for exception scriptella.driver.xpath.XPathProviderException
 
-
XPathProviderException(String) - 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(String, Throwable) - Constructor for exception scriptella.driver.xpath.XPathProviderException
 
-
XPathProviderException(Throwable) - Constructor for exception scriptella.driver.xpath.XPathProviderException
+
XPathProviderException(Throwable) - Constructor for exception scriptella.driver.xpath.XPathProviderException
 
-
XPathQueryExecutor - Class in scriptella.driver.xpath
+
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
+
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 U V W X 
- -
- - - - - - - +A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +
+
+ +
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/index.html b/docs/api/index.html index 5f2ff5d..2f17ff4 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -1,75 +1,241 @@ - - + - -Scriptella API Documentation - + +Overview (Scriptella API Documentation) + + + + + + + + + + + - - - - - - - +<body class="package-index-page"> +<script type="text/javascript">var pathtoroot = "./"; +loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - +
+ +
+
+
+

Scriptella API Documentation

+
+
+
Packages
+
+
Package
+
Description
+ +
+
Classes and interfaces to parse script files.
+
+ +
+
Core classes for scripts execution.
+
+ +
+
Parent package for Scriptella drivers.
+
+ +
+
AS/400 Driver Adapter for Scriptella.
+
+ +
+
Autodiscovery Driver for Scriptella.
+
+ +
+
CSV Driver for Scriptella.
+
+ +
+
Optimized opencsv implementation for Scriptella.
+
+ +
+
Cubrid Driver Adapter for Scriptella.
+
+ +
+
DB2 Driver Adapter for Scriptella.
+
+ +
+
Derby Driver Adapter for Scriptella.
+
+ +
+
H2 Database Driver Adapter for Scriptella.
+
+ +
+
Janino Driver for Scriptella.
+
+ +
+
JEXL Driver for Scriptella.
+
+ +
+
JNDI Datasource Driver for Scriptella.
+
+ +
+
LDAP Driver for Scriptella.
+
+ +
 
+ +
+
E-Mail Driver for Scriptella.
+
+ +
+
Microsoft SQL Server Driver Adapter for Scriptella.
+
+ +
+
MySQL Driver(Connector/J) adapter for Scriptella.
+
+ +
+
Oracle Driver Adapter for Scriptella.
+
+ +
+
PostgreSQL Driver Adapter for Scriptella.
+
+ +
+
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
+
+ +
+
Driver for running Scriptella ETL files.
+
+ +
+
Shell scripts driver.
+
+ +
+
Spring Framework Integration Driver for Scriptella.
+
+ +
+
Scriptella Driver Adapter for Sybase ASE and ASA.
+
+ +
+
Text Driver for Scriptella.
+
+ +
+
Velocity Adapter for Scriptella.
+
+ +
+
SQLSheet Driver Adapter for Scriptella.
+
+ +
+
XPath Driver for Scriptella.
+
+ +
+
Facade classes for xml scripts execution.
+
+ +
+
Classes for working with expressions and properties substitution.
+
+ +
+
Progress Indicators and other classes related to user interaction.
+
+ +
+
Scriptella JDBC Bridge.
+
+ +
+
Service Provider Interface classes.
+
+ +
 
+ +
+
Classes for formatting and parsing text.
+
+ +
+
Ant tasks.
+
+ +
+
Command line ETL launcher.
+
+ +
+
ETL templates and support classes.
+
+ +
+
Miscellaneous utility classes.
+
+
+
+
+
+
+ +
+
+
+ + + + + + diff --git a/docs/api/jquery-ui.overrides.css b/docs/api/jquery-ui.overrides.css new file mode 100644 index 0000000..facf852 --- /dev/null +++ b/docs/api/jquery-ui.overrides.css @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; + border: 1px solid #F8981D; +} diff --git a/docs/api/legal/ADDITIONAL_LICENSE_INFO b/docs/api/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 0000000..ff700cd --- /dev/null +++ b/docs/api/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/docs/api/legal/ASSEMBLY_EXCEPTION b/docs/api/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 0000000..065b8d9 --- /dev/null +++ b/docs/api/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/docs/api/legal/LICENSE b/docs/api/legal/LICENSE new file mode 100644 index 0000000..8b400c7 --- /dev/null +++ b/docs/api/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/docs/api/legal/jquery.md b/docs/api/legal/jquery.md new file mode 100644 index 0000000..a763ec6 --- /dev/null +++ b/docs/api/legal/jquery.md @@ -0,0 +1,26 @@ +## jQuery v3.7.1 + +### jQuery License +``` +jQuery v 3.7.1 +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +``` diff --git a/docs/api/legal/jqueryUI.md b/docs/api/legal/jqueryUI.md new file mode 100644 index 0000000..8bda9d7 --- /dev/null +++ b/docs/api/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.13.2 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/docs/api/member-search-index.js b/docs/api/member-search-index.js new file mode 100644 index 0000000..d4b8cf6 --- /dev/null +++ b/docs/api/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"scriptella.spi","c":"AbstractConnection","l":"AbstractConnection()","u":"%3Cinit%3E()"},{"p":"scriptella.spi","c":"AbstractConnection","l":"AbstractConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.spi","c":"AbstractConnection","l":"AbstractConnection(DialectIdentifier, ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.DialectIdentifier,scriptella.spi.ConnectionParameters)"},{"p":"scriptella.spi","c":"AbstractScriptellaDriver","l":"AbstractScriptellaDriver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"AbstractTextConnection()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"AbstractTextConnection(DialectIdentifier, ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.DialectIdentifier,scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"AbstractTextConnection(DialectIdentifier, TextConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.DialectIdentifier,scriptella.driver.text.TextConnectionParameters)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"ADD"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"addAttribute(Attribute)","u":"addAttribute(javax.naming.directory.Attribute)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"addAttribute(String, Object)","u":"addAttribute(java.lang.String,java.lang.Object)"},{"p":"scriptella.spi","c":"ProviderException","l":"addErrorCode(String)","u":"addErrorCode(java.lang.String)"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"addFileset(FileSet)","u":"addFileset(org.apache.tools.ant.types.FileSet)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"addModificationItem(int, String, Object)","u":"addModificationItem(int,java.lang.String,java.lang.Object)"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"afterPropertiesSet()"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"afterPropertiesSet()"},{"p":"scriptella.tools.ant","c":"AntHandler","l":"AntHandler(Project, boolean)","u":"%3Cinit%3E(org.apache.tools.ant.Project,boolean)"},{"p":"scriptella.text","c":"PropertyFormat","l":"appendCommaSeparator(StringBuilder)","u":"appendCommaSeparator(java.lang.StringBuilder)"},{"p":"scriptella.driver.as400","c":"Driver","l":"AS400_DRIVER_NAME"},{"p":"scriptella.util","c":"IOUtils","l":"asBuffered(Reader)","u":"asBuffered(java.io.Reader)"},{"p":"scriptella.util","c":"IOUtils","l":"asBuffered(Writer)","u":"asBuffered(java.io.Writer)"},{"p":"scriptella.util","c":"ColumnsMap","l":"asIndexNameMap()"},{"p":"scriptella.configuration","c":"XmlElement","l":"asList(NodeList)","u":"asList(org.w3c.dom.NodeList)"},{"p":"scriptella.util","c":"CollectionUtils","l":"asMap(Properties)","u":"asMap(java.util.Properties)"},{"p":"scriptella.configuration","c":"PropertiesEl","l":"asParametersCallback()"},{"p":"scriptella.util","c":"CollectionUtils","l":"asProperties(Map)","u":"asProperties(java.util.Map)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"assertRequiredFieldPresent(XmlElement, String)","u":"assertRequiredFieldPresent(scriptella.configuration.XmlElement,java.lang.String)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"assertRequiredFieldPresent(XmlElement, String, String)","u":"assertRequiredFieldPresent(scriptella.configuration.XmlElement,java.lang.String,java.lang.String)"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"AUTOCOMMIT_KEY"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"AUTOCOMMIT_SIZE_KEY"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"autocommitSize"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"BatchEtlExecutorBean()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.script","c":"BindingsParametersCallback","l":"BindingsParametersCallback(ParametersCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.script","c":"BindingsParametersCallback","l":"BindingsParametersCallback(ParametersCallback, QueryCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.tools.launcher","c":"BugReport","l":"BugReport(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"build()"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"cache_queries"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"CACHE_QUERIES"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"call()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"call()"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"cancel()"},{"p":"scriptella.execution","c":"JmxEtlManagerMBean","l":"cancel()"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"cancelAll()"},{"p":"scriptella.core","c":"EtlCancelledException","l":"checkEtlCancelled()"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"checkFile(String)","u":"checkFile(java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"CLASS_NAME"},{"p":"scriptella.core","c":"EtlVariable.ClassUtils","l":"ClassUtils()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"clear()"},{"p":"scriptella.util","c":"PropertiesMap","l":"clear()"},{"p":"scriptella.core","c":"ConnectionManager","l":"close()"},{"p":"scriptella.core","c":"Session","l":"close()"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"close()"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"close()"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"close()"},{"p":"scriptella.driver.janino","c":"JaninoConnection","l":"close()"},{"p":"scriptella.driver.jexl","c":"JexlConnection","l":"close()"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"close()"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"close()"},{"p":"scriptella.driver.script","c":"ScriptConnection","l":"close()"},{"p":"scriptella.driver.scriptella","c":"ScriptellaConnection","l":"close()"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"close()"},{"p":"scriptella.driver.shell","c":"ShellConnection","l":"close()"},{"p":"scriptella.driver.shell","c":"ShellScriptExecutor","l":"close()"},{"p":"scriptella.driver.text","c":"TextConnection","l":"close()"},{"p":"scriptella.driver.text","c":"TextScriptExecutor","l":"close()"},{"p":"scriptella.driver.velocity","c":"VelocityConnection","l":"close()"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"close()"},{"p":"scriptella.expression","c":"LineIterator","l":"close()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"close()"},{"p":"scriptella.jdbc","c":"ResultSetAdapter","l":"close()"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"close()"},{"p":"scriptella.spi","c":"Connection","l":"close()"},{"p":"scriptella.tools.ant","c":"AntHandler","l":"close()"},{"p":"scriptella.jdbc","c":"JdbcUtils","l":"closeSilent(Connection)","u":"closeSilent(java.sql.Connection)"},{"p":"scriptella.jdbc","c":"JdbcUtils","l":"closeSilent(ResultSet)","u":"closeSilent(java.sql.ResultSet)"},{"p":"scriptella.jdbc","c":"JdbcUtils","l":"closeSilent(Statement)","u":"closeSilent(java.sql.Statement)"},{"p":"scriptella.util","c":"IOUtils","l":"closeSilently(Closeable)","u":"closeSilently(java.io.Closeable)"},{"p":"scriptella.util","c":"IOUtils","l":"closeSilently(Iterable)","u":"closeSilently(java.lang.Iterable)"},{"p":"scriptella.util","c":"ColumnsMap","l":"ColumnsMap()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"ConnectionManager","l":"commit()"},{"p":"scriptella.core","c":"Session","l":"commit()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"commit()"},{"p":"scriptella.spi","c":"AbstractConnection","l":"commit()"},{"p":"scriptella.spi","c":"Connection","l":"commit()"},{"p":"scriptella.expression","c":"Expression","l":"compile(String)","u":"compile(java.lang.String)"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"complete()"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"ConfigurationEl(XmlElement, HierarchicalParametersCallback)","u":"%3Cinit%3E(scriptella.configuration.XmlElement,scriptella.spi.support.HierarchicalParametersCallback)"},{"p":"scriptella.configuration","c":"ConfigurationException","l":"ConfigurationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationException","l":"ConfigurationException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.configuration","c":"ConfigurationException","l":"ConfigurationException(String, Throwable, XmlElement)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"ConfigurationException","l":"ConfigurationException(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"ConfigurationFactory","l":"ConfigurationFactory()","u":"%3Cinit%3E()"},{"p":"scriptella.interactive","c":"LoggingConfigurer","l":"configure(Handler)","u":"configure(java.util.logging.Handler)"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"ContentEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"DialectBasedContentEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"IncludeEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"PropertiesEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"QueryEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"ScriptEl","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"XmlConfigurable","l":"configure(XmlElement)","u":"configure(scriptella.configuration.XmlElement)"},{"p":"scriptella.driver.auto","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.csv","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.janino","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.jexl","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.ldap","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.mail","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.script","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.scriptella","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.shell","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.text","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.velocity","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.xpath","c":"Driver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.jdbc","c":"GenericDriver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.spi","c":"ScriptellaDriver","l":"connect(ConnectionParameters)","u":"connect(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.oracle","c":"Driver","l":"connect(ConnectionParameters, Properties)","u":"connect(scriptella.spi.ConnectionParameters,java.util.Properties)"},{"p":"scriptella.jdbc","c":"GenericDriver","l":"connect(ConnectionParameters, Properties)","u":"connect(scriptella.spi.ConnectionParameters,java.util.Properties)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"ConnectionEl()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"ConnectionManager","l":"ConnectionManager(EtlContext, ConnectionEl)","u":"%3Cinit%3E(scriptella.execution.EtlContext,scriptella.configuration.ConnectionEl)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"ConnectionParameters()","u":"%3Cinit%3E()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"ConnectionParameters(ConnectionEl, DriverContext)","u":"%3Cinit%3E(scriptella.configuration.ConnectionEl,scriptella.spi.DriverContext)"},{"p":"scriptella.driver.text","c":"ConsoleAdapters","l":"ConsoleAdapters()","u":"%3Cinit%3E()"},{"p":"scriptella.util","c":"StringUtils","l":"consoleFormat(String)","u":"consoleFormat(java.lang.String)"},{"p":"scriptella.util","c":"StringUtils","l":"consoleFormat(String, int)","u":"consoleFormat(java.lang.String,int)"},{"p":"scriptella.interactive","c":"ConsoleProgressIndicator","l":"ConsoleProgressIndicator()","u":"%3Cinit%3E()"},{"p":"scriptella.interactive","c":"ConsoleProgressIndicator","l":"ConsoleProgressIndicator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"containsEntries()"},{"p":"scriptella.driver.script","c":"NashornBindingsParametersCallback","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"scriptella.util","c":"PropertiesMap","l":"containsKey(Object)","u":"containsKey(java.lang.Object)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"scriptella.util","c":"PropertiesMap","l":"containsValue(Object)","u":"containsValue(java.lang.Object)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"content"},{"p":"scriptella.configuration","c":"ContentEl","l":"ContentEl()","u":"%3Cinit%3E()"},{"p":"scriptella.configuration","c":"ContentEl","l":"ContentEl(XmlElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement)"},{"p":"scriptella.spi","c":"AbstractConnection","l":"counter"},{"p":"scriptella.tools.template","c":"DataMigrator","l":"create(Map)","u":"create(java.util.Map)"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"create(Map)","u":"create(java.util.Map)"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"create(String, String)","u":"create(java.lang.String,java.lang.String)"},{"p":"scriptella.tools.ant","c":"EtlTemplateTask","l":"create(TemplateManager, Map)","u":"create(scriptella.tools.template.TemplateManager,java.util.Map)"},{"p":"scriptella.configuration","c":"ConfigurationFactory","l":"createConfiguration()"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"createEmpty()"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"CsvConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"CsvConnectionParameters()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"CsvConnectionParameters(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.csv","c":"CsvProviderException","l":"CsvProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.csv","c":"CsvProviderException","l":"CsvProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.csv","c":"CsvProviderException","l":"CsvProviderException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"scriptella.driver.csv","c":"CsvProviderException","l":"CsvProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.csv","c":"CsvProviderException","l":"CsvProviderException(String, Throwable, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,java.lang.String)"},{"p":"scriptella.driver.csv","c":"CsvProviderException","l":"CsvProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"CsvQuery(CSVReader, PropertiesSubstitutor, CsvConnectionParameters)","u":"%3Cinit%3E(scriptella.driver.csv.opencsv.CSVReader,scriptella.expression.PropertiesSubstitutor,scriptella.driver.csv.CsvConnectionParameters)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"CSVReader(Reader)","u":"%3Cinit%3E(java.io.Reader)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"CSVReader(Reader, char)","u":"%3Cinit%3E(java.io.Reader,char)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"CSVReader(Reader, char, char)","u":"%3Cinit%3E(java.io.Reader,char,char)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"CSVReader(Reader, char, char, int)","u":"%3Cinit%3E(java.io.Reader,char,char,int)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"CSVWriter(Writer)","u":"%3Cinit%3E(java.io.Writer)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"CSVWriter(Writer, char)","u":"%3Cinit%3E(java.io.Writer,char)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"CSVWriter(Writer, char, char)","u":"%3Cinit%3E(java.io.Writer,char,char)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"CSVWriter(Writer, char, char, char)","u":"%3Cinit%3E(java.io.Writer,char,char,char)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"CSVWriter(Writer, char, char, char, String)","u":"%3Cinit%3E(java.io.Writer,char,char,char,java.lang.String)"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"CSVWriter(Writer, char, char, String)","u":"%3Cinit%3E(java.io.Writer,char,char,java.lang.String)"},{"p":"scriptella.driver.cubrid","c":"Driver","l":"CUBRID_DRIVER_NAME"},{"p":"scriptella.tools.template","c":"DataMigrator","l":"DataMigrator()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"EtlVariable.DateUtils","l":"DateUtils()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.db2","c":"Driver","l":"DB2_DRIVER_NAME"},{"p":"scriptella.core","c":"ScriptExecutor","l":"debug"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"DEFAULT_ESCAPE"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"DEFAULT_ESCAPE_CHARACTER"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"DEFAULT_FILE_NAME"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"DEFAULT_HEADERS"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"DEFAULT_LINE_END"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"DEFAULT_QUERY"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"DEFAULT_QUOTE_CHARACTER"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"DEFAULT_QUOTE_CHARACTER"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"DEFAULT_QUOTEALL"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"DEFAULT_SEPARATOR"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"DEFAULT_SEPARATOR"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"DEFAULT_SEPARATOR"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"DEFAULT_SKIP_LINES"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"defineName()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"DELETE"},{"p":"scriptella.driver.derby","c":"Driver","l":"DERBY_CLIENT_DRIVER_NAME"},{"p":"scriptella.driver.derby","c":"Driver","l":"DERBY_EMBEDDED_DRIVER_NAME"},{"p":"scriptella.driver.script","c":"MissingQueryNextCallDetector","l":"detectMissingQueryNextCall()"},{"p":"scriptella.configuration","c":"DialectBasedContentEl","l":"DialectBasedContentEl()","u":"%3Cinit%3E()"},{"p":"scriptella.configuration","c":"DialectBasedContentEl","l":"DialectBasedContentEl(XmlElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement)"},{"p":"scriptella.spi","c":"DialectIdentifier","l":"DialectIdentifier(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"scriptella.driver.as400","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.auto","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.csv","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.cubrid","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.db2","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.derby","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.h2","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.janino","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.jexl","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.jndi","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.ldap","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.mail","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.mssql","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.mysql","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.oracle","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.postgresql","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.script","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.scriptella","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.shell","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.spring","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.sybase","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.text","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.velocity","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.xls","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.xpath","c":"Driver","l":"Driver()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"DynamicContext","l":"DynamicContext()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"DynamicContext","l":"DynamicContext(EtlContext)","u":"%3Cinit%3E(scriptella.execution.EtlContext)"},{"p":"scriptella.core","c":"DynamicContextDecorator","l":"DynamicContextDecorator(DynamicContext)","u":"%3Cinit%3E(scriptella.core.DynamicContext)"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"elementExecuted()"},{"p":"scriptella.execution","c":"SilentExecutionStatisticsBuilder","l":"elementExecuted()"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"elementFailed()"},{"p":"scriptella.execution","c":"SilentExecutionStatisticsBuilder","l":"elementFailed()"},{"p":"scriptella.execution","c":"ExecutionStatistics.ElementInfo","l":"ElementInfo()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"ElementInterceptor","l":"ElementInterceptor(ExecutableElement)","u":"%3Cinit%3E(scriptella.core.ExecutableElement)"},{"p":"scriptella.core","c":"ElementInterceptor","l":"ElementInterceptor(ExecutableElement, DynamicContextDecorator)","u":"%3Cinit%3E(scriptella.core.ExecutableElement,scriptella.core.DynamicContextDecorator)"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"elementStarted(Location, Connection)","u":"elementStarted(scriptella.configuration.Location,scriptella.spi.Connection)"},{"p":"scriptella.execution","c":"SilentExecutionStatisticsBuilder","l":"elementStarted(Location, Connection)","u":"elementStarted(scriptella.configuration.Location,scriptella.spi.Connection)"},{"p":"scriptella.jdbc","c":"SqlTokenizer","l":"EMPTY_INJECTIONS_ARRAY"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"ENCODING"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"Entry()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"entrySet()"},{"p":"scriptella.util","c":"PropertiesMap","l":"entrySet()"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"EOL"},{"p":"scriptella.spi","c":"DialectIdentifier","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"scriptella.util","c":"PropertiesMap","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"escape"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"ESCAPE"},{"p":"scriptella.core","c":"EtlCancelledException","l":"EtlCancelledException()","u":"%3Cinit%3E()"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"etlComplete()"},{"p":"scriptella.execution","c":"EtlContext","l":"EtlContext()","u":"%3Cinit%3E()"},{"p":"scriptella.execution","c":"EtlContext","l":"EtlContext(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"EtlExecuteTask()","u":"%3Cinit%3E()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"EtlExecutor()","u":"%3Cinit%3E()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"EtlExecutor(ConfigurationEl)","u":"%3Cinit%3E(scriptella.configuration.ConfigurationEl)"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"EtlExecutorBean()","u":"%3Cinit%3E()"},{"p":"scriptella.execution","c":"EtlExecutorException","l":"EtlExecutorException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"EtlLauncher()","u":"%3Cinit%3E()"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"etlStarted()"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"EtlTaskBase()","u":"%3Cinit%3E()"},{"p":"scriptella.tools.ant","c":"EtlTemplateTask","l":"EtlTemplateTask()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"DynamicContext","l":"etlVariable"},{"p":"scriptella.core","c":"EtlVariable","l":"EtlVariable()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"EtlVariable","l":"EtlVariable(ParametersCallback, EtlContext)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback,scriptella.execution.EtlContext)"},{"p":"scriptella.expression","c":"Expression","l":"evaluate(ParametersCallback)","u":"evaluate(scriptella.spi.ParametersCallback)"},{"p":"scriptella.expression","c":"JexlExpression","l":"evaluate(ParametersCallback)","u":"evaluate(scriptella.spi.ParametersCallback)"},{"p":"scriptella.jdbc","c":"ParametersParser","l":"evaluate(String, ParametersCallback)","u":"evaluate(java.lang.String,scriptella.spi.ParametersCallback)"},{"p":"scriptella.expression","c":"Expression.EvaluationException","l":"EvaluationException()","u":"%3Cinit%3E()"},{"p":"scriptella.expression","c":"Expression.EvaluationException","l":"EvaluationException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.expression","c":"Expression.EvaluationException","l":"EvaluationException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.expression","c":"Expression.EvaluationException","l":"EvaluationException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.core","c":"ExceptionInterceptor","l":"ExceptionInterceptor(ExecutableElement, Location)","u":"%3Cinit%3E(scriptella.core.ExecutableElement,scriptella.configuration.Location)"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"exec(String)","u":"exec(java.lang.String)"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"execAndInitReaders(String[])","u":"execAndInitReaders(java.lang.String[])"},{"p":"scriptella.driver.janino","c":"JaninoScript","l":"execute()"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"execute()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"execute()"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"execute()"},{"p":"scriptella.tools.ant","c":"EtlTemplateTask","l":"execute()"},{"p":"scriptella.core","c":"QueryExecutor","l":"execute(Connection, Resource, DynamicContext)","u":"execute(scriptella.spi.Connection,scriptella.spi.Resource,scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"ScriptExecutor","l":"execute(Connection, Resource, DynamicContext)","u":"execute(scriptella.spi.Connection,scriptella.spi.Resource,scriptella.core.DynamicContext)"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"execute(CSVReader, QueryCallback, AbstractConnection.StatementCounter)","u":"execute(scriptella.driver.csv.opencsv.CSVReader,scriptella.spi.QueryCallback,scriptella.spi.AbstractConnection.StatementCounter)"},{"p":"scriptella.core","c":"ConnectionInterceptor","l":"execute(DynamicContext)","u":"execute(scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"ScriptExecutor","l":"execute(DynamicContext)","u":"execute(scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"ExceptionInterceptor","l":"execute(DynamicContext)","u":"execute(scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"ExecutableElement","l":"execute(DynamicContext)","u":"execute(scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"IfInterceptor","l":"execute(DynamicContext)","u":"execute(scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"StatisticInterceptor","l":"execute(DynamicContext)","u":"execute(scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"TxInterceptor","l":"execute(DynamicContext)","u":"execute(scriptella.core.DynamicContext)"},{"p":"scriptella.core","c":"Session","l":"execute(EtlContext)","u":"execute(scriptella.execution.EtlContext)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"execute(File)","u":"execute(java.io.File)"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"execute(ProgressIndicator)","u":"execute(scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.execution","c":"EtlExecutor","l":"execute(ProgressIndicator)","u":"execute(scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.driver.xpath","c":"XPathQueryExecutor","l":"execute(QueryCallback, ParametersCallback)","u":"execute(scriptella.spi.QueryCallback,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.ldap","c":"LdifScript","l":"execute(Reader, DirContext, ParametersCallback)","u":"execute(java.io.Reader,javax.naming.directory.DirContext,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.shell","c":"ShellScriptExecutor","l":"execute(Reader, ParametersCallback, AbstractConnection.StatementCounter)","u":"execute(java.io.Reader,scriptella.spi.ParametersCallback,scriptella.spi.AbstractConnection.StatementCounter)"},{"p":"scriptella.driver.text","c":"TextScriptExecutor","l":"execute(Reader, ParametersCallback, AbstractConnection.StatementCounter)","u":"execute(java.io.Reader,scriptella.spi.ParametersCallback,scriptella.spi.AbstractConnection.StatementCounter)"},{"p":"scriptella.driver.ldap","c":"SearchFilterQuery","l":"execute(String)","u":"execute(java.lang.String)"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"executeAfterStdoutStderrConsumed(Runnable)","u":"executeAfterStdoutStderrConsumed(java.lang.Runnable)"},{"p":"scriptella.core","c":"ElementInterceptor","l":"executeNext(DynamicContext)","u":"executeNext(scriptella.core.DynamicContext)"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.janino","c":"JaninoConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.jexl","c":"JexlConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.script","c":"ScriptConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.scriptella","c":"ScriptellaConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.shell","c":"ShellConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.text","c":"TextConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.velocity","c":"VelocityConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.spi","c":"Connection","l":"executeQuery(Resource, ParametersCallback, QueryCallback)","u":"executeQuery(scriptella.spi.Resource,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.janino","c":"JaninoConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.jexl","c":"JexlConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.script","c":"ScriptConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.scriptella","c":"ScriptellaConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.shell","c":"ShellConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.text","c":"TextConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.velocity","c":"VelocityConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.spi","c":"Connection","l":"executeScript(Resource, ParametersCallback)","u":"executeScript(scriptella.spi.Resource,scriptella.spi.ParametersCallback)"},{"p":"scriptella.core","c":"ExceptionInterceptor.ExecutionException","l":"ExecutionException(String, Throwable, Location)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,scriptella.configuration.Location)"},{"p":"scriptella.core","c":"ExceptionInterceptor.ExecutionException","l":"ExecutionException(Throwable, Location)","u":"%3Cinit%3E(java.lang.Throwable,scriptella.configuration.Location)"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"executionStack"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"ExecutionStatistics()","u":"%3Cinit%3E()"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"ExecutionStatisticsBuilder()","u":"%3Cinit%3E()"},{"p":"scriptella.configuration","c":"XmlElement","l":"expandProperties(String)","u":"expandProperties(java.lang.String)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"EXPR_PTR"},{"p":"scriptella.expression","c":"Expression","l":"Expression(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher.ErrorCode","l":"FAILED"},{"p":"scriptella.configuration","c":"FallbackEl","l":"FallbackEl(XmlElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement)"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"FILE_MAXLENGTH_KEY"},{"p":"scriptella.tools.launcher","c":"EtlLauncher.ErrorCode","l":"FILE_NOT_FOUND"},{"p":"scriptella.util","c":"ColumnsMap","l":"find(String)","u":"find(java.lang.String)"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"findEtlMBeans()"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"findGetter(String)","u":"findGetter(java.lang.String)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"findSetter(String)","u":"findSetter(java.lang.String)"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"FLUSH"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"FLUSH_BEFORE_QUERY"},{"p":"scriptella.driver.shell","c":"ShellScriptExecutor","l":"flush()"},{"p":"scriptella.driver.text","c":"TextScriptExecutor","l":"flush()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"flush()"},{"p":"scriptella.tools.ant","c":"AntHandler","l":"flush()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"flushBeforeQuery"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"fork(int)"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"fork(int, int)","u":"fork(int,int)"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"FORMAT_PREFIX"},{"p":"scriptella.core","c":"EtlVariable.DateUtils","l":"format(Date, String)","u":"format(java.util.Date,java.lang.String)"},{"p":"scriptella.text","c":"TimestampValueFormat","l":"format(Date, StringBuffer, FieldPosition)","u":"format(java.util.Date,java.lang.StringBuffer,java.text.FieldPosition)"},{"p":"scriptella.text","c":"PropertyFormat","l":"format(Object)","u":"format(java.lang.Object)"},{"p":"scriptella.text","c":"PropertyFormatter","l":"format(ParametersCallback)","u":"format(scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"format(Reader, PropertiesSubstitutor)","u":"format(java.io.Reader,scriptella.expression.PropertiesSubstitutor)"},{"p":"scriptella.driver.ldap.ldif","c":"TrackingLineIterator","l":"format(String)","u":"format(java.lang.String)"},{"p":"scriptella.expression","c":"LineIterator","l":"format(String)","u":"format(java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormatter","l":"format(String, Object)","u":"format(java.lang.String,java.lang.Object)"},{"p":"scriptella.core","c":"EtlVariable.ClassUtils","l":"forName(String)","u":"forName(java.lang.String)"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"forName(String)","u":"forName(java.lang.String)"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"from(ConnectionParameters)","u":"from(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.shell","c":"ShellOs","l":"fromOsNameVersion(String, String)","u":"fromOsNameVersion(java.lang.String,java.lang.String)"},{"p":"scriptella.jdbc","c":"GenericDriver","l":"GenericDriver()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.script","c":"NashornBindingsParametersCallback","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"scriptella.util","c":"PropertiesMap","l":"get(Object)","u":"get(java.lang.Object)"},{"p":"scriptella.core","c":"ThreadLocalContext","l":"get(String)","u":"get(java.lang.String)"},{"p":"scriptella.driver.janino","c":"JaninoScript","l":"get(String)","u":"get(java.lang.String)"},{"p":"scriptella.driver.jexl","c":"JexlContextMap","l":"get(String)","u":"get(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"get(String)","u":"get(java.lang.String)"},{"p":"scriptella.driver.xpath","c":"NodeVariable","l":"get(String)","u":"get(java.lang.String)"},{"p":"scriptella.configuration","c":"XmlElement","l":"getAttribute(String)","u":"getAttribute(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"getAttributes()"},{"p":"scriptella.configuration","c":"XmlElement","l":"getBooleanAttribute(String, boolean)","u":"getBooleanAttribute(java.lang.String,boolean)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getBooleanProperty(String)","u":"getBooleanProperty(java.lang.String)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getBooleanProperty(String, boolean)","u":"getBooleanProperty(java.lang.String,boolean)"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getBooleanProperty(String, boolean)","u":"getBooleanProperty(java.lang.String,boolean)"},{"p":"scriptella.spi.support","c":"HierarchicalParametersCallback","l":"getCallback()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getCatalog()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getCatalog()"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"getCategoriesStatistics()"},{"p":"scriptella.core","c":"RuntimeIOException","l":"getCause()"},{"p":"scriptella.util","c":"ExceptionUtils","l":"getCause(Throwable)","u":"getCause(java.lang.Throwable)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"getChangeType()"},{"p":"scriptella.configuration","c":"IncludeEl","l":"getCharset()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getCharsetProperty(String)","u":"getCharsetProperty(java.lang.String)"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getCharsetProperty(String)","u":"getCharsetProperty(java.lang.String)"},{"p":"scriptella.configuration","c":"XmlElement","l":"getChild(String)","u":"getChild(java.lang.String)"},{"p":"scriptella.configuration","c":"XmlElement","l":"getChildren()"},{"p":"scriptella.configuration","c":"XmlElement","l":"getChildren(Set)","u":"getChildren(java.util.Set)"},{"p":"scriptella.configuration","c":"XmlElement","l":"getChildren(String)","u":"getChildren(java.lang.String)"},{"p":"scriptella.configuration","c":"QueryEl","l":"getChildScriptinglElements()"},{"p":"scriptella.text","c":"PropertyFormat","l":"getClassName()"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"getClassName()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getClasspath()"},{"p":"scriptella.core","c":"EtlVariable","l":"getClazz()"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"getCodes()"},{"p":"scriptella.configuration","c":"Location","l":"getColumn()"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"getColumnsMap()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"getConfiguration()"},{"p":"scriptella.core","c":"ConnectionManager","l":"getConnection()"},{"p":"scriptella.core","c":"DynamicContext","l":"getConnection()"},{"p":"scriptella.core","c":"DynamicContextDecorator","l":"getConnection()"},{"p":"scriptella.core","c":"EtlVariable","l":"getConnection(String)","u":"getConnection(java.lang.String)"},{"p":"scriptella.driver.auto","c":"Driver","l":"getConnection(String, ConnectionParameters)","u":"getConnection(java.lang.String,scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.h2","c":"Driver","l":"getConnection(String, Properties)","u":"getConnection(java.lang.String,java.util.Properties)"},{"p":"scriptella.driver.jndi","c":"Driver","l":"getConnection(String, Properties)","u":"getConnection(java.lang.String,java.util.Properties)"},{"p":"scriptella.driver.spring","c":"Driver","l":"getConnection(String, Properties)","u":"getConnection(java.lang.String,java.util.Properties)"},{"p":"scriptella.jdbc","c":"GenericDriver","l":"getConnection(String, Properties)","u":"getConnection(java.lang.String,java.util.Properties)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"getConnectionId()"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"getConnectionId()"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"getConnectionParameters()"},{"p":"scriptella.driver.shell","c":"ShellConnection","l":"getConnectionParameters()"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"getConnectionParameters()"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"getConnectionParameters()"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"getConnections()"},{"p":"scriptella.driver.text","c":"ConsoleAdapters","l":"getConsoleReader(String)","u":"getConsoleReader(java.lang.String)"},{"p":"scriptella.driver.text","c":"ConsoleAdapters","l":"getConsoleWriter(String)","u":"getConsoleWriter(java.lang.String)"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"getContent()"},{"p":"scriptella.configuration","c":"DialectBasedContentEl","l":"getContent(DialectIdentifier)","u":"getContent(scriptella.spi.DialectIdentifier)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"getContent(DialectIdentifier)","u":"getContent(scriptella.spi.DialectIdentifier)"},{"p":"scriptella.core","c":"ScriptExecutor","l":"getContent(DialectIdentifier)","u":"getContent(scriptella.spi.DialectIdentifier)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getContext()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"getControl()"},{"p":"scriptella.core","c":"ElementInterceptor","l":"getCtxDecorator()"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"getCurrentRowValueAt(int, String)","u":"getCurrentRowValueAt(int,java.lang.String)"},{"p":"scriptella.core","c":"EtlVariable","l":"getDate()"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"getDefaultFormat()"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"getDialectContent(DialectIdentifier)","u":"getDialectContent(scriptella.spi.DialectIdentifier)"},{"p":"scriptella.spi","c":"AbstractConnection","l":"getDialectIdentifier()"},{"p":"scriptella.spi","c":"Connection","l":"getDialectIdentifier()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"getDn()"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"getDocumentUrl()"},{"p":"scriptella.configuration","c":"XmlElement","l":"getDocumentUrl()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getDriver()"},{"p":"scriptella.core","c":"DriverFactory","l":"getDriver(Class)","u":"getDriver(java.lang.Class)"},{"p":"scriptella.core","c":"DriverFactory","l":"getDriver(String, ClassLoader)","u":"getDriver(java.lang.String,java.lang.ClassLoader)"},{"p":"scriptella.configuration","c":"XmlElement","l":"getElement()"},{"p":"scriptella.core","c":"ScriptExecutor","l":"getElement()"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"getElements()"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"getEncoding()"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"getEol()"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"getErr()"},{"p":"scriptella.tools.launcher","c":"EtlLauncher.ErrorCode","l":"getErrorCode()"},{"p":"scriptella.spi","c":"ProviderException","l":"getErrorCodes()"},{"p":"scriptella.core","c":"OnErrorHandler","l":"getErrorCodes(Throwable)","u":"getErrorCodes(java.lang.Throwable)"},{"p":"scriptella.spi","c":"ProviderException","l":"getErrorStatement()"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"getEscape()"},{"p":"scriptella.core","c":"ConnectionManager","l":"getExecutedStatementsCount()"},{"p":"scriptella.core","c":"Session","l":"getExecutedStatementsCount()"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"getExecutedStatementsCount()"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"getExecutedStatementsCount()"},{"p":"scriptella.execution","c":"JmxEtlManagerMBean","l":"getExecutedStatementsCount()"},{"p":"scriptella.spi","c":"AbstractConnection","l":"getExecutedStatementsCount()"},{"p":"scriptella.spi","c":"Connection","l":"getExecutedStatementsCount()"},{"p":"scriptella.expression","c":"Expression","l":"getExpression()"},{"p":"scriptella.execution","c":"ExecutionStatistics.ElementInfo","l":"getFailedExecutionCount()"},{"p":"scriptella.configuration","c":"IncludeEl","l":"getFallbackEl()"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"getFinishDate()"},{"p":"scriptella.text","c":"PropertyFormat","l":"getFormat()"},{"p":"scriptella.text","c":"PropertyFormatter","l":"getFormatInfo()"},{"p":"scriptella.core","c":"DynamicContext","l":"getGlobalContext()"},{"p":"scriptella.core","c":"EtlVariable","l":"getGlobals()"},{"p":"scriptella.execution","c":"EtlContext","l":"getGlobalVariables()"},{"p":"scriptella.configuration","c":"IncludeEl","l":"getHref()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getId()"},{"p":"scriptella.execution","c":"ExecutionStatistics.ElementInfo","l":"getId()"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"getIf()"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"getInjections()"},{"p":"scriptella.jdbc","c":"SqlTokenizer","l":"getInjections()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getIntegerProperty(String)","u":"getIntegerProperty(java.lang.String)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getIntegerProperty(String, int)","u":"getIntegerProperty(java.lang.String,int)"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getKeys()"},{"p":"scriptella.execution","c":"EtlExecutorException","l":"getLastElementLocation()"},{"p":"scriptella.execution","c":"EtlExecutorException","l":"getLastExpression()"},{"p":"scriptella.execution","c":"EtlExecutorException","l":"getLastProvider()"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"getLeft()"},{"p":"scriptella.expression","c":"LineIterator","l":"getLineAt(int)"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"getLocale()"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getLocaleProperty(String)","u":"getLocaleProperty(java.lang.String)"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"getLocation()"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"getLocation()"},{"p":"scriptella.core","c":"ScriptExecutor","l":"getLocation()"},{"p":"scriptella.core","c":"ExceptionInterceptor.ExecutionException","l":"getLocation()"},{"p":"scriptella.configuration","c":"PropertiesEl","l":"getMap()"},{"p":"scriptella.util","c":"StringUtils","l":"getMaskedPassword(String)","u":"getMaskedPassword(java.lang.String)"},{"p":"scriptella.driver.ldap","c":"LdifScript","l":"getMaxFileLength()"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"getMaxmemory()"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"getMessage()"},{"p":"scriptella.execution","c":"EtlExecutorException","l":"getMessage()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"getModificationItems()"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"getName()"},{"p":"scriptella.spi","c":"DialectIdentifier","l":"getName()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"getNativeConnection()"},{"p":"scriptella.spi","c":"NativeConnectionProvider","l":"getNativeConnection()"},{"p":"scriptella.jdbc","c":"JdbcException","l":"getNativeException()"},{"p":"scriptella.spi","c":"ProviderException","l":"getNativeException()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"getNewRdn()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"getNewSuperior()"},{"p":"scriptella.core","c":"ElementInterceptor","l":"getNext()"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"getNullString()"},{"p":"scriptella.text","c":"PropertyFormat","l":"getNullString()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getNumberProperty(String, Number)","u":"getNumberProperty(java.lang.String,java.lang.Number)"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getNumberProperty(String, Number)","u":"getNumberProperty(java.lang.String,java.lang.Number)"},{"p":"scriptella.configuration","c":"ScriptEl","l":"getOnerrorElements()"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"getOut()"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"getOut()"},{"p":"scriptella.util","c":"IOUtils","l":"getOutputStream(URL)","u":"getOutputStream(java.net.URL)"},{"p":"scriptella.interactive","c":"ProgressIndicatorBase","l":"getOutputThreshold()"},{"p":"scriptella.text","c":"PropertyFormat","l":"getPadChar()"},{"p":"scriptella.text","c":"PropertyFormat","l":"getPadLeft()"},{"p":"scriptella.text","c":"PropertyFormat","l":"getPadRight()"},{"p":"scriptella.core","c":"DynamicContext","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.core","c":"DynamicContextDecorator","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.core","c":"EtlVariable","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.driver.ldap","c":"SearchFilterQuery","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.driver.script","c":"NashornBindingsParametersCallback","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.driver.xpath","c":"XPathQueryExecutor","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.execution","c":"EtlContext","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.jdbc","c":"ResultSetAdapter","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.spi","c":"ParametersCallback","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.spi.support","c":"HierarchicalParametersCallback","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.spi.support","c":"MapParametersCallback","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.spi.support","c":"NullParametersCallback","l":"getParameter(String)","u":"getParameter(java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"getParameters()"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"getParameters()"},{"p":"scriptella.driver.janino","c":"JaninoScript","l":"getParametersCallback()"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"getParent()"},{"p":"scriptella.spi.support","c":"HierarchicalParametersCallback","l":"getParentCallback()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getPassword()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getPassword()"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"getPattern()"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"getPos()"},{"p":"scriptella.execution","c":"EtlContext","l":"getProgressCallback()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getProperties()"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"getProperties()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getProperties()"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getProperties()"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"getProperties()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getProperty(String)","u":"getProperty(java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"getPropertyFormat(String)","u":"getPropertyFormat(java.lang.String)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"getPropertyFormatter()"},{"p":"scriptella.driver.csv","c":"CsvProviderException","l":"getProviderName()"},{"p":"scriptella.driver.janino","c":"JaninoProviderException","l":"getProviderName()"},{"p":"scriptella.driver.jexl","c":"JexlProviderException","l":"getProviderName()"},{"p":"scriptella.driver.jndi","c":"JndiProviderException","l":"getProviderName()"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"getProviderName()"},{"p":"scriptella.driver.mail","c":"MailProviderException","l":"getProviderName()"},{"p":"scriptella.driver.script","c":"ScriptProviderException","l":"getProviderName()"},{"p":"scriptella.driver.scriptella","c":"ScriptellaProviderException","l":"getProviderName()"},{"p":"scriptella.driver.shell","c":"ShellProviderException","l":"getProviderName()"},{"p":"scriptella.driver.spring","c":"SpringProviderException","l":"getProviderName()"},{"p":"scriptella.driver.text","c":"TextProviderException","l":"getProviderName()"},{"p":"scriptella.driver.velocity","c":"VelocityProviderException","l":"getProviderName()"},{"p":"scriptella.driver.xpath","c":"XPathProviderException","l":"getProviderName()"},{"p":"scriptella.jdbc","c":"JdbcException","l":"getProviderName()"},{"p":"scriptella.spi","c":"ProviderException","l":"getProviderName()"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"getQueryCallback()"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"getQuote()"},{"p":"scriptella.util","c":"IOUtils","l":"getReader(InputStream, String)","u":"getReader(java.io.InputStream,java.lang.String)"},{"p":"scriptella.util","c":"IOUtils","l":"getReader(InputStream, String, boolean)","u":"getReader(java.io.InputStream,java.lang.String,boolean)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getResolvedUrl()"},{"p":"scriptella.configuration","c":"ContentEl","l":"getResources()"},{"p":"scriptella.configuration","c":"ConfigurationFactory","l":"getResourceURL()"},{"p":"scriptella.configuration","c":"Location","l":"getRow()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getSchema()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getSchema()"},{"p":"scriptella.spi","c":"AbstractScriptellaDriver","l":"getScriptellaTitle()"},{"p":"scriptella.spi","c":"AbstractScriptellaDriver","l":"getScriptellaVersion()"},{"p":"scriptella.execution","c":"EtlContext","l":"getScriptFileURL()"},{"p":"scriptella.spi","c":"DriverContext","l":"getScriptFileURL()"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"getScriptingElements()"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"getSeparator()"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"getSeparator()"},{"p":"scriptella.execution","c":"EtlContext","l":"getSession()"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"getSize()"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"getSizeLimit()"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"getSkipLines()"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"getStartDate()"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"getStartDate()"},{"p":"scriptella.execution","c":"JmxEtlManagerMBean","l":"getStartDate()"},{"p":"scriptella.execution","c":"ExecutionStatistics.ElementInfo","l":"getStatementsCount()"},{"p":"scriptella.execution","c":"ExecutionStatisticsBuilder","l":"getStatistics()"},{"p":"scriptella.execution","c":"EtlContext","l":"getStatisticsBuilder()"},{"p":"scriptella.configuration","c":"StringResource","l":"getString()"},{"p":"scriptella.driver.xpath","c":"NodeVariable","l":"getString(String)","u":"getString(java.lang.String)"},{"p":"scriptella.driver.xpath","c":"NodeVariable","l":"getString(String, String)","u":"getString(java.lang.String,java.lang.String)"},{"p":"scriptella.driver.xpath","c":"NodeVariable","l":"getStringArray(String)","u":"getStringArray(java.lang.String)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getStringProperty(String)","u":"getStringProperty(java.lang.String)"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"getStringProperty(String)","u":"getStringProperty(java.lang.String)"},{"p":"scriptella.execution","c":"ExecutionStatistics.ElementInfo","l":"getSuccessfulExecutionCount()"},{"p":"scriptella.configuration","c":"XmlElement","l":"getTagName()"},{"p":"scriptella.core","c":"EtlVariable","l":"getText()"},{"p":"scriptella.execution","c":"ExecutionStatistics.ElementInfo","l":"getThroughput()"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"getThroughput()"},{"p":"scriptella.execution","c":"JmxEtlManagerMBean","l":"getThroughput()"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"getTotalTime()"},{"p":"scriptella.driver.ldap.ldif","c":"TrackingLineIterator","l":"getTrackedLines()"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"getType()"},{"p":"scriptella.text","c":"PropertyFormat","l":"getType()"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"getType()"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"getUriStream(String)","u":"getUriStream(java.lang.String)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getUrl()"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"getUrl()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getUrl()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getUrlProperty(String)","u":"getUrlProperty(java.lang.String)"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getUrlQueryMap()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"getUser()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"getUser()"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"getVersion()"},{"p":"scriptella.spi","c":"DialectIdentifier","l":"getVersion()"},{"p":"scriptella.execution","c":"ExecutionStatistics.ElementInfo","l":"getWorkingTime()"},{"p":"scriptella.util","c":"IOUtils","l":"getWriter(OutputStream, String)","u":"getWriter(java.io.OutputStream,java.lang.String)"},{"p":"scriptella.util","c":"IOUtils","l":"getWriter(OutputStream, String, boolean)","u":"getWriter(java.io.OutputStream,java.lang.String,boolean)"},{"p":"scriptella.configuration","c":"Location","l":"getXPath()"},{"p":"scriptella.configuration","c":"XmlElement","l":"getXPath()"},{"p":"scriptella.core","c":"DynamicContext","l":"globalContext"},{"p":"scriptella.driver.h2","c":"Driver","l":"H2_DRIVER_NAME"},{"p":"scriptella.jdbc","c":"SqlParserBase","l":"handleParameter(String, boolean, boolean)","u":"handleParameter(java.lang.String,boolean,boolean)"},{"p":"scriptella.driver.jexl","c":"JexlContextMap","l":"has(String)","u":"has(java.lang.String)"},{"p":"scriptella.spi","c":"DialectIdentifier","l":"hashCode()"},{"p":"scriptella.util","c":"PropertiesMap","l":"hashCode()"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"hasNext()"},{"p":"scriptella.expression","c":"LineIterator","l":"hasNext()"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"hasProperties(String)","u":"hasProperties(java.lang.String)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"headers"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"HEADERS"},{"p":"scriptella.spi.support","c":"HierarchicalParametersCallback","l":"HierarchicalParametersCallback(ParametersCallback, ParametersCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback,scriptella.spi.ParametersCallback)"},{"p":"scriptella.core","c":"IfInterceptor","l":"IfInterceptor(ExecutableElement, ScriptingElement)","u":"%3Cinit%3E(scriptella.core.ExecutableElement,scriptella.configuration.ScriptingElement)"},{"p":"scriptella.core","c":"EtlVariable.TextUtils","l":"ifNull(Object)","u":"ifNull(java.lang.Object)"},{"p":"scriptella.core","c":"EtlVariable.TextUtils","l":"ifNull(Object, Object)","u":"ifNull(java.lang.Object,java.lang.Object)"},{"p":"scriptella.util","c":"ExceptionUtils","l":"ignoreThrowable(Throwable)","u":"ignoreThrowable(java.lang.Throwable)"},{"p":"scriptella.configuration","c":"IncludeEl","l":"IncludeEl(XmlElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement)"},{"p":"scriptella.driver.oracle","c":"OracleConnection","l":"init(ConnectionParameters)","u":"init(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"init(ConnectionParameters)","u":"init(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.core","c":"RuntimeIOException","l":"initCause(Throwable)","u":"initCause(java.lang.Throwable)"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"initDialectIdentifier()"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"initializeContext(Hashtable)","u":"initializeContext(java.util.Hashtable)"},{"p":"scriptella.driver.text","c":"TextConnection","l":"initOut()"},{"p":"scriptella.driver.shell","c":"ShellConnection","l":"initScriptExecutor()"},{"p":"scriptella.jdbc","c":"JdbcException","l":"initVendorCodes(Throwable)","u":"initVendorCodes(java.lang.Throwable)"},{"p":"scriptella.spi.support","c":"NullParametersCallback","l":"INSTANCE"},{"p":"scriptella.util","c":"StringUtils","l":"isAsciiWhitespacesOnly(CharSequence)","u":"isAsciiWhitespacesOnly(java.lang.CharSequence)"},{"p":"scriptella.execution","c":"EtlExecutorException","l":"isCancelled()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"isChangeAdd()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"isChangeDelete()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"isChangeModDn()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"isChangeModify()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"isChangeModRdn()"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"isComplete()"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"isDebug()"},{"p":"scriptella.util","c":"StringUtils","l":"isDecimalInt(CharSequence)","u":"isDecimalInt(java.lang.CharSequence)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"isDeleteOldRdn()"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"isEmpty()"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"isEmpty()"},{"p":"scriptella.util","c":"PropertiesMap","l":"isEmpty()"},{"p":"scriptella.util","c":"StringUtils","l":"isEmpty(CharSequence)","u":"isEmpty(java.lang.CharSequence)"},{"p":"scriptella.util","c":"CollectionUtils","l":"isEmpty(Collection)","u":"isEmpty(java.util.Collection)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"isEntry()"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"isFile(File)","u":"isFile(java.io.File)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"isFlush()"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"isFork()"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"isHeaders()"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"isInheritAll()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"isJmxEnabled()"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"isKeepFormat()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"isLazyInit()"},{"p":"scriptella.configuration","c":"ScriptEl","l":"isNewTx()"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"isNextCalled()"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"isNojmx()"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"isNostat()"},{"p":"scriptella.tools.launcher","c":"BugReport","l":"isPossibleBug(Throwable)","u":"isPossibleBug(java.lang.Throwable)"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"isQuiet()"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"isQuoteall()"},{"p":"scriptella.driver.ldap","c":"LdifScript","l":"isReadonly()"},{"p":"scriptella.spi","c":"AbstractConnection","l":"isReadonly()"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"isRetry()"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"isSeparatorOnSingleLine()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"isSuppressStatistics()"},{"p":"scriptella.text","c":"PropertyFormat","l":"isTrim()"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"isTrimLines()"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"iterator()"},{"p":"scriptella.driver.janino","c":"JaninoConnection","l":"JaninoConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.janino","c":"JaninoProviderException","l":"JaninoProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.janino","c":"JaninoProviderException","l":"JaninoProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.janino","c":"JaninoProviderException","l":"JaninoProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.janino","c":"JaninoProviderException","l":"JaninoProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"JaninoQuery()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.janino","c":"JaninoScript","l":"JaninoScript()","u":"%3Cinit%3E()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"JdbcConnection(Connection, ConnectionParameters)","u":"%3Cinit%3E(java.sql.Connection,scriptella.spi.ConnectionParameters)"},{"p":"scriptella.jdbc","c":"JdbcException","l":"JdbcException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.jdbc","c":"JdbcException","l":"JdbcException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"scriptella.jdbc","c":"JdbcException","l":"JdbcException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.jdbc","c":"JdbcException","l":"JdbcException(String, Throwable, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,java.lang.String)"},{"p":"scriptella.jdbc","c":"JdbcException","l":"JdbcException(String, Throwable, String, List)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,java.lang.String,java.util.List)"},{"p":"scriptella.driver.jexl","c":"JexlConnection","l":"JexlConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.jexl","c":"JexlContextMap","l":"JexlContextMap(ParametersCallback, QueryCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.jexl","c":"JexlContextMap","l":"JexlContextMap(ParametersCallbackMap)","u":"%3Cinit%3E(scriptella.driver.script.ParametersCallbackMap)"},{"p":"scriptella.expression","c":"JexlExpression","l":"JexlExpression(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.jexl","c":"JexlProviderException","l":"JexlProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.jexl","c":"JexlProviderException","l":"JexlProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.jexl","c":"JexlProviderException","l":"JexlProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.jexl","c":"JexlProviderException","l":"JexlProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"JmxEtlManager(EtlContext)","u":"%3Cinit%3E(scriptella.execution.EtlContext)"},{"p":"scriptella.driver.jndi","c":"JndiProviderException","l":"JndiProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.jndi","c":"JndiProviderException","l":"JndiProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"keepformat"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"KEEPFORMAT_KEY"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"keySet()"},{"p":"scriptella.util","c":"PropertiesMap","l":"keySet()"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"LdapConnection()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"LdapConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"LdapProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"LdapProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"LdapProviderException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"LdapProviderException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"LdapProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"LdapProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifParseException","l":"LdifParseException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifParseException","l":"LdifParseException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifParseException","l":"LdifParseException(String, String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifParseException","l":"LdifParseException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"LdifReader(LineIterator)","u":"%3Cinit%3E(scriptella.expression.LineIterator)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"LdifReader(LineIterator, long)","u":"%3Cinit%3E(scriptella.expression.LineIterator,long)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"LdifReader(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.ldap","c":"LdifScript","l":"LdifScript(LdapConnection)","u":"%3Cinit%3E(scriptella.driver.ldap.LdapConnection)"},{"p":"scriptella.expression","c":"LineIterator","l":"LineIterator(Reader)","u":"%3Cinit%3E(java.io.Reader)"},{"p":"scriptella.expression","c":"LineIterator","l":"LineIterator(Reader, PropertiesSubstitutor)","u":"%3Cinit%3E(java.io.Reader,scriptella.expression.PropertiesSubstitutor)"},{"p":"scriptella.expression","c":"LineIterator","l":"LineIterator(Reader, PropertiesSubstitutor, boolean)","u":"%3Cinit%3E(java.io.Reader,scriptella.expression.PropertiesSubstitutor,boolean)"},{"p":"scriptella.driver.shell","c":"ShellOs","l":"LINUX"},{"p":"scriptella.util","c":"PropertiesMap","l":"load(InputStream)","u":"load(java.io.InputStream)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"load(List, Class)","u":"load(java.util.List,java.lang.Class)"},{"p":"scriptella.core","c":"EtlVariable","l":"loadClass(String)","u":"loadClass(java.lang.String)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"loadClass(XmlElement, String, Class)","u":"loadClass(scriptella.configuration.XmlElement,java.lang.String,java.lang.Class)"},{"p":"scriptella.jdbc","c":"GenericDriver","l":"loadDrivers(String...)","u":"loadDrivers(java.lang.String...)"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"loadResourceAsString(String)","u":"loadResourceAsString(java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"LOCALE"},{"p":"scriptella.configuration","c":"Location","l":"Location(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"scriptella.configuration","c":"Location","l":"Location(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.core","c":"ScriptExecutor","l":"log"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"LOG"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"LOG"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"logger"},{"p":"scriptella.util","c":"LRUMap","l":"LRUMap(int)","u":"%3Cinit%3E(int)"},{"p":"scriptella.driver.shell","c":"ShellOs","l":"MAC"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"MailConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.mail","c":"MailProviderException","l":"MailProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.mail","c":"MailProviderException","l":"MailProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.mail","c":"MailProviderException","l":"MailProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.mail","c":"MailProviderException","l":"MailProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"scriptella.spi.support","c":"MapParametersCallback","l":"MapParametersCallback(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"scriptella.driver.script","c":"MissingQueryNextCallDetector","l":"MissingQueryNextCallDetector(ParametersCallbackMap, Resource)","u":"%3Cinit%3E(scriptella.driver.script.ParametersCallbackMap,scriptella.spi.Resource)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"MODDN"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"MODIFY"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"MODRDN"},{"p":"scriptella.driver.mssql","c":"Driver","l":"MSSQL_2000_DRIVER_NAME"},{"p":"scriptella.driver.mssql","c":"Driver","l":"MSSQL_2005_DRIVER_NAME"},{"p":"scriptella.driver.mssql","c":"Driver","l":"MSSQL_TDS_DRIVER_NAME"},{"p":"scriptella.driver.mysql","c":"Driver","l":"MYSQL_DRIVER_NAME"},{"p":"scriptella.core","c":"EtlVariable","l":"NAME"},{"p":"scriptella.driver.xpath","c":"NodeVariable","l":"NAME"},{"p":"scriptella.driver.script","c":"NashornBindingsParametersCallback","l":"NashornBindingsParametersCallback(ParametersCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.script","c":"NashornBindingsParametersCallback","l":"NashornBindingsParametersCallback(ParametersCallback, QueryCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.util","c":"CollectionUtils","l":"newCaseInsensitiveAsciiMap()"},{"p":"scriptella.core","c":"ConnectionManager","l":"newConnection()"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"newCsvQuery(CSVReader, PropertiesSubstitutor)","u":"newCsvQuery(scriptella.driver.csv.opencsv.CSVReader,scriptella.expression.PropertiesSubstitutor)"},{"p":"scriptella.execution","c":"EtlExecutor","l":"newExecutor(File)","u":"newExecutor(java.io.File)"},{"p":"scriptella.execution","c":"EtlExecutor","l":"newExecutor(URL)","u":"newExecutor(java.net.URL)"},{"p":"scriptella.execution","c":"EtlExecutor","l":"newExecutor(URL, Map)","u":"newExecutor(java.net.URL,java.util.Map)"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"newFileWriter(String)","u":"newFileWriter(java.lang.String)"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"newInputReader()"},{"p":"scriptella.expression","c":"JexlExpression","l":"newJexlEngine()"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"newOutputWriter()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"newStatementCache()"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"next()"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"next()"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"next()"},{"p":"scriptella.expression","c":"LineIterator","l":"next()"},{"p":"scriptella.jdbc","c":"ResultSetAdapter","l":"next()"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"next(Map)","u":"next(java.util.Map)"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"next(String[], Object[])","u":"next(java.lang.String[],java.lang.Object[])"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"nextStatement()"},{"p":"scriptella.jdbc","c":"SqlTokenizer","l":"nextStatement()"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"NO_ESCAPE_CHARACTER"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"NO_QUOTE_CHARACTER"},{"p":"scriptella.driver.xpath","c":"NodeVariable","l":"NodeVariable(XPathExpressionCompiler, Node)","u":"%3Cinit%3E(scriptella.driver.xpath.XPathExpressionCompiler,org.w3c.dom.Node)"},{"p":"scriptella.core","c":"EtlVariable.DateUtils","l":"now()"},{"p":"scriptella.core","c":"EtlVariable.DateUtils","l":"now(String)","u":"now(java.lang.String)"},{"p":"scriptella.configuration","c":"ContentEl","l":"NULL_CONTENT"},{"p":"scriptella.spi","c":"DialectIdentifier","l":"NULL_DIALECT"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"NULL_STRING"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"NULL_STRING"},{"p":"scriptella.core","c":"EtlVariable.TextUtils","l":"nullIf(Object, Object)","u":"nullIf(java.lang.Object,java.lang.Object)"},{"p":"scriptella.util","c":"StringUtils","l":"nullsafeToString(Object)","u":"nullsafeToString(java.lang.Object)"},{"p":"scriptella.util","c":"StringUtils","l":"nullsafeTrim(CharSequence)","u":"nullsafeTrim(java.lang.CharSequence)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher.ErrorCode","l":"OK"},{"p":"scriptella.interactive","c":"ConsoleProgressIndicator","l":"onComplete(String)","u":"onComplete(java.lang.String)"},{"p":"scriptella.interactive","c":"ProgressIndicatorBase","l":"onComplete(String)","u":"onComplete(java.lang.String)"},{"p":"scriptella.interactive","c":"SwingProgressIndicator","l":"onComplete(String)","u":"onComplete(java.lang.String)"},{"p":"scriptella.util","c":"LRUMap","l":"onEldestEntryRemove(Map.Entry)","u":"onEldestEntryRemove(java.util.Map.Entry)"},{"p":"scriptella.core","c":"OnErrorHandler","l":"onError(Throwable)","u":"onError(java.lang.Throwable)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"OnErrorEl()","u":"%3Cinit%3E()"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"OnErrorEl(XmlElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement)"},{"p":"scriptella.core","c":"OnErrorHandler","l":"OnErrorHandler(ScriptEl)","u":"%3Cinit%3E(scriptella.configuration.ScriptEl)"},{"p":"scriptella.configuration","c":"ScriptEl","l":"onerrors"},{"p":"scriptella.configuration","c":"ContentEl","l":"open()"},{"p":"scriptella.configuration","c":"IncludeEl","l":"open()"},{"p":"scriptella.configuration","c":"StringResource","l":"open()"},{"p":"scriptella.spi","c":"Resource","l":"open()"},{"p":"scriptella.driver.oracle","c":"Driver","l":"ORACLE_DRIVER_NAME"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"PAD_CHAR"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"PAD_LEFT"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"PAD_RIGHT"},{"p":"scriptella.util","c":"StringUtils","l":"pad(String, boolean, int, char)","u":"pad(java.lang.String,boolean,int,char)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"ParametersCallbackMap(ParametersCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"ParametersCallbackMap(ParametersCallback, QueryCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.jdbc","c":"ParametersParser","l":"ParametersParser(DriverContext)","u":"%3Cinit%3E(scriptella.spi.DriverContext)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"parse(ConnectionParameters, String)","u":"parse(scriptella.spi.ConnectionParameters,java.lang.String)"},{"p":"scriptella.jdbc","c":"SqlParserBase","l":"parse(Reader)","u":"parse(java.io.Reader)"},{"p":"scriptella.jdbc","c":"SqlParserBase","l":"parse(SqlTokenizer)","u":"parse(scriptella.jdbc.SqlTokenizer)"},{"p":"scriptella.text","c":"PropertyFormat","l":"parse(String)","u":"parse(java.lang.String)"},{"p":"scriptella.text","c":"TimestampValueFormat","l":"parse(String, ParsePosition)","u":"parse(java.lang.String,java.text.ParsePosition)"},{"p":"scriptella.core","c":"EtlVariable.DateUtils","l":"parse(String, String)","u":"parse(java.lang.String,java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormatter","l":"parse(String, String)","u":"parse(java.lang.String,java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"parse(TypedPropertiesSource, String)","u":"parse(scriptella.text.TypedPropertiesSource,java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"parseAttributeValue(Entry, String)","u":"parseAttributeValue(scriptella.driver.ldap.ldif.Entry,java.lang.String)"},{"p":"scriptella.expression","c":"Expression.ParseException","l":"ParseException()","u":"%3Cinit%3E()"},{"p":"scriptella.expression","c":"Expression.ParseException","l":"ParseException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.expression","c":"Expression.ParseException","l":"ParseException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.expression","c":"Expression.ParseException","l":"ParseException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"parseHeader(CSVReader)","u":"parseHeader(scriptella.driver.csv.opencsv.CSVReader)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"PATTERN"},{"p":"scriptella.driver.oracle","c":"OracleConnection","l":"PLSQL"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"pos"},{"p":"scriptella.driver.postgresql","c":"Driver","l":"POSTGRESQL_DRIVER_NAME"},{"p":"scriptella.core","c":"ExceptionInterceptor","l":"prepare(ExecutableElement, Location)","u":"prepare(scriptella.core.ExecutableElement,scriptella.configuration.Location)"},{"p":"scriptella.core","c":"StatisticInterceptor","l":"prepare(ExecutableElement, Location)","u":"prepare(scriptella.core.ExecutableElement,scriptella.configuration.Location)"},{"p":"scriptella.core","c":"TxInterceptor","l":"prepare(ExecutableElement, ScriptEl)","u":"prepare(scriptella.core.ExecutableElement,scriptella.configuration.ScriptEl)"},{"p":"scriptella.core","c":"ConnectionInterceptor","l":"prepare(ExecutableElement, ScriptingElement)","u":"prepare(scriptella.core.ExecutableElement,scriptella.configuration.ScriptingElement)"},{"p":"scriptella.core","c":"IfInterceptor","l":"prepare(ExecutableElement, ScriptingElement)","u":"prepare(scriptella.core.ExecutableElement,scriptella.configuration.ScriptingElement)"},{"p":"scriptella.execution","c":"EtlExecutor","l":"prepare(ProgressIndicator)","u":"prepare(scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.core","c":"QueryExecutor","l":"prepare(QueryEl)","u":"prepare(scriptella.configuration.QueryEl)"},{"p":"scriptella.core","c":"ScriptExecutor","l":"prepare(ScriptEl)","u":"prepare(scriptella.configuration.ScriptEl)"},{"p":"scriptella.core","c":"ScriptExecutor","l":"prepareContent(ContentEl)","u":"prepareContent(scriptella.configuration.ContentEl)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"printUsage()"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"printVersion()"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"procErrReader"},{"p":"scriptella.spi","c":"QueryCallback","l":"processRow(ParametersCallback)","u":"processRow(scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"processRow(QueryCallback, String[])","u":"processRow(scriptella.spi.QueryCallback,java.lang.String[])"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"procOutputReader"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"ProgressCallback(int)","u":"%3Cinit%3E(int)"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"ProgressCallback(int, ProgressIndicator)","u":"%3Cinit%3E(int,scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"progressIndicator"},{"p":"scriptella.interactive","c":"ProgressIndicatorBase","l":"ProgressIndicatorBase()","u":"%3Cinit%3E()"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"PROP_PTR"},{"p":"scriptella.configuration","c":"PropertiesEl","l":"PropertiesEl()","u":"%3Cinit%3E()"},{"p":"scriptella.configuration","c":"PropertiesEl","l":"PropertiesEl(XmlElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement)"},{"p":"scriptella.util","c":"PropertiesMap","l":"PropertiesMap()","u":"%3Cinit%3E()"},{"p":"scriptella.util","c":"PropertiesMap","l":"PropertiesMap(InputStream)","u":"%3Cinit%3E(java.io.InputStream)"},{"p":"scriptella.util","c":"PropertiesMap","l":"PropertiesMap(int)","u":"%3Cinit%3E(int)"},{"p":"scriptella.util","c":"PropertiesMap","l":"PropertiesMap(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"PropertiesSubstitutor()","u":"%3Cinit%3E()"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"PropertiesSubstitutor(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"PropertiesSubstitutor(ParametersCallback)","u":"%3Cinit%3E(scriptella.spi.ParametersCallback)"},{"p":"scriptella.text","c":"PropertyFormat","l":"PropertyFormat()","u":"%3Cinit%3E()"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"PropertyFormatInfo(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"PropertyFormatInfo(Map, PropertyFormat)","u":"%3Cinit%3E(java.util.Map,scriptella.text.PropertyFormat)"},{"p":"scriptella.text","c":"PropertyFormatter","l":"PropertyFormatter(PropertyFormatInfo)","u":"%3Cinit%3E(scriptella.text.PropertyFormatInfo)"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"PROPS_EXT"},{"p":"scriptella.spi","c":"ProviderException","l":"ProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.spi","c":"ProviderException","l":"ProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.spi","c":"ProviderException","l":"ProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.spi","c":"ProviderException","l":"ProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.tools.ant","c":"AntHandler","l":"publish(LogRecord)","u":"publish(java.util.logging.LogRecord)"},{"p":"scriptella.driver.script","c":"NashornBindingsParametersCallback","l":"put(String, Object)","u":"put(java.lang.String,java.lang.Object)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"put(String, Object)","u":"put(java.lang.String,java.lang.Object)"},{"p":"scriptella.util","c":"PropertiesMap","l":"put(String, Object)","u":"put(java.lang.String,java.lang.Object)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"scriptella.util","c":"PropertiesMap","l":"putAll(Map)","u":"putAll(java.util.Map)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"putAttribute(String, Object)","u":"putAttribute(java.lang.String,java.lang.Object)"},{"p":"scriptella.driver.ldap","c":"SearchFilterQuery","l":"query(LdapConnection, String)","u":"query(scriptella.driver.ldap.LdapConnection,java.lang.String)"},{"p":"scriptella.configuration","c":"QueryEl","l":"QueryEl(XmlElement, ScriptingElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement,scriptella.configuration.ScriptingElement)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"quote"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"QUOTE"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"quoteall"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"QUOTEALL"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"readAll()"},{"p":"scriptella.driver.csv.opencsv","c":"CSVReader","l":"readNext()"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"register()"},{"p":"scriptella.util","c":"ColumnsMap","l":"registerColumn(String, int)","u":"registerColumn(java.lang.String,int)"},{"p":"scriptella.driver.ldap.ldif","c":"LdifReader","l":"remove()"},{"p":"scriptella.driver.xpath","c":"NodeVariable","l":"remove()"},{"p":"scriptella.expression","c":"LineIterator","l":"remove()"},{"p":"scriptella.interactive","c":"LoggingConfigurer","l":"remove(Handler)","u":"remove(java.util.logging.Handler)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"scriptella.util","c":"PropertiesMap","l":"remove(Object)","u":"remove(java.lang.Object)"},{"p":"scriptella.util","c":"LRUMap","l":"removeEldestEntry(Map.Entry)","u":"removeEldestEntry(java.util.Map.Entry)"},{"p":"scriptella.util","c":"StringUtils","l":"removePrefix(String, String)","u":"removePrefix(java.lang.String,java.lang.String)"},{"p":"scriptella.configuration","c":"RequiredAttributeException","l":"RequiredAttributeException(String, Throwable, XmlElement)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,scriptella.configuration.XmlElement)"},{"p":"scriptella.configuration","c":"RequiredAttributeException","l":"RequiredAttributeException(String, XmlElement)","u":"%3Cinit%3E(java.lang.String,scriptella.configuration.XmlElement)"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"resetLogging()"},{"p":"scriptella.execution","c":"EtlContext","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"scriptella.spi","c":"DriverContext","l":"resolve(String)","u":"resolve(java.lang.String)"},{"p":"scriptella.util","c":"IOUtils","l":"resolve(URL, String)","u":"resolve(java.net.URL,java.lang.String)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"resolveFile(File, String)","u":"resolveFile(java.io.File,java.lang.String)"},{"p":"scriptella.jdbc","c":"ResultSetAdapter","l":"ResultSetAdapter(ResultSet, ParametersCallback, JdbcTypesConverter)","u":"%3Cinit%3E(java.sql.ResultSet,scriptella.spi.ParametersCallback,scriptella.jdbc.JdbcTypesConverter)"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"RETURN_ARRAYS"},{"p":"scriptella.core","c":"ConnectionManager","l":"rollback()"},{"p":"scriptella.core","c":"Session","l":"rollback()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"rollback()"},{"p":"scriptella.spi","c":"AbstractConnection","l":"rollback()"},{"p":"scriptella.spi","c":"Connection","l":"rollback()"},{"p":"scriptella.driver.csv","c":"CsvQuery","l":"rowMatches(String[])","u":"rowMatches(java.lang.String[])"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"run()"},{"p":"scriptella.execution","c":"EtlExecutor","l":"run()"},{"p":"scriptella.core","c":"RuntimeIOException","l":"RuntimeIOException(IOException)","u":"%3Cinit%3E(java.io.IOException)"},{"p":"scriptella.driver.script","c":"ScriptConnection","l":"ScriptConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.configuration","c":"ScriptEl","l":"ScriptEl(XmlElement, ScriptingElement)","u":"%3Cinit%3E(scriptella.configuration.XmlElement,scriptella.configuration.ScriptingElement)"},{"p":"scriptella.driver.scriptella","c":"ScriptellaConnection","l":"ScriptellaConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.scriptella","c":"ScriptellaProviderException","l":"ScriptellaProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.scriptella","c":"ScriptellaProviderException","l":"ScriptellaProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.core","c":"ScriptExecutor","l":"ScriptExecutor(ScriptEl)","u":"%3Cinit%3E(scriptella.configuration.ScriptEl)"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"ScriptingElement(ScriptingElement)","u":"%3Cinit%3E(scriptella.configuration.ScriptingElement)"},{"p":"scriptella.driver.script","c":"ScriptProviderException","l":"ScriptProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.script","c":"ScriptProviderException","l":"ScriptProviderException(String, Throwable, String)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable,java.lang.String)"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"SEARCH_BASEDN_KEY"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"SEARCH_COUNTLIMIT_KEY"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"SEARCH_SCOPE_KEY"},{"p":"scriptella.driver.ldap","c":"LdapConnection","l":"SEARCH_TIMELIMIT_KEY"},{"p":"scriptella.driver.ldap","c":"SearchFilterQuery","l":"SearchFilterQuery(LdapConnection, ParametersCallback, QueryCallback)","u":"%3Cinit%3E(scriptella.driver.ldap.LdapConnection,scriptella.spi.ParametersCallback,scriptella.spi.QueryCallback)"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"send(MimeMessage)","u":"send(javax.mail.internet.MimeMessage)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"separator"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"separator"},{"p":"scriptella.driver.csv","c":"CsvConnection","l":"SEPARATOR"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"separatorSingleLine"},{"p":"scriptella.core","c":"Session","l":"Session(ConfigurationEl, EtlContext)","u":"%3Cinit%3E(scriptella.configuration.ConfigurationEl,scriptella.execution.EtlContext)"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"set(Map)","u":"set(java.util.Map)"},{"p":"scriptella.core","c":"ThreadLocalContext","l":"set(String, Object)","u":"set(java.lang.String,java.lang.Object)"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"set(String, Object)","u":"set(java.lang.String,java.lang.Object)"},{"p":"scriptella.driver.jexl","c":"JexlContextMap","l":"set(String, Object)","u":"set(java.lang.String,java.lang.Object)"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"setAutostart(boolean)"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"setBeanFactory(BeanFactory)","u":"setBeanFactory(org.springframework.beans.factory.BeanFactory)"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"setBeanFactory(BeanFactory)","u":"setBeanFactory(org.springframework.beans.factory.BeanFactory)"},{"p":"scriptella.spi.support","c":"HierarchicalParametersCallback","l":"setCallback(ParametersCallback)","u":"setCallback(scriptella.spi.ParametersCallback)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setCatalog(String)","u":"setCatalog(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"setChangeType(int)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"setChangeType(String)","u":"setChangeType(java.lang.String)"},{"p":"scriptella.configuration","c":"IncludeEl","l":"setCharset(String)","u":"setCharset(java.lang.String)"},{"p":"scriptella.configuration","c":"QueryEl","l":"setChildScriptinglElements(List)","u":"setChildScriptinglElements(java.util.List)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setClassName(String)","u":"setClassName(java.lang.String)"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"setClassName(String)","u":"setClassName(java.lang.String)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setClasspath(String)","u":"setClasspath(java.lang.String)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"setCodes(Set)","u":"setCodes(java.util.Set)"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"setConfigLocation(Resource)","u":"setConfigLocation(org.springframework.core.io.Resource)"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"setConfigLocations(Resource[])","u":"setConfigLocations(org.springframework.core.io.Resource[])"},{"p":"scriptella.execution","c":"EtlExecutor","l":"setConfiguration(ConfigurationEl)","u":"setConfiguration(scriptella.configuration.ConfigurationEl)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"setConnectionId(String)","u":"setConnectionId(java.lang.String)"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"setConnectionId(String)","u":"setConnectionId(java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"setConnections(List)","u":"setConnections(java.util.List)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"setControl(Control)","u":"setControl(javax.naming.ldap.Control)"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"setDebug(boolean)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"setDefaultNullString(String)","u":"setDefaultNullString(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"setDeleteOldRdn(boolean)"},{"p":"scriptella.spi","c":"AbstractConnection","l":"setDialectIdentifier(DialectIdentifier)","u":"setDialectIdentifier(scriptella.spi.DialectIdentifier)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"setDn(String)","u":"setDn(java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"setDocumentUrl(URL)","u":"setDocumentUrl(java.net.URL)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setDriver(String)","u":"setDriver(java.lang.String)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"setEncoding(String)","u":"setEncoding(java.lang.String)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"setEol(String)","u":"setEol(java.lang.String)"},{"p":"scriptella.driver.janino","c":"JaninoProviderException","l":"setErrorStatement(String)","u":"setErrorStatement(java.lang.String)"},{"p":"scriptella.driver.ldap","c":"LdapProviderException","l":"setErrorStatement(String)","u":"setErrorStatement(java.lang.String)"},{"p":"scriptella.spi","c":"ProviderException","l":"setErrorStatement(String)","u":"setErrorStatement(java.lang.String)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"setEscape(char)"},{"p":"scriptella.configuration","c":"ConfigurationFactory","l":"setExternalParameters(Map)","u":"setExternalParameters(java.util.Map)"},{"p":"scriptella.configuration","c":"ConfigurationFactory","l":"setExternalParameters(ParametersCallback)","u":"setExternalParameters(scriptella.spi.ParametersCallback)"},{"p":"scriptella.configuration","c":"IncludeEl","l":"setFallbackEl(FallbackEl)","u":"setFallbackEl(scriptella.configuration.FallbackEl)"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"setFile(String)","u":"setFile(java.lang.String)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"setFlush(boolean)"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"setFork(boolean)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"setHeaders(boolean)"},{"p":"scriptella.configuration","c":"IncludeEl","l":"setHref(String)","u":"setHref(java.lang.String)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"setIf(String)","u":"setIf(java.lang.String)"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"setInheritAll(boolean)"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"setJmxEnabled(boolean)"},{"p":"scriptella.execution","c":"EtlExecutor","l":"setJmxEnabled(boolean)"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"setKeepFormat(boolean)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setLazyInit(boolean)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setLocale(Locale)","u":"setLocale(java.util.Locale)"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"setLocale(Locale)","u":"setLocale(java.util.Locale)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setLocation(Location)","u":"setLocation(scriptella.configuration.Location)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setLocation(XmlElement)","u":"setLocation(scriptella.configuration.XmlElement)"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"setMaxmemory(String)","u":"setMaxmemory(java.lang.String)"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"setMBeanServer(MBeanServer)","u":"setMBeanServer(javax.management.MBeanServer)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"setMessage(Pattern)","u":"setMessage(java.util.regex.Pattern)"},{"p":"scriptella.tools.ant","c":"EtlTemplateTask","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"setNewRdn(String)","u":"setNewRdn(java.lang.String)"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"setNewSuperior(String)","u":"setNewSuperior(java.lang.String)"},{"p":"scriptella.configuration","c":"ScriptEl","l":"setNewTx(boolean)"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"setNojmx(boolean)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"setNoJmx(boolean)"},{"p":"scriptella.tools.ant","c":"EtlExecuteTask","l":"setNostat(boolean)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"setNoStat(boolean)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"setNullString(String)","u":"setNullString(java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setNullString(String)","u":"setNullString(java.lang.String)"},{"p":"scriptella.configuration","c":"ScriptEl","l":"setOnerrorElements(List)","u":"setOnerrorElements(java.util.List)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setPadChar(char)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setPadLeft(int)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setPadRight(int)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"setParameters(ParametersCallback)","u":"setParameters(scriptella.spi.ParametersCallback)"},{"p":"scriptella.spi.support","c":"HierarchicalParametersCallback","l":"setParentCallback(ParametersCallback)","u":"setParentCallback(scriptella.spi.ParametersCallback)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setPassword(String)","u":"setPassword(java.lang.String)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setPattern(String)","u":"setPattern(java.lang.String)"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"setPattern(String)","u":"setPattern(java.lang.String)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setPatternProperty(XmlElement, String)","u":"setPatternProperty(scriptella.configuration.XmlElement,java.lang.String)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setPatternProperty(XmlElement, String, String)","u":"setPatternProperty(scriptella.configuration.XmlElement,java.lang.String,java.lang.String)"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"setProgressBar(ProgressIndicator)","u":"setProgressBar(scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"setProgressIndicator(ProgressIndicator)","u":"setProgressIndicator(scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"setProgressIndicator(ProgressIndicator)","u":"setProgressIndicator(scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"setProgressIndicator(ProgressIndicator)","u":"setProgressIndicator(scriptella.interactive.ProgressIndicator)"},{"p":"scriptella.driver.spring","c":"BatchEtlExecutorBean","l":"setProperties(Map)","u":"setProperties(java.util.Map)"},{"p":"scriptella.driver.spring","c":"EtlExecutorBean","l":"setProperties(Map)","u":"setProperties(java.util.Map)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"setProperties(Map)","u":"setProperties(java.util.Map)"},{"p":"scriptella.configuration","c":"IncludeEl","l":"setPropertiesSubstitutor(PropertiesSubstitutor)","u":"setPropertiesSubstitutor(scriptella.expression.PropertiesSubstitutor)"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"setProperty(PropertyFormat, String, String, TypedPropertiesSource)","u":"setProperty(scriptella.text.PropertyFormat,java.lang.String,java.lang.String,scriptella.text.TypedPropertiesSource)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setProperty(XmlElement, String)","u":"setProperty(scriptella.configuration.XmlElement,java.lang.String)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setProperty(XmlElement, String, String)","u":"setProperty(scriptella.configuration.XmlElement,java.lang.String,java.lang.String)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"setQueryCallback(QueryCallback)","u":"setQueryCallback(scriptella.spi.QueryCallback)"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"setQuiet(boolean)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"setQuote(char)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"setQuoteall(boolean)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setRequiredProperty(XmlElement, String)","u":"setRequiredProperty(scriptella.configuration.XmlElement,java.lang.String)"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"setRequiredProperty(XmlElement, String, String)","u":"setRequiredProperty(scriptella.configuration.XmlElement,java.lang.String,java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationFactory","l":"setResourceURL(URL)","u":"setResourceURL(java.net.URL)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"setRetry(boolean)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setSchema(String)","u":"setSchema(java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"setScriptingElements(List)","u":"setScriptingElements(java.util.List)"},{"p":"scriptella.driver.csv","c":"CsvConnectionParameters","l":"setSeparator(char)"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"setSeparator(String)","u":"setSeparator(java.lang.String)"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"setSeparatorOnSingleLine(boolean)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"setSkipLines(int)"},{"p":"scriptella.execution","c":"EtlExecutor","l":"setSuppressStatistics(boolean)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setTrim(boolean)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"setTrimLines(boolean)"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"setType(Pattern)","u":"setType(java.util.regex.Pattern)"},{"p":"scriptella.text","c":"PropertyFormat","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"scriptella.tools.ant","c":"EtlTaskBase","l":"setupLogging()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setUrl(String)","u":"setUrl(java.lang.String)"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"setUser(String)","u":"setUser(java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationFactory","l":"setValidating(boolean)"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"ShellCommandRunner(String[], BufferedWriter)","u":"%3Cinit%3E(java.lang.String[],java.io.BufferedWriter)"},{"p":"scriptella.driver.shell","c":"ShellConnection","l":"ShellConnection(ShellConnectionParameters)","u":"%3Cinit%3E(scriptella.driver.shell.ShellConnectionParameters)"},{"p":"scriptella.driver.shell","c":"ShellProviderException","l":"ShellProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.shell","c":"ShellProviderException","l":"ShellProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.shell","c":"ShellProviderException","l":"ShellProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.shell","c":"ShellProviderException","l":"ShellProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.shell","c":"ShellScriptExecutor","l":"ShellScriptExecutor(Writer, ShellConnectionParameters)","u":"%3Cinit%3E(java.io.Writer,scriptella.driver.shell.ShellConnectionParameters)"},{"p":"scriptella.interactive","c":"ConsoleProgressIndicator","l":"show(String, double)","u":"show(java.lang.String,double)"},{"p":"scriptella.interactive","c":"ProgressIndicatorBase","l":"show(String, double)","u":"show(java.lang.String,double)"},{"p":"scriptella.interactive","c":"SwingProgressIndicator","l":"show(String, double)","u":"show(java.lang.String,double)"},{"p":"scriptella.interactive","c":"ProgressIndicator","l":"showProgress(double, String)","u":"showProgress(double,java.lang.String)"},{"p":"scriptella.interactive","c":"ProgressIndicatorBase","l":"showProgress(double, String)","u":"showProgress(double,java.lang.String)"},{"p":"scriptella.execution","c":"SilentExecutionStatisticsBuilder","l":"SilentExecutionStatisticsBuilder()","u":"%3Cinit%3E()"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"size"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"size()"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"size()"},{"p":"scriptella.util","c":"PropertiesMap","l":"size()"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"SKIP_LINES"},{"p":"scriptella.expression","c":"LineIterator","l":"skip(int)"},{"p":"scriptella.util","c":"UrlPathTokenizer","l":"split(String)","u":"split(java.lang.String)"},{"p":"scriptella.driver.spring","c":"SpringProviderException","l":"SpringProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.spring","c":"SpringProviderException","l":"SpringProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.jdbc","c":"SqlParserBase","l":"SqlParserBase()","u":"%3Cinit%3E()"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"SqlReaderTokenizer(Reader)","u":"%3Cinit%3E(java.io.Reader)"},{"p":"scriptella.jdbc","c":"SqlReaderTokenizer","l":"SqlReaderTokenizer(Reader, String, boolean, boolean)","u":"%3Cinit%3E(java.io.Reader,java.lang.String,boolean,boolean)"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"STATEMENT_BATCH_SIZE"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"STATEMENT_CACHE_KEY"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"STATEMENT_FETCH_SIZE"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"STATEMENT_SEPARATOR_KEY"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"STATEMENT_SEPARATOR_SINGLELINE_KEY"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"statementBatchSize"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"statementCacheSize"},{"p":"scriptella.spi","c":"AbstractConnection.StatementCounter","l":"StatementCounter()","u":"%3Cinit%3E()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"statementFetchSize"},{"p":"scriptella.jdbc","c":"SqlParserBase","l":"statementParsed(String)","u":"statementParsed(java.lang.String)"},{"p":"scriptella.spi","c":"AbstractConnection.StatementCounter","l":"statements"},{"p":"scriptella.core","c":"StatisticInterceptor","l":"StatisticInterceptor(ExecutableElement, Location)","u":"%3Cinit%3E(scriptella.core.ExecutableElement,scriptella.configuration.Location)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"STD_FORMATTER"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"step(int)"},{"p":"scriptella.interactive","c":"ProgressCallback","l":"step(int, String)","u":"step(int,java.lang.String)"},{"p":"scriptella.interactive","c":"ProgressCallback.Subprogress","l":"step(int, String)","u":"step(int,java.lang.String)"},{"p":"scriptella.configuration","c":"StringResource","l":"StringResource(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.configuration","c":"StringResource","l":"StringResource(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"SUBJECT"},{"p":"scriptella.interactive","c":"ProgressCallback.Subprogress","l":"Subprogress(ProgressCallback, int, int)","u":"%3Cinit%3E(scriptella.interactive.ProgressCallback,int,int)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"substitute(Reader)","u":"substitute(java.io.Reader)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"substitute(Reader, Writer)","u":"substitute(java.io.Reader,java.io.Writer)"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"substitute(String)","u":"substitute(java.lang.String)"},{"p":"scriptella.interactive","c":"SwingProgressIndicator","l":"SwingProgressIndicator(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.sybase","c":"Driver","l":"SYBASE_DRIVER_NAME"},{"p":"scriptella.driver.sybase","c":"Driver","l":"SYBASE_JDBC2_DRIVER_NAME"},{"p":"scriptella.driver.sybase","c":"Driver","l":"SYBASE_JDBC3_DRIVER_NAME"},{"p":"scriptella.driver.sybase","c":"Driver","l":"SYBASE_TDS_DRIVER_NAME"},{"p":"scriptella.core","c":"SystemException","l":"SystemException()","u":"%3Cinit%3E()"},{"p":"scriptella.core","c":"SystemException","l":"SystemException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.core","c":"SystemException","l":"SystemException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.core","c":"SystemException","l":"SystemException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.configuration","c":"QueryEl","l":"TAG_NAME"},{"p":"scriptella.configuration","c":"ScriptEl","l":"TAG_NAME"},{"p":"scriptella.tools.launcher","c":"EtlLauncher","l":"template(List)","u":"template(java.util.List)"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"TemplateManager()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.text","c":"TextConnection","l":"TextConnection()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.text","c":"TextConnection","l":"TextConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"TextConnectionParameters()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.text","c":"TextConnectionParameters","l":"TextConnectionParameters(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.text","c":"TextProviderException","l":"TextProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.text","c":"TextProviderException","l":"TextProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.text","c":"TextProviderException","l":"TextProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.text","c":"TextProviderException","l":"TextProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.text","c":"TextScriptExecutor","l":"TextScriptExecutor(Writer, TextConnectionParameters)","u":"%3Cinit%3E(java.io.Writer,scriptella.driver.text.TextConnectionParameters)"},{"p":"scriptella.core","c":"EtlVariable.TextUtils","l":"TextUtils()","u":"%3Cinit%3E()"},{"p":"scriptella.util","c":"ExceptionUtils","l":"throwUnchecked(Throwable)","u":"throwUnchecked(java.lang.Throwable)"},{"p":"scriptella.text","c":"TimestampValueFormat","l":"TimestampValueFormat()","u":"%3Cinit%3E()"},{"p":"scriptella.util","c":"IOUtils","l":"toByteArray(InputStream)","u":"toByteArray(java.io.InputStream)"},{"p":"scriptella.util","c":"IOUtils","l":"toByteArray(InputStream, long)","u":"toByteArray(java.io.InputStream,long)"},{"p":"scriptella.core","c":"EtlVariable.DateUtils","l":"today()"},{"p":"scriptella.core","c":"EtlVariable.DateUtils","l":"today(String)","u":"today(java.lang.String)"},{"p":"scriptella.configuration","c":"ConfigurationEl","l":"toString()"},{"p":"scriptella.configuration","c":"ConnectionEl","l":"toString()"},{"p":"scriptella.configuration","c":"ContentEl","l":"toString()"},{"p":"scriptella.configuration","c":"Location","l":"toString()"},{"p":"scriptella.configuration","c":"OnErrorEl","l":"toString()"},{"p":"scriptella.configuration","c":"ScriptEl","l":"toString()"},{"p":"scriptella.configuration","c":"ScriptingElement","l":"toString()"},{"p":"scriptella.configuration","c":"StringResource","l":"toString()"},{"p":"scriptella.driver.janino","c":"JaninoQuery","l":"toString()"},{"p":"scriptella.driver.ldap.ldif","c":"Entry","l":"toString()"},{"p":"scriptella.execution","c":"ExecutionStatistics","l":"toString()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"toString()"},{"p":"scriptella.spi","c":"AbstractConnection","l":"toString()"},{"p":"scriptella.spi","c":"AbstractScriptellaDriver","l":"toString()"},{"p":"scriptella.spi","c":"Connection","l":"toString()"},{"p":"scriptella.spi","c":"ConnectionParameters","l":"toString()"},{"p":"scriptella.spi","c":"DialectIdentifier","l":"toString()"},{"p":"scriptella.spi","c":"ProviderException","l":"toString()"},{"p":"scriptella.spi","c":"Resource","l":"toString()"},{"p":"scriptella.spi","c":"ScriptellaDriver","l":"toString()"},{"p":"scriptella.text","c":"PropertyFormat","l":"toString()"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"toString()"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"toString()"},{"p":"scriptella.tools.launcher","c":"BugReport","l":"toString()"},{"p":"scriptella.util","c":"PropertiesMap","l":"toString()"},{"p":"scriptella.expression","c":"PropertiesSubstitutor","l":"toString(Object)","u":"toString(java.lang.Object)"},{"p":"scriptella.util","c":"IOUtils","l":"toString(Reader)","u":"toString(java.io.Reader)"},{"p":"scriptella.util","c":"IOUtils","l":"toString(Reader, long)","u":"toString(java.io.Reader,long)"},{"p":"scriptella.util","c":"IOUtils","l":"toUrl(File)","u":"toUrl(java.io.File)"},{"p":"scriptella.driver.ldap.ldif","c":"TrackingLineIterator","l":"TrackingLineIterator(Reader, ParametersCallback)","u":"%3Cinit%3E(java.io.Reader,scriptella.spi.ParametersCallback)"},{"p":"scriptella.driver.ldap.ldif","c":"TrackingLineIterator","l":"trackLines()"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"TRANSACTION_ISOLATION_KEY"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"TRANSACTION_ISOLATION_READ_COMMITTED"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"TRANSACTION_ISOLATION_READ_UNCOMMITTED"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"TRANSACTION_ISOLATION_REPEATABLE_READ"},{"p":"scriptella.jdbc","c":"JdbcConnection","l":"TRANSACTION_ISOLATION_SERIALIZABLE"},{"p":"scriptella.driver.text","c":"AbstractTextConnection","l":"TRIM"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"TRIM"},{"p":"scriptella.core","c":"TxInterceptor","l":"TxInterceptor(ExecutableElement, ScriptEl)","u":"%3Cinit%3E(scriptella.core.ExecutableElement,scriptella.configuration.ScriptEl)"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"TYPE"},{"p":"scriptella.text","c":"PropertyFormatInfo","l":"TYPE"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"TYPE_HTML"},{"p":"scriptella.driver.mail","c":"MailConnection","l":"TYPE_TEXT"},{"p":"scriptella.text","c":"TypedPropertiesSource","l":"TypedPropertiesSource(Map)","u":"%3Cinit%3E(java.util.Map)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher.ErrorCode","l":"UNRECOGNIZED_OPTION"},{"p":"scriptella.execution","c":"JmxEtlManager","l":"unregister()"},{"p":"scriptella.util","c":"UrlPathTokenizer","l":"UrlPathTokenizer(URL)","u":"%3Cinit%3E(java.net.URL)"},{"p":"scriptella.text","c":"ValueFormatBuilder","l":"ValueFormatBuilder()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.shell","c":"ShellOs","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"scriptella.tools.launcher","c":"EtlLauncher.ErrorCode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"scriptella.driver.script","c":"ParametersCallbackMap","l":"values()"},{"p":"scriptella.driver.shell","c":"ShellOs","l":"values()"},{"p":"scriptella.tools.launcher","c":"EtlLauncher.ErrorCode","l":"values()"},{"p":"scriptella.util","c":"PropertiesMap","l":"values()"},{"p":"scriptella.driver.velocity","c":"VelocityConnection","l":"VelocityConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.velocity","c":"VelocityProviderException","l":"VelocityProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.velocity","c":"VelocityProviderException","l":"VelocityProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.velocity","c":"VelocityProviderException","l":"VelocityProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.velocity","c":"VelocityProviderException","l":"VelocityProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"waitForAndCheckExceptions()"},{"p":"scriptella.driver.shell","c":"ShellCommandRunner","l":"waitForProc()"},{"p":"scriptella.driver.shell","c":"ShellOs","l":"WINDOWS"},{"p":"scriptella.driver.csv.opencsv","c":"CSVWriter","l":"writeNext(String[], boolean)","u":"writeNext(java.lang.String[],boolean)"},{"p":"scriptella.driver.xls","c":"Driver","l":"XLS_DRIVER_NAME"},{"p":"scriptella.tools.template","c":"TemplateManager","l":"XML_EXT"},{"p":"scriptella.configuration","c":"XmlConfigurableBase","l":"XmlConfigurableBase()","u":"%3Cinit%3E()"},{"p":"scriptella.configuration","c":"XmlElement","l":"XmlElement(Element, URL, PropertiesSubstitutor)","u":"%3Cinit%3E(org.w3c.dom.Element,java.net.URL,scriptella.expression.PropertiesSubstitutor)"},{"p":"scriptella.configuration","c":"XmlElement","l":"XmlElement(Element, XmlElement)","u":"%3Cinit%3E(org.w3c.dom.Element,scriptella.configuration.XmlElement)"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"XPathConnection()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.xpath","c":"XPathConnection","l":"XPathConnection(ConnectionParameters)","u":"%3Cinit%3E(scriptella.spi.ConnectionParameters)"},{"p":"scriptella.driver.xpath","c":"XPathProviderException","l":"XPathProviderException()","u":"%3Cinit%3E()"},{"p":"scriptella.driver.xpath","c":"XPathProviderException","l":"XPathProviderException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"scriptella.driver.xpath","c":"XPathProviderException","l":"XPathProviderException(String, Throwable)","u":"%3Cinit%3E(java.lang.String,java.lang.Throwable)"},{"p":"scriptella.driver.xpath","c":"XPathProviderException","l":"XPathProviderException(Throwable)","u":"%3Cinit%3E(java.lang.Throwable)"},{"p":"scriptella.driver.xpath","c":"XPathQueryExecutor","l":"XPathQueryExecutor(ThreadLocal, Document, Resource, XPathExpressionCompiler, AbstractConnection.StatementCounter, boolean)","u":"%3Cinit%3E(java.lang.ThreadLocal,org.w3c.dom.Document,scriptella.spi.Resource,scriptella.driver.xpath.XPathExpressionCompiler,scriptella.spi.AbstractConnection.StatementCounter,boolean)"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/api/module-search-index.js b/docs/api/module-search-index.js new file mode 100644 index 0000000..0d59754 --- /dev/null +++ b/docs/api/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/docs/api/overview-frame.html b/docs/api/overview-frame.html deleted file mode 100644 index 21d23c0..0000000 --- a/docs/api/overview-frame.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - - -Overview List (Scriptella API Documentation) - - - - - - - -

 

- - diff --git a/docs/api/overview-summary.html b/docs/api/overview-summary.html index fa7a7fe..c7520dd 100644 --- a/docs/api/overview-summary.html +++ b/docs/api/overview-summary.html @@ -1,401 +1,26 @@ - - + - -Overview (Scriptella API Documentation) - + +Scriptella API Documentation + + + + + + - + + - - + +
- -
- - - - - - - -
- - -
-

Scriptella API Documentation

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
scriptella.configuration -
Classes and interfaces to parse script files.
-
scriptella.core -
Core classes for scripts execution.
-
scriptella.driver -
Parent package for Scriptella drivers.
-
scriptella.driver.as400 -
AS/400 Driver Adapter for Scriptella.
-
scriptella.driver.auto -
Autodiscovery Driver for Scriptella.
-
scriptella.driver.csv -
CSV Driver for Scriptella.
-
scriptella.driver.csv.opencsv -
Optimized opencsv implementation for Scriptella.
-
scriptella.driver.cubrid -
Cubrid Driver Adapter for Scriptella.
-
scriptella.driver.db2 -
DB2 Driver Adapter for Scriptella.
-
scriptella.driver.derby -
Derby Driver Adapter for Scriptella.
-
scriptella.driver.h2 -
H2 Database Driver Adapter for Scriptella.
-
scriptella.driver.hsqldb -
HSLQDB Driver Adapter for Scriptella.
-
scriptella.driver.janino -
Janino Driver for Scriptella.
-
scriptella.driver.jexl -
JEXL Driver for Scriptella.
-
scriptella.driver.jndi -
JNDI Datasource Driver for Scriptella.
-
scriptella.driver.ldap -
LDAP Driver for Scriptella.
-
scriptella.driver.ldap.ldif 
scriptella.driver.mail -
E-Mail Driver for Scriptella.
-
scriptella.driver.mssql -
Microsoft SQL Server Driver Adapter for Scriptella.
-
scriptella.driver.mysql -
MySQL Driver(Connector/J) adapter for Scriptella.
-
scriptella.driver.odbc -
The JDBC-ODBC Bridge Adapter for Scriptella.
-
scriptella.driver.oracle -
Oracle Driver Adapter for Scriptella.
-
scriptella.driver.postgresql -
PostgreSQL Driver Adapter for Scriptella.
-
scriptella.driver.script -
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
-
scriptella.driver.scriptella -
Driver for running Scriptella ETL files.
-
scriptella.driver.shell -
Shell scripts driver.
-
scriptella.driver.spring -
Spring Framework Integration Driver for Scriptella.
-
scriptella.driver.sybase -
Scriptella Driver Adapter for Sybase ASE and ASA.
-
scriptella.driver.text -
Text Driver for Scriptella.
-
scriptella.driver.velocity -
Velocity Adapter for Scriptella.
-
scriptella.driver.xls -
SQLSheet Driver Adapter for Scriptella.
-
scriptella.driver.xpath -
XPath Driver for Scriptella.
-
scriptella.execution -
Facade classes for xml scripts execution.
-
scriptella.expression -
Classes for working with expressions and properties substitution.
-
scriptella.interactive -
Progress Indicators and other classes related to user interaction.
-
scriptella.jdbc -
Scriptella JDBC Bridge.
-
scriptella.spi -
Service Provider Interface classes.
-
scriptella.spi.support 
scriptella.text -
Classes for formatting and parsing text.
-
scriptella.tools.ant -
Ant tasks.
-
scriptella.tools.launcher -
Command line ETL launcher.
-
scriptella.tools.template -
ETL templates and support classes.
-
scriptella.util -
Miscellaneous utility classes.
-
-
- -
- - - - - - - -
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

- - - - - - +

index.html

+
diff --git a/docs/api/overview-tree.html b/docs/api/overview-tree.html index 7f8feab..fada44d 100644 --- a/docs/api/overview-tree.html +++ b/docs/api/overview-tree.html @@ -1,77 +1,57 @@ - - + - + Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
+

Class Hierarchy

+

Interface Hierarchy

-

Annotation Type Hierarchy

+
+
+

Annotation Interface Hierarchy

-

Enum Hierarchy

+
+
+

Enum Class Hierarchy

+
+
+
+
+ +
- -
- - - - - - - -
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/package-search-index.js b/docs/api/package-search-index.js new file mode 100644 index 0000000..8c3872c --- /dev/null +++ b/docs/api/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"scriptella.configuration"},{"l":"scriptella.core"},{"l":"scriptella.driver"},{"l":"scriptella.driver.as400"},{"l":"scriptella.driver.auto"},{"l":"scriptella.driver.csv"},{"l":"scriptella.driver.csv.opencsv"},{"l":"scriptella.driver.cubrid"},{"l":"scriptella.driver.db2"},{"l":"scriptella.driver.derby"},{"l":"scriptella.driver.h2"},{"l":"scriptella.driver.janino"},{"l":"scriptella.driver.jexl"},{"l":"scriptella.driver.jndi"},{"l":"scriptella.driver.ldap"},{"l":"scriptella.driver.ldap.ldif"},{"l":"scriptella.driver.mail"},{"l":"scriptella.driver.mssql"},{"l":"scriptella.driver.mysql"},{"l":"scriptella.driver.oracle"},{"l":"scriptella.driver.postgresql"},{"l":"scriptella.driver.script"},{"l":"scriptella.driver.scriptella"},{"l":"scriptella.driver.shell"},{"l":"scriptella.driver.spring"},{"l":"scriptella.driver.sybase"},{"l":"scriptella.driver.text"},{"l":"scriptella.driver.velocity"},{"l":"scriptella.driver.xls"},{"l":"scriptella.driver.xpath"},{"l":"scriptella.execution"},{"l":"scriptella.expression"},{"l":"scriptella.interactive"},{"l":"scriptella.jdbc"},{"l":"scriptella.spi"},{"l":"scriptella.spi.support"},{"l":"scriptella.text"},{"l":"scriptella.tools.ant"},{"l":"scriptella.tools.launcher"},{"l":"scriptella.tools.template"},{"l":"scriptella.util"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/api/resources/glass.png b/docs/api/resources/glass.png new file mode 100644 index 0000000..a7f591f Binary files /dev/null and b/docs/api/resources/glass.png differ diff --git a/docs/api/resources/x.png b/docs/api/resources/x.png new file mode 100644 index 0000000..30548a7 Binary files /dev/null and b/docs/api/resources/x.png differ diff --git a/docs/api/script-dir/jquery-3.7.1.min.js b/docs/api/script-dir/jquery-3.7.1.min.js new file mode 100644 index 0000000..7f37b5d --- /dev/null +++ b/docs/api/script-dir/jquery-3.7.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/docs/api/script.js b/docs/api/script.js index b346356..73cd8fa 100644 --- a/docs/api/script.js +++ b/docs/api/script.js @@ -1,30 +1,132 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; +/* + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var moduleSearchIndex; +var packageSearchIndex; +var typeSearchIndex; +var memberSearchIndex; +var tagSearchIndex; +function loadScripts(doc, tag) { + createElem(doc, tag, 'search.js'); + + createElem(doc, tag, 'module-search-index.js'); + createElem(doc, tag, 'package-search-index.js'); + createElem(doc, tag, 'type-search-index.js'); + createElem(doc, tag, 'member-search-index.js'); + createElem(doc, tag, 'tag-search-index.js'); +} + +function createElem(doc, tag, path) { + var script = doc.createElement(tag); + var scriptElement = doc.getElementsByTagName(tag)[0]; + script.src = pathtoroot + path; + scriptElement.parentNode.insertBefore(script, scriptElement); +} + +function show(tableId, selected, columns) { + if (tableId !== selected) { + document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') + .forEach(function(elem) { + elem.style.display = 'none'; + }); + } + document.querySelectorAll('div.' + selected) + .forEach(function(elem, index) { + elem.style.display = ''; + var isEvenRow = index % (columns * 2) < columns; + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + }); + updateTabs(tableId, selected); +} + +function updateTabs(tableId, selected) { + document.getElementById(tableId + '.tabpanel') + .setAttribute('aria-labelledby', selected); + document.querySelectorAll('button[id^="' + tableId + '"]') + .forEach(function(tab, index) { + if (selected === tab.id || (tableId === selected && index === 0)) { + tab.className = activeTableTab; + tab.setAttribute('aria-selected', true); + tab.setAttribute('tabindex',0); + } else { + tab.className = tableTab; + tab.setAttribute('aria-selected', false); + tab.setAttribute('tabindex',-1); + } + }); +} + +function switchTab(e) { + var selected = document.querySelector('[aria-selected=true]'); + if (selected) { + if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { + // left or up arrow key pressed: move focus to previous tab + selected.previousSibling.click(); + selected.previousSibling.focus(); + e.preventDefault(); + } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { + // right or down arrow key pressed: move focus to next tab + selected.nextSibling.click(); + selected.nextSibling.focus(); + e.preventDefault(); } - else - row.style.display = 'none'; } - updateTabs(type); } -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; +var updateSearchResults = function() {}; + +function indexFilesLoaded() { + return moduleSearchIndex + && packageSearchIndex + && typeSearchIndex + && memberSearchIndex + && tagSearchIndex; +} + +// Workaround for scroll position not being included in browser history (8249133) +document.addEventListener("DOMContentLoaded", function(e) { + var contentDiv = document.querySelector("div.flex-content"); + window.addEventListener("popstate", function(e) { + if (e.state !== null) { + contentDiv.scrollTop = e.state; } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; + }); + window.addEventListener("hashchange", function(e) { + history.replaceState(contentDiv.scrollTop, document.title); + }); + contentDiv.addEventListener("scroll", function(e) { + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); } + }); + if (!location.hash) { + history.replaceState(contentDiv.scrollTop, document.title); } -} +}); diff --git a/docs/api/scriptella/configuration/ConfigurationEl.html b/docs/api/scriptella/configuration/ConfigurationEl.html index 7f414d2..2cd1365 100644 --- a/docs/api/scriptella/configuration/ConfigurationEl.html +++ b/docs/api/scriptella/configuration/ConfigurationEl.html @@ -1,417 +1,270 @@ - - + - + ConfigurationEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.configuration
    -

    Class ConfigurationEl

    + +

    Class ConfigurationEl

    -
    - -
    - -
    -
    -
    + + +
     
    +
    void
    + +
     
    +
    void
    +
    setDocumentUrl(URL documentUrl)
    +
     
    +
    void
    + +
     
    + + +
     
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
-
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getConnections

            -
            public java.util.List<ConnectionEl> getConnections()
            +
          • +
            +

            Method Details

            + - - - -
              -
            • -

              setConnections

              -
              public void setConnections(java.util.List<ConnectionEl> connections)
              +
            • +
              +

              setConnections

              +
              public void setConnections(List<ConnectionEl> connections)
              +
            • -
            - - - - - - - -
              -
            • -

              setScriptingElements

              -
              public void setScriptingElements(java.util.List<ScriptingElement> scriptingElements)
              +
            • +
              +

              setScriptingElements

              +
              public void setScriptingElements(List<ScriptingElement> scriptingElements)
              +
            • -
            - - - -
              -
            • -

              getParameters

              -
              public ParametersCallback getParameters()
              +
            • +
              +

              getParameters

              +
              public ParametersCallback getParameters()
              Returns this configuration properties merged with external ones specified in a factory.
              +
            • -
            - - - -
              -
            • -

              getDocumentUrl

              -
              public java.net.URL getDocumentUrl()
              +
            • +
              +

              getDocumentUrl

              +
              public URL getDocumentUrl()
              +
            • -
            - - - -
              -
            • -

              setDocumentUrl

              -
              public void setDocumentUrl(java.net.URL documentUrl)
              +
            • +
              +

              setDocumentUrl

              +
              public void setDocumentUrl(URL documentUrl)
              +
            • -
            - - - -
              -
            • -

              configure

              -
              public void configure(XmlElement element)
              -
              Description copied from interface: XmlConfigurable
              +
            • +
              +

              configure

              +
              public void configure(XmlElement element)
              +
              Description copied from interface: XmlConfigurable
              Configures the class using specified XML element.
              -
              -
              Parameters:
              +
              +
              Parameters:
              element - XML element.
              +
            • -
            - - - -
              -
            • -

              toString

              -
              public java.lang.String toString()
              -
              -
              Overrides:
              -
              toString in class java.lang.Object
              +
            • +
              +

              toString

              +
              public String toString()
              +
              +
              Overrides:
              +
              toString in class Object
              +
            +
          -
        • -
        -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/ConfigurationException.html b/docs/api/scriptella/configuration/ConfigurationException.html index 6f7b843..4da0db8 100644 --- a/docs/api/scriptella/configuration/ConfigurationException.html +++ b/docs/api/scriptella/configuration/ConfigurationException.html @@ -1,327 +1,198 @@ - - + - + ConfigurationException (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class ConfigurationException

+ +

Class ConfigurationException

-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • - -
      • -
      -
    • -
    -
  • -
-
-
-
-
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ConfigurationException

          -
          public ConfigurationException(java.lang.String message)
          -
        • -
        - - - -
          -
        • -

          ConfigurationException

          -
          public ConfigurationException(java.lang.String message,
          -                              XmlElement element)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            ConfigurationException

            +
            public ConfigurationException(String message)
            +
          • -
          - - - -
            -
          • -

            ConfigurationException

            -
            public ConfigurationException(java.lang.String message,
            -                              java.lang.Throwable cause)
            +
          • +
            +

            ConfigurationException

            +
            public ConfigurationException(String message, + XmlElement element)
            +
          • -
          - - - -
            -
          • -

            ConfigurationException

            -
            public ConfigurationException(java.lang.String message,
            -                              java.lang.Throwable cause,
            -                              XmlElement element)
            +
          • +
            +

            ConfigurationException

            +
            public ConfigurationException(String message, + Throwable cause)
            +
          • -
          +
        • +
          +

          ConfigurationException

          +
          public ConfigurationException(String message, + Throwable cause, + XmlElement element)
          +
        +
-
-
+ - -
+
+
+ +
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/ConfigurationFactory.html b/docs/api/scriptella/configuration/ConfigurationFactory.html index 6b2bcb1..9a3d057 100644 --- a/docs/api/scriptella/configuration/ConfigurationFactory.html +++ b/docs/api/scriptella/configuration/ConfigurationFactory.html @@ -1,378 +1,250 @@ - - + - + ConfigurationFactory (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class ConfigurationFactory

+ +

Class ConfigurationFactory

-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • scriptella.configuration.ConfigurationFactory
    • -
    -
  • -
-
-
    -
  • +
    java.lang.Object +
    scriptella.configuration.ConfigurationFactory
    +
    +

    -
    -
    public class ConfigurationFactory
    -extends java.lang.Object
    -
    Factory class for ETL configuration files.
    -
    -
    Version:
    +
    public class ConfigurationFactory +extends Object
    +
    Factory class for ETL configuration files.
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    -
  • -
-
-
-
+
+
+
+
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ -
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ConfigurationFactory

          -
          public ConfigurationFactory()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            ConfigurationFactory

            +
            public ConfigurationFactory()
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            setValidating

            -
            public static void setValidating(boolean validating)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              setValidating

              +
              public static void setValidating(boolean validating)
              Sets validation option.
              -
              -
              Parameters:
              +
              +
              Parameters:
              validating - true if XML file validation should be performed.
              +
            • -
            - - - -
              -
            • -

              getResourceURL

              -
              public java.net.URL getResourceURL()
              +
            • +
              +

              getResourceURL

              +
              public URL getResourceURL()
              +
            • -
            - - - -
              -
            • -

              setResourceURL

              -
              public void setResourceURL(java.net.URL resourceURL)
              +
            • +
              +

              setResourceURL

              +
              public void setResourceURL(URL resourceURL)
              +
            • -
            - - - -
              -
            • -

              setExternalParameters

              -
              public void setExternalParameters(java.util.Map<java.lang.String,?> externalProperties)
              +
            • +
              +

              setExternalParameters

              +
              public void setExternalParameters(Map<String,?> externalProperties)
              Sets additional properties.

              External properties takes precedence over properties specified in ETL <properties> element.

              Intended for integration with other systems like ant.

              -
              -
              Parameters:
              +
              +
              Parameters:
              externalProperties - external properties. Nulls allowed.
              +
            • -
            - - - -
              -
            • -

              setExternalParameters

              -
              public void setExternalParameters(ParametersCallback externalParameters)
              +
            • +
              +

              setExternalParameters

              +
              public void setExternalParameters(ParametersCallback externalParameters)
              Sets additional parameters.

              These parameters take precedence over properties specified in the <properties> section of an ETL file.

              Intended for integration with other systems like ant.

              -
              -
              Parameters:
              +
              +
              Parameters:
              externalParameters - external parameters.
              +
            • -
            - - - -
              -
            • -

              createConfiguration

              -
              public ConfigurationEl createConfiguration()
              +
            • +
              +

              createConfiguration

              +
              public ConfigurationEl createConfiguration()
              Parses XML file and creates a configuration based on a specified parameters.
              -
              -
              Returns:
              +
              +
              Returns:
              configuration element.
              +
            +
          -
        • -
        -
- + - -
- - - - - - - + +
+
+ +
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/ConnectionEl.html b/docs/api/scriptella/configuration/ConnectionEl.html index b442cc8..f7ef394 100644 --- a/docs/api/scriptella/configuration/ConnectionEl.html +++ b/docs/api/scriptella/configuration/ConnectionEl.html @@ -1,572 +1,377 @@ - - + - + ConnectionEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class ConnectionEl

+ +

Class ConnectionEl

-
- -
- -
-
-
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+
boolean
+ +
 
+
void
+
setCatalog(String catalog)
+
 
+
void
+
setClasspath(String classpath)
+
 
+
void
+
setDriver(String driver)
+
 
+
void
+ +
 
+
void
+
setLazyInit(boolean lazyInit)
+
 
+
void
+
setPassword(String password)
+
 
+
void
+
setSchema(String schema)
+
 
+
void
+ +
 
+
void
+ +
 
+ + +
 
+
+
+
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ConnectionEl

          -
          public ConnectionEl()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            ConnectionEl

            +
            public ConnectionEl()
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getId

            -
            public java.lang.String getId()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getId

              +
              public String getId()
              +
            • -
            - - - -
              -
            • -

              setId

              -
              public void setId(java.lang.String id)
              +
            • +
              +

              setId

              +
              public void setId(String id)
              +
            • -
            - - - -
              -
            • -

              getUrl

              -
              public java.lang.String getUrl()
              +
            • +
              +

              getUrl

              +
              public String getUrl()
              +
            • -
            - - - -
              -
            • -

              setUrl

              -
              public void setUrl(java.lang.String url)
              +
            • +
              +

              setUrl

              +
              public void setUrl(String url)
              +
            • -
            - - - -
              -
            • -

              getDriver

              -
              public java.lang.String getDriver()
              +
            • +
              +

              getDriver

              +
              public String getDriver()
              +
            • -
            - - - -
              -
            • -

              setDriver

              -
              public void setDriver(java.lang.String driver)
              +
            • +
              +

              setDriver

              +
              public void setDriver(String driver)
              +
            • -
            - - - -
              -
            • -

              getUser

              -
              public java.lang.String getUser()
              +
            • +
              +

              getUser

              +
              public String getUser()
              +
            • -
            - - - -
              -
            • -

              setUser

              -
              public void setUser(java.lang.String user)
              +
            • +
              +

              setUser

              +
              public void setUser(String user)
              +
            • -
            - - - -
              -
            • -

              getPassword

              -
              public java.lang.String getPassword()
              +
            • +
              +

              getPassword

              +
              public String getPassword()
              +
            • -
            - - - -
              -
            • -

              setPassword

              -
              public void setPassword(java.lang.String password)
              +
            • +
              +

              setPassword

              +
              public void setPassword(String password)
              +
            • -
            - - - -
              -
            • -

              getCatalog

              -
              public java.lang.String getCatalog()
              +
            • +
              +

              getCatalog

              +
              public String getCatalog()
              +
            • -
            - - - -
              -
            • -

              setCatalog

              -
              public void setCatalog(java.lang.String catalog)
              +
            • +
              +

              setCatalog

              +
              public void setCatalog(String catalog)
              +
            • -
            - - - -
              -
            • -

              getSchema

              -
              public java.lang.String getSchema()
              +
            • +
              +

              getSchema

              +
              public String getSchema()
              +
            • -
            - - - -
              -
            • -

              setSchema

              -
              public void setSchema(java.lang.String schema)
              +
            • +
              +

              setSchema

              +
              public void setSchema(String schema)
              +
            • -
            - - - -
              -
            • -

              getClasspath

              -
              public java.lang.String getClasspath()
              +
            • +
              +

              getClasspath

              +
              public String getClasspath()
              +
            • -
            - - - -
              -
            • -

              setClasspath

              -
              public void setClasspath(java.lang.String classpath)
              +
            • +
              +

              setClasspath

              +
              public void setClasspath(String classpath)
              +
            • -
            - - - -
              -
            • -

              isLazyInit

              -
              public boolean isLazyInit()
              +
            • +
              +

              isLazyInit

              +
              public boolean isLazyInit()
              +
            • -
            - - - -
              -
            • -

              setLazyInit

              -
              public void setLazyInit(boolean lazyInit)
              +
            • +
              +

              setLazyInit

              +
              public void setLazyInit(boolean lazyInit)
              +
            • -
            - - - -
              -
            • -

              getProperties

              -
              public java.util.Map<java.lang.String,?> getProperties()
              -
              -
              Returns:
              +
            • +
              +

              getProperties

              +
              public Map<String,?> getProperties()
              +
              +
              Returns:
              Map of properties for this connection.
              +
            • -
            - - - -
              -
            • -

              configure

              -
              public void configure(XmlElement element)
              -
              Description copied from interface: XmlConfigurable
              +
            • +
              +

              configure

              +
              public void configure(XmlElement element)
              +
              Description copied from interface: XmlConfigurable
              Configures the class using specified XML element.
              -
              -
              Parameters:
              +
              +
              Parameters:
              element - XML element.
              +
            • -
            - - - -
              -
            • -

              toString

              -
              public java.lang.String toString()
              -
              -
              Overrides:
              -
              toString in class java.lang.Object
              +
            • +
              +

              toString

              +
              public String toString()
              +
              +
              Overrides:
              +
              toString in class Object
              +
            +
          -
        • -
        -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/ContentEl.html b/docs/api/scriptella/configuration/ContentEl.html index 653c9cd..a3abbbb 100644 --- a/docs/api/scriptella/configuration/ContentEl.html +++ b/docs/api/scriptella/configuration/ContentEl.html @@ -1,431 +1,293 @@ - - + - + ContentEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class ContentEl

+ +

Class ContentEl

-
- -
- -
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Field Summary

        - - - - - - - - - - -
        Fields 
        Modifier and TypeField and Description
        static ResourceNULL_CONTENT +
      • +
        +

        Field Summary

        +
        Fields
        +
        +
        Modifier and Type
        +
        Field
        +
        Description
        +
        static final Resource
        + +
        Null-Object to use instead of null if necessary
        -
      • +
+
+ - - - +
+ + +
 
+
+ + + +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          NULL_CONTENT

          -
          public static final Resource NULL_CONTENT
          +
        • +
          +

          Field Details

          +
            +
          • +
            +

            NULL_CONTENT

            +
            public static final Resource NULL_CONTENT
            Null-Object to use instead of null if necessary
            +
          +
        • -
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ContentEl

            -
            public ContentEl()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ContentEl

              +
              public ContentEl()
              +
            • -
            - - - -
              -
            • -

              ContentEl

              -
              public ContentEl(XmlElement element)
              +
            • +
              +

              ContentEl

              +
              public ContentEl(XmlElement element)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              open

              -
              public java.io.Reader open()
              -                    throws java.io.IOException
              -
              Description copied from interface: Resource
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                open

                +
                public Reader open() + throws IOException
                +
                Description copied from interface: Resource
                Opens a resource and returns a content reader.

                The returned reader implementation should be effective enough to allow usage without extra buffering, etc.

                -
                -
                Specified by:
                -
                open in interface Resource
                -
                Returns:
                +
                +
                Specified by:
                +
                open in interface Resource
                +
                Returns:
                resource content reader
                -
                Throws:
                -
                java.io.IOException - if I/O error occurs.
                +
                Throws:
                +
                IOException - if I/O error occurs.
                +
              • -
              - - - - - - - -
                -
              • -

                getResources

                -
                public java.util.List<Resource> getResources()
                +
              • +
                +

                getResources

                +
                public List<Resource> getResources()
                Returns resources represented by this content.
                -
                -
                Returns:
                +
                +
                Returns:
                list of resources represented by this content.
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Specified by:
                -
                toString in interface Resource
                -
                Overrides:
                -
                toString in class java.lang.Object
                -
                Returns:
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Specified by:
                +
                toString in interface Resource
                +
                Overrides:
                +
                toString in class Object
                +
                Returns:
                location of content or meaningful description.
                +
              +
            -
          • -
          -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/DialectBasedContentEl.html b/docs/api/scriptella/configuration/DialectBasedContentEl.html index aabde73..a240da7 100644 --- a/docs/api/scriptella/configuration/DialectBasedContentEl.html +++ b/docs/api/scriptella/configuration/DialectBasedContentEl.html @@ -1,125 +1,91 @@ - - + - + DialectBasedContentEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class DialectBasedContentEl

+ +

Class DialectBasedContentEl

-
- -
-
    -
  • -
    +
    java.lang.Object +
    scriptella.configuration.XmlConfigurableBase +
    scriptella.configuration.DialectBasedContentEl
    +
    +
    +
    +
    All Implemented Interfaces:
    -
    XmlConfigurable
    +
    XmlConfigurable

    -
    -
    public class DialectBasedContentEl
    -extends XmlConfigurableBase
    +
    public class DialectBasedContentEl +extends XmlConfigurableBase
    Represents dialect based content used inside query/script/onerror elements.

    When the DOM is traversed the internal representation model is built. This model contains enough info to speed up selection based on a requested dialect identifier. @@ -130,218 +96,129 @@

    Class DialectBasedContentE The returned text for default Dialect is: AAABBB
    The returned text for Dialect1 is: AAA111BBB

    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    -
  • -
-
-
-
+
+
+
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          DialectBasedContentEl

          -
          public DialectBasedContentEl()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            DialectBasedContentEl

            +
            public DialectBasedContentEl()
            +
          • -
          - - - -
            -
          • -

            DialectBasedContentEl

            -
            public DialectBasedContentEl(XmlElement element)
            +
          • +
            +

            DialectBasedContentEl

            +
            public DialectBasedContentEl(XmlElement element)
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            configure

            -
            public void configure(XmlElement element)
            -
            Description copied from interface: XmlConfigurable
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              configure

              +
              public void configure(XmlElement element)
              +
              Description copied from interface: XmlConfigurable
              Configures the class using specified XML element.
              -
              -
              Parameters:
              +
              +
              Parameters:
              element - XML element.
              +
            • -
            - - - -
              -
            • -

              getContent

              -
              public ContentEl getContent(DialectIdentifier id)
              +
            • +
              +

              getContent

              +
              public ContentEl getContent(DialectIdentifier id)
              This method returns content for specified dialect id or null - if script doesn't support this dialect.
              -
              -
              Parameters:
              +
              +
              Parameters:
              id - dialect identifier. null if any dialect.
              -
              Returns:
              +
              Returns:
              content for specified dialect id or null - if script doesn't support this dialect.
              +
            +
          -
        • -
        -
- + - -
- - - - - - - + +
+
+ +
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/FallbackEl.html b/docs/api/scriptella/configuration/FallbackEl.html index b5709c5..fdd5099 100644 --- a/docs/api/scriptella/configuration/FallbackEl.html +++ b/docs/api/scriptella/configuration/FallbackEl.html @@ -1,289 +1,164 @@ - - + - + FallbackEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class FallbackEl

+ +

Class FallbackEl

-
- -
- -
-
-
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          FallbackEl

          -
          public FallbackEl(XmlElement element)
          -
        • -
        +
      • +
        +

        Constructor Details

        +
          +
        • +
          +

          FallbackEl

          +
          public FallbackEl(XmlElement element)
          +
        +
      -
-
+ - - -
+
+
+ +
-
- -
- - -
- -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/IncludeEl.html b/docs/api/scriptella/configuration/IncludeEl.html index 10038f5..50aaaf1 100644 --- a/docs/api/scriptella/configuration/IncludeEl.html +++ b/docs/api/scriptella/configuration/IncludeEl.html @@ -1,440 +1,289 @@ - - + - + IncludeEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class IncludeEl

+ +

Class IncludeEl

-
- -
- -
-
-
+
+
+
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+

Methods inherited from interface scriptella.spi.Resource

+toString
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          IncludeEl

          -
          public IncludeEl(XmlElement element)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            IncludeEl

            +
            public IncludeEl(XmlElement element)
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getHref

            -
            public java.lang.String getHref()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getHref

              +
              public String getHref()
              +
            • -
            - - - -
              -
            • -

              setHref

              -
              public void setHref(java.lang.String href)
              +
            • +
              +

              setHref

              +
              public void setHref(String href)
              +
            • -
            - - - -
              -
            • -

              getCharset

              -
              public java.lang.String getCharset()
              +
            • +
              +

              getCharset

              +
              public String getCharset()
              +
            • -
            - - - -
              -
            • -

              setCharset

              -
              public void setCharset(java.lang.String charset)
              +
            • +
              +

              setCharset

              +
              public void setCharset(String charset)
              +
            • -
            - - - -
              -
            • -

              getFallbackEl

              -
              public FallbackEl getFallbackEl()
              +
            • +
              +

              getFallbackEl

              +
              public FallbackEl getFallbackEl()
              +
            • -
            - - - -
              -
            • -

              setFallbackEl

              -
              public void setFallbackEl(FallbackEl fallbackEl)
              +
            • +
              +

              setFallbackEl

              +
              public void setFallbackEl(FallbackEl fallbackEl)
              +
            • -
            - - - -
              -
            • -

              setPropertiesSubstitutor

              -
              public void setPropertiesSubstitutor(PropertiesSubstitutor substitutor)
              +
            • +
              +

              setPropertiesSubstitutor

              +
              public void setPropertiesSubstitutor(PropertiesSubstitutor substitutor)
              Sets the properties substitutor to expand properties inside href attribute.
              -
              -
              Parameters:
              +
              +
              Parameters:
              substitutor - properties substitutor.
              +
            • -
            - - - - - - - -
              -
            • -

              open

              -
              public java.io.Reader open()
              -                    throws java.io.IOException
              -
              Description copied from interface: Resource
              +
            • +
              +

              open

              +
              public Reader open() + throws IOException
              +
              Description copied from interface: Resource
              Opens a resource and returns a content reader.

              The returned reader implementation should be effective enough to allow usage without extra buffering, etc.

              -
              -
              Specified by:
              -
              open in interface Resource
              -
              Returns:
              +
              +
              Specified by:
              +
              open in interface Resource
              +
              Returns:
              resource content reader
              -
              Throws:
              -
              java.io.IOException - if I/O error occurs.
              +
              Throws:
              +
              IOException - if I/O error occurs.
              +
            +
          -
        • -
        -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/Location.html b/docs/api/scriptella/configuration/Location.html index ce90ca5..3dc1878 100644 --- a/docs/api/scriptella/configuration/Location.html +++ b/docs/api/scriptella/configuration/Location.html @@ -1,345 +1,225 @@ - - + - + Location (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class Location

+ +

Class Location

-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • scriptella.configuration.Location
    • -
    -
  • -
-
-
    -
  • -
    +
    java.lang.Object +
    scriptella.configuration.Location
    +
    +
    +
    All Implemented Interfaces:
    -
    java.io.Serializable
    +
    Serializable

    -
    -
    public class Location
    -extends java.lang.Object
    -implements java.io.Serializable
    +
    public class Location +extends Object +implements Serializable
    Defines xml element location.

    TODO: add support for row/columns

    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    -
    See Also:
    -
    Serialized Form
    -
    -
  • +
    See Also:
    +
    + -
-
-
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Location

          -
          public Location(int row,
          -                int column)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            Location

            +
            public Location(int row, + int column)
            +
          • -
          - - - -
            -
          • -

            Location

            -
            public Location(java.lang.String xpath)
            +
          • +
            +

            Location

            +
            public Location(String xpath)
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getRow

            -
            public int getRow()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getRow

              +
              public int getRow()
              +
            • -
            - - - -
              -
            • -

              getColumn

              -
              public int getColumn()
              +
            • +
              +

              getColumn

              +
              public int getColumn()
              +
            • -
            - - - -
              -
            • -

              getXPath

              -
              public java.lang.String getXPath()
              +
            • +
              +

              getXPath

              +
              public String getXPath()
              +
            • -
            - - - -
              -
            • -

              toString

              -
              public java.lang.String toString()
              -
              -
              Overrides:
              -
              toString in class java.lang.Object
              +
            • +
              +

              toString

              +
              public String toString()
              +
              +
              Overrides:
              +
              toString in class Object
              +
            +
          -
        • -
        -
-
+ - - -
+
+
+ +
-
- -
- - -
- -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/OnErrorEl.html b/docs/api/scriptella/configuration/OnErrorEl.html index 0e09692..52b59af 100644 --- a/docs/api/scriptella/configuration/OnErrorEl.html +++ b/docs/api/scriptella/configuration/OnErrorEl.html @@ -1,528 +1,354 @@ - - + - + OnErrorEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class OnErrorEl

+ +

Class OnErrorEl

-
- -
- -
-
-
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+
boolean
+ +
 
+
void
+ +
 
+
void
+
setConnectionId(String connectionId)
+
 
+
void
+ +
 
+
void
+
setRetry(boolean retry)
+
 
+
void
+ +
 
+ + +
 
+
+
+
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Field Detail

        - - - - -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            OnErrorEl

            -
            public OnErrorEl()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              OnErrorEl

              +
              public OnErrorEl()
              +
            • -
            - - - -
              -
            • -

              OnErrorEl

              -
              public OnErrorEl(XmlElement element)
              +
            • +
              +

              OnErrorEl

              +
              public OnErrorEl(XmlElement element)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              configure

              -
              public void configure(XmlElement element)
              -
              Description copied from interface: XmlConfigurable
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                configure

                +
                public void configure(XmlElement element)
                +
                Description copied from interface: XmlConfigurable
                Configures the class using specified XML element.
                -
                -
                Parameters:
                +
                +
                Parameters:
                element - XML element.
                +
              • -
              - - - -
                -
              • -

                getType

                -
                public java.util.regex.Pattern getType()
                -
                -
                Returns:
                +
              • +
                +

                getType

                +
                public Pattern getType()
                +
                +
                Returns:
                Regular expression pattern to match exception type.
                +
              • -
              - - - -
                -
              • -

                setType

                -
                public void setType(java.util.regex.Pattern type)
                +
              • +
                +

                setType

                +
                public void setType(Pattern type)
                +
              • -
              - - - -
                -
              • -

                getMessage

                -
                public java.util.regex.Pattern getMessage()
                -
                -
                Returns:
                +
              • +
                +

                getMessage

                +
                public Pattern getMessage()
                +
                +
                Returns:
                Regular expression pattern to match exception message
                +
              • -
              - - - -
                -
              • -

                setMessage

                -
                public void setMessage(java.util.regex.Pattern message)
                +
              • +
                +

                setMessage

                +
                public void setMessage(Pattern message)
                +
              • -
              - - - -
                -
              • -

                getCodes

                -
                public java.util.Set<java.lang.String> getCodes()
                -
                -
                Returns:
                +
              • +
                +

                getCodes

                +
                public Set<String> getCodes()
                +
                +
                Returns:
                set of vendor codes/sql states.
                +
              • -
              - - - -
                -
              • -

                setCodes

                -
                public void setCodes(java.util.Set<java.lang.String> codes)
                +
              • +
                +

                setCodes

                +
                public void setCodes(Set<String> codes)
                +
              • -
              - - - -
                -
              • -

                isRetry

                -
                public boolean isRetry()
                -
                -
                Returns:
                +
              • +
                +

                isRetry

                +
                public boolean isRetry()
                +
                +
                Returns:
                true if statement which caused a problem should be retried after onerror handler. Default value if false.
                +
              • -
              - - - -
                -
              • -

                setRetry

                -
                public void setRetry(boolean retry)
                +
              • +
                +

                setRetry

                +
                public void setRetry(boolean retry)
                +
              • -
              - - - - - - - -
                -
              • -

                getConnectionId

                -
                public java.lang.String getConnectionId()
                +
              • +
                +

                getConnectionId

                +
                public String getConnectionId()
                +
              • -
              - - - -
                -
              • -

                setConnectionId

                -
                public void setConnectionId(java.lang.String connectionId)
                +
              • +
                +

                setConnectionId

                +
                public void setConnectionId(String connectionId)
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
              +
            -
          • -
          -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/PropertiesEl.html b/docs/api/scriptella/configuration/PropertiesEl.html index 935c6cc..90e8839 100644 --- a/docs/api/scriptella/configuration/PropertiesEl.html +++ b/docs/api/scriptella/configuration/PropertiesEl.html @@ -1,358 +1,231 @@ - - + - + PropertiesEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class PropertiesEl

+ +

Class PropertiesEl

-
- -
- -
-
-
+
+
+
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          PropertiesEl

          -
          public PropertiesEl()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            PropertiesEl

            +
            public PropertiesEl()
            +
          • -
          - - - -
            -
          • -

            PropertiesEl

            -
            public PropertiesEl(XmlElement element)
            +
          • +
            +

            PropertiesEl

            +
            public PropertiesEl(XmlElement element)
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            configure

            -
            public void configure(XmlElement element)
            -
            Description copied from interface: XmlConfigurable
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              configure

              +
              public void configure(XmlElement element)
              +
              Description copied from interface: XmlConfigurable
              Configures the class using specified XML element.
              -
              -
              Parameters:
              +
              +
              Parameters:
              element - XML element.
              +
            • -
            - - - -
              -
            • -

              getMap

              -
              public java.util.Map<java.lang.String,?> getMap()
              +
            • +
              +

              getMap

              +
              public Map<String,?> getMap()
              Returns properties stored in this element as a map.
              -
              -
              Returns:
              +
              +
              Returns:
              map of properties.
              +
            • -
            - - - -
              -
            • -

              asParametersCallback

              -
              public ParametersCallback asParametersCallback()
              +
            • +
              +

              asParametersCallback

              +
              public ParametersCallback asParametersCallback()
              Returns this properties as a parameters callback.
              -
              -
              Returns:
              +
              +
              Returns:
              this properties as a parameters callback.
              +
            +
          -
        • -
        -
- + - -
- - - - - - - + +
+
+ +
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/QueryEl.html b/docs/api/scriptella/configuration/QueryEl.html index 566ec90..a5ee4f0 100644 --- a/docs/api/scriptella/configuration/QueryEl.html +++ b/docs/api/scriptella/configuration/QueryEl.html @@ -1,388 +1,255 @@ - - + - + QueryEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class QueryEl

+ +

Class QueryEl

-
- -
- -
-
-
- +
+
+
+

Methods inherited from class scriptella.configuration.ScriptingElement

+getConnectionId, getContent, getDialectContent, getIf, getLocation, getParent, setConnectionId, setIf, toString
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + +
+
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/RequiredAttributeException.html b/docs/api/scriptella/configuration/RequiredAttributeException.html index 170b1d5..81750ae 100644 --- a/docs/api/scriptella/configuration/RequiredAttributeException.html +++ b/docs/api/scriptella/configuration/RequiredAttributeException.html @@ -1,302 +1,178 @@ - - + - + RequiredAttributeException (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class RequiredAttributeException

+ +

Class RequiredAttributeException

-
- -
-
-
-
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          RequiredAttributeException

          -
          public RequiredAttributeException(java.lang.String attribute,
          -                                  XmlElement element)
          -
        • -
        - - - -
          -
        • -

          RequiredAttributeException

          -
          public RequiredAttributeException(java.lang.String attribute,
          -                                  java.lang.Throwable cause,
          -                                  XmlElement element)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            RequiredAttributeException

            +
            public RequiredAttributeException(String attribute, + XmlElement element)
            +
          • -
          +
        • +
          +

          RequiredAttributeException

          +
          public RequiredAttributeException(String attribute, + Throwable cause, + XmlElement element)
          +
        +
-
-
+ - -
+
+
+ +
- - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/ScriptEl.html b/docs/api/scriptella/configuration/ScriptEl.html index 8f0d388..0566b99 100644 --- a/docs/api/scriptella/configuration/ScriptEl.html +++ b/docs/api/scriptella/configuration/ScriptEl.html @@ -1,444 +1,295 @@ - - + - + ScriptEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class ScriptEl

+ +

Class ScriptEl

-
- -
- -
-
-
+ + +
 
+
boolean
+ +
 
+
void
+
setNewTx(boolean newTx)
+
 
+
void
+ +
 
+ + +
 
+
+
+
+
+

Methods inherited from class scriptella.configuration.ScriptingElement

+getConnectionId, getContent, getDialectContent, getIf, getLocation, getParent, setConnectionId, setIf
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ -
-
-
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/ScriptingElement.html b/docs/api/scriptella/configuration/ScriptingElement.html index 42dfd0a..5677118 100644 --- a/docs/api/scriptella/configuration/ScriptingElement.html +++ b/docs/api/scriptella/configuration/ScriptingElement.html @@ -1,435 +1,284 @@ - - + - + ScriptingElement (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class ScriptingElement

+ +

Class ScriptingElement

-
- -
- -
-
-
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+
void
+
setConnectionId(String connectionId)
+
 
+
void
+
setIf(String ifExpr)
+
 
+ + +
 
+
+
+
+ +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ScriptingElement

          -
          protected ScriptingElement(ScriptingElement parent)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            ScriptingElement

            +
            protected ScriptingElement(ScriptingElement parent)
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getConnectionId

            -
            public java.lang.String getConnectionId()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getConnectionId

              +
              public String getConnectionId()
              +
            • -
            - - - -
              -
            • -

              setConnectionId

              -
              public void setConnectionId(java.lang.String connectionId)
              +
            • +
              +

              setConnectionId

              +
              public void setConnectionId(String connectionId)
              +
            • -
            - - - - - - - -
              -
            • -

              getIf

              -
              public java.lang.String getIf()
              +
            • +
              +

              getIf

              +
              public String getIf()
              +
            • -
            - - - -
              -
            • -

              setIf

              -
              public void setIf(java.lang.String ifExpr)
              +
            • +
              +

              setIf

              +
              public void setIf(String ifExpr)
              +
            • -
            - - - -
              -
            • -

              getContent

              -
              public Resource getContent()
              +
            • +
              +

              getContent

              +
              public Resource getContent()
              +
            • -
            - - - - - - - - - - - -
              -
            • -

              configure

              -
              public void configure(XmlElement element)
              -
              Description copied from interface: XmlConfigurable
              +
            • +
              +

              configure

              +
              public void configure(XmlElement element)
              +
              Description copied from interface: XmlConfigurable
              Configures the class using specified XML element.
              -
              -
              Parameters:
              +
              +
              Parameters:
              element - XML element.
              +
            • -
            - - - -
              -
            • -

              toString

              -
              public java.lang.String toString()
              -
              -
              Overrides:
              -
              toString in class java.lang.Object
              +
            • +
              +

              toString

              +
              public String toString()
              +
              +
              Overrides:
              +
              toString in class Object
              +
            +
          -
        • -
        -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/StringResource.html b/docs/api/scriptella/configuration/StringResource.html index 3fa41e5..eefd1be 100644 --- a/docs/api/scriptella/configuration/StringResource.html +++ b/docs/api/scriptella/configuration/StringResource.html @@ -1,370 +1,250 @@ - - + - + StringResource (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class StringResource

+ +

Class StringResource

-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • scriptella.configuration.StringResource
    • -
    -
  • -
-
-
    -
  • -
    +
    java.lang.Object +
    scriptella.configuration.StringResource
    +
    +
    +
    All Implemented Interfaces:
    -
    Resource
    +
    Resource

    -
    -
    public class StringResource
    -extends java.lang.Object
    -implements Resource
    +
    public class StringResource +extends Object +implements Resource
    Represents String as a resource.

    This implementation is intended to represent small text blocks.

    This resource is immutable and can be cached based on object identity.

    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    -
  • -
-
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Summary

        - - - - - - - - - - - -
        Constructors 
        Constructor and Description
        StringResource(java.lang.String string) +
      • +
        +

        Constructor Summary

        +
        Constructors
        +
        +
        Constructor
        +
        Description
        + +
        Creates a resource based on String content.
        -
      • StringResource(java.lang.String string, - java.lang.String description) + +
        StringResource(String string, + String description)
        +
        Creates a resource based on String content.
        -
        +
+
+ - -
    -
  • - - -

    Method Summary

    - - - - - - - - - - - - - - - - - - -
    All Methods Instance Methods Concrete Methods 
    Modifier and TypeMethod and Description
    java.lang.StringgetString() +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
    Returns the string wrapped by this resource.
    -
  • java.io.Readeropen() + + + +
    Opens a resource and returns a content reader.
    -
    java.lang.StringtoString() 
    -
      -
    • - - -

      Methods inherited from class java.lang.Object

      -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • -
    -
  • -
+
+ + +
 
+
+ + +
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          StringResource

          -
          public StringResource(java.lang.String string)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            StringResource

            +
            public StringResource(String string)
            Creates a resource based on String content.
            -
            -
            Parameters:
            +
            +
            Parameters:
            string - resource content.
            +
          • -
          - - - -
            -
          • -

            StringResource

            -
            public StringResource(java.lang.String string,
            -                      java.lang.String description)
            +
          • +
            +

            StringResource

            +
            public StringResource(String string, + String description)
            Creates a resource based on String content.
            -
            -
            Parameters:
            +
            +
            Parameters:
            string - resource content.
            description - resource description.
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            open

            -
            public java.io.Reader open()
            -                    throws java.io.IOException
            -
            Description copied from interface: Resource
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              open

              +
              public Reader open() + throws IOException
              +
              Description copied from interface: Resource
              Opens a resource and returns a content reader.

              The returned reader implementation should be effective enough to allow usage without extra buffering, etc.

              -
              -
              Specified by:
              -
              open in interface Resource
              -
              Returns:
              +
              +
              Specified by:
              +
              open in interface Resource
              +
              Returns:
              resource content reader
              -
              Throws:
              -
              java.io.IOException - if I/O error occurs.
              +
              Throws:
              +
              IOException - if I/O error occurs.
              +
            • -
            - - - -
              -
            • -

              getString

              -
              public java.lang.String getString()
              +
            • +
              +

              getString

              +
              public String getString()
              Returns the string wrapped by this resource.
              +
            • -
            - - - -
              -
            • -

              toString

              -
              public java.lang.String toString()
              -
              -
              Specified by:
              -
              toString in interface Resource
              -
              Overrides:
              -
              toString in class java.lang.Object
              -
              Returns:
              +
            • +
              +

              toString

              +
              public String toString()
              +
              +
              Specified by:
              +
              toString in interface Resource
              +
              Overrides:
              +
              toString in class Object
              +
              Returns:
              location of content or meaningful description.
              +
            +
          -
        • -
        -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/XmlConfigurable.html b/docs/api/scriptella/configuration/XmlConfigurable.html index 45c8ad7..91a08a9 100644 --- a/docs/api/scriptella/configuration/XmlConfigurable.html +++ b/docs/api/scriptella/configuration/XmlConfigurable.html @@ -1,241 +1,149 @@ - - + - + XmlConfigurable (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Interface XmlConfigurable

+ +

Interface XmlConfigurable

-
-
- -
-
-
    -
  • + +
    +
      -
        -
      • - - -

        Method Summary

        - - - - - - - - - - -
        All Methods Instance Methods Abstract Methods 
        Modifier and TypeMethod and Description
        voidconfigure(XmlElement element) +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        void
        + +
        Configures the class using specified XML element.
        -
      • -
      • -
      +
+
+
+
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          configure

          -
          void configure(XmlElement element)
          +
        • +
          +

          Method Details

          +
            +
          • +
            +

            configure

            +
            void configure(XmlElement element)
            Configures the class using specified XML element.
            -
            -
            Parameters:
            +
            +
            Parameters:
            element - XML element.
            +
          +
        -
      • -
      -
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/XmlConfigurableBase.html b/docs/api/scriptella/configuration/XmlConfigurableBase.html index 53e5c7c..a3c3fe5 100644 --- a/docs/api/scriptella/configuration/XmlConfigurableBase.html +++ b/docs/api/scriptella/configuration/XmlConfigurableBase.html @@ -1,545 +1,385 @@ - - + - + XmlConfigurableBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class XmlConfigurableBase

+ +

Class XmlConfigurableBase

-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • scriptella.configuration.XmlConfigurableBase
    • -
    -
  • -
-
- -
-
-
+
protected void
+
setRequiredProperty(XmlElement element, + String attribute)
+
 
+
protected void
+
setRequiredProperty(XmlElement element, + String attribute, + String property)
+
 
+
+
+
+
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+

Methods inherited from interface scriptella.configuration.XmlConfigurable

+configure
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          XmlConfigurableBase

          -
          public XmlConfigurableBase()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            XmlConfigurableBase

            +
            public XmlConfigurableBase()
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            setRequiredProperty

            -
            protected void setRequiredProperty(XmlElement element,
            -                                   java.lang.String attribute,
            -                                   java.lang.String property)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              setRequiredProperty

              +
              protected void setRequiredProperty(XmlElement element, + String attribute, + String property)
              +
            • -
            - - - - - - - -
              -
            • -

              setProperty

              -
              protected void setProperty(XmlElement element,
              -                           java.lang.String attribute,
              -                           java.lang.String property)
              +
            • +
              +

              setProperty

              +
              protected void setProperty(XmlElement element, + String attribute, + String property)
              Sets property on this object using attribute value.
              -
              -
              Parameters:
              +
              +
              Parameters:
              element - element to get attribute.
              attribute - attribute name
              property - property name.
              +
            • -
            - - - - - - - -
              -
            • -

              setPatternProperty

              -
              protected void setPatternProperty(XmlElement element,
              -                                  java.lang.String attribute,
              -                                  java.lang.String property)
              -
              Sets Pattern property on this object using attribute value.
              -
              -
              Parameters:
              +
            • +
              +

              setPatternProperty

              +
              protected void setPatternProperty(XmlElement element, + String attribute, + String property)
              +
              Sets Pattern property on this object using attribute value.
              +
              +
              Parameters:
              element - element to get attribute.
              attribute - attribute name
              property - property name.
              +
            • -
            - - - -
              -
            • -

              findSetter

              -
              protected java.lang.reflect.Method findSetter(java.lang.String property)
              -                                       throws java.lang.NoSuchMethodException
              -
              -
              Throws:
              -
              java.lang.NoSuchMethodException
              +
            • +
              +

              findSetter

              +
              protected Method findSetter(String property) + throws NoSuchMethodException
              +
              +
              Throws:
              +
              NoSuchMethodException
              +
            • -
            - - - -
              -
            • -

              findGetter

              -
              protected java.lang.reflect.Method findGetter(java.lang.String property)
              -                                       throws java.lang.NoSuchMethodException
              -
              -
              Throws:
              -
              java.lang.NoSuchMethodException
              +
            • +
              +

              findGetter

              +
              protected Method findGetter(String property) + throws NoSuchMethodException
              +
              +
              Throws:
              +
              NoSuchMethodException
              +
            • -
            - - - -
              -
            • -

              setRequiredProperty

              -
              protected void setRequiredProperty(XmlElement element,
              -                                   java.lang.String attribute)
              +
            • +
              +

              setRequiredProperty

              +
              protected void setRequiredProperty(XmlElement element, + String attribute)
              +
            • -
            - - - -
              -
            • -

              loadClass

              -
              protected <T> T loadClass(XmlElement element,
              -                          java.lang.String attribute,
              -                          java.lang.Class<T> spec)
              +
            • +
              +

              loadClass

              +
              protected <T> T loadClass(XmlElement element, + String attribute, + Class<T> spec)
              +
            • -
            - - - - - - - -
              -
            • -

              assertRequiredFieldPresent

              -
              protected void assertRequiredFieldPresent(XmlElement element,
              -                                          java.lang.String attribute,
              -                                          java.lang.String property)
              +
            • +
              +

              assertRequiredFieldPresent

              +
              protected void assertRequiredFieldPresent(XmlElement element, + String attribute, + String property)
              +
            • -
            - - - -
              -
            • -

              assertRequiredFieldPresent

              -
              protected void assertRequiredFieldPresent(XmlElement element,
              -                                          java.lang.String property)
              +
            • +
              +

              assertRequiredFieldPresent

              +
              protected void assertRequiredFieldPresent(XmlElement element, + String property)
              +
            • -
            - - - -
              -
            • -

              setLocation

              -
              protected void setLocation(XmlElement element)
              +
            • +
              +

              setLocation

              +
              protected void setLocation(XmlElement element)
              Called by elements wishing to report their location in XML.
              -
              -
              Parameters:
              +
              +
              Parameters:
              element - element to calculate location
              +
            • -
            - - - -
              -
            • -

              setLocation

              -
              protected void setLocation(Location location)
              -
            • -
            - - - -
              -
            • -

              getLocation

              -
              protected Location getLocation()
              +
            • +
              +

              setLocation

              +
              protected void setLocation(Location location)
              +
            • -
            +
          • +
            +

            getLocation

            +
            protected Location getLocation()
            +
          +
-
- + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/XmlElement.html b/docs/api/scriptella/configuration/XmlElement.html index 73e891d..31b2599 100644 --- a/docs/api/scriptella/configuration/XmlElement.html +++ b/docs/api/scriptella/configuration/XmlElement.html @@ -1,472 +1,320 @@ - - + - + XmlElement (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-
scriptella.configuration
-

Class XmlElement

+ +

Class XmlElement

-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • scriptella.configuration.XmlElement
    • -
    -
  • -
-
-
    -
  • +
    java.lang.Object +
    scriptella.configuration.XmlElement
    +
    +

    -
    -
    public class XmlElement
    -extends java.lang.Object
    +
    public class XmlElement +extends Object
    Represents XML element
    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    -
  • -
-
-
-
+ + +
 
+
protected List<XmlElement>
+ +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+ + +
 
+
+
+
+
+

Methods inherited from class java.lang.Object

+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ - -
-
    -
  • + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          XmlElement

          -
          public XmlElement(org.w3c.dom.Element element,
          -                  java.net.URL documentUrl,
          -                  PropertiesSubstitutor substitutor)
          +
        • +
          +

          Constructor Details

          + - - - -
            -
          • -

            XmlElement

            -
            public XmlElement(org.w3c.dom.Element element,
            -                  XmlElement parent)
            +
          • +
            +

            XmlElement

            +
            public XmlElement(Element element, + XmlElement parent)
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getTagName

            -
            public java.lang.String getTagName()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getTagName

              +
              public String getTagName()
              +
            • -
            - - - -
              -
            • -

              getElement

              -
              public org.w3c.dom.Element getElement()
              +
            • +
              +

              getElement

              +
              public Element getElement()
              +
            • -
            - - - -
              -
            • -

              getDocumentUrl

              -
              public java.net.URL getDocumentUrl()
              +
            • +
              +

              getDocumentUrl

              +
              public URL getDocumentUrl()
              +
            • -
            - - - -
              -
            • -

              getChildren

              -
              protected java.util.List<XmlElement> getChildren()
              +
            • +
              +

              getChildren

              +
              protected List<XmlElement> getChildren()
              +
            • -
            - - - -
              -
            • -

              getXPath

              -
              public java.lang.String getXPath()
              +
            • +
              +

              getXPath

              +
              public String getXPath()
              +
            • -
            - - - -
              -
            • -

              getChildren

              -
              public java.util.List<XmlElement> getChildren(java.lang.String name)
              +
            • +
              +

              getChildren

              +
              public List<XmlElement> getChildren(String name)
              +
            • -
            - - - -
              -
            • -

              getChildren

              -
              public java.util.List<XmlElement> getChildren(java.util.Set<java.lang.String> names)
              +
            • +
              +

              getChildren

              +
              public List<XmlElement> getChildren(Set<String> names)
              +
            • -
            - - - - - - - - - - - -
              -
            • -

              getAttribute

              -
              public java.lang.String getAttribute(java.lang.String attribute)
              +
            • +
              +

              getAttribute

              +
              public String getAttribute(String attribute)
              Gets the value of attribute. -

              Additionally property expansion is performed.

              -
              -
              Parameters:
              +

              Additionally property expansion is performed.

+
+
Parameters:
attribute - attribute name.
-
Returns:
+
Returns:
value of the attribute or null if attribute is absent or has empty value.
+ - - - - - - - - - + - - - - + - - - - -

- Copyright © 2006-2026 The Scriptella Project Team.
Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

diff --git a/docs/api/scriptella/configuration/class-use/ConfigurationEl.html b/docs/api/scriptella/configuration/class-use/ConfigurationEl.html index 98c50c8..c643378 100644 --- a/docs/api/scriptella/configuration/class-use/ConfigurationEl.html +++ b/docs/api/scriptella/configuration/class-use/ConfigurationEl.html @@ -1,247 +1,154 @@ - - + - + Uses of Class scriptella.configuration.ConfigurationEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
+ +
+
-

Uses of Class
scriptella.configuration.ConfigurationEl

-
-
-
+
+ -
  • - - -

    Uses of ConfigurationEl in scriptella.core

    - - - - - - - - - - -
    Constructors in scriptella.core with parameters of type ConfigurationEl 
    Constructor and Description
    Session(ConfigurationEl configuration, - EtlContext ctx) 
    +
  • +
    +

    Uses of ConfigurationEl in scriptella.core

    +
    Constructors in scriptella.core with parameters of type ConfigurationEl
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    Session(ConfigurationEl configuration, + EtlContext ctx)
    +
     
    +
    +
  • -
  • - - -

    Uses of ConfigurationEl in scriptella.execution

    - - - - - - - - - - - - -
    Methods in scriptella.execution that return ConfigurationEl 
    Modifier and TypeMethod and Description
    ConfigurationElEtlExecutor.getConfiguration() +
  • +
    +

    Uses of ConfigurationEl in scriptella.execution

    +
    Methods in scriptella.execution that return ConfigurationEl
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    EtlExecutor.getConfiguration()
    +
    Returns ETL configuration for this executor.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.execution with parameters of type ConfigurationEl 
    Modifier and TypeMethod and Description
    voidEtlExecutor.setConfiguration(ConfigurationEl configuration) + + +
    Methods in scriptella.execution with parameters of type ConfigurationEl
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    EtlExecutor.setConfiguration(ConfigurationEl configuration)
    +
    Sets ETL configuration.
    -
    - - - - - - - - - - -
    Constructors in scriptella.execution with parameters of type ConfigurationEl 
    Constructor and Description
    EtlExecutor(ConfigurationEl configuration) + + +
    Constructors in scriptella.execution with parameters of type ConfigurationEl
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates an ETL executor for specified configuration file.
    -
    -
  • - - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/configuration/class-use/ConfigurationException.html b/docs/api/scriptella/configuration/class-use/ConfigurationException.html index 2fb7b91..25c1841 100644 --- a/docs/api/scriptella/configuration/class-use/ConfigurationException.html +++ b/docs/api/scriptella/configuration/class-use/ConfigurationException.html @@ -1,334 +1,223 @@ - - + - + Uses of Class scriptella.configuration.ConfigurationException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.ConfigurationException

    +

    Uses of Class
    scriptella.configuration.ConfigurationException

    -
    -
    +
    + -
  • - - -

    Uses of ConfigurationException in scriptella.driver.auto

    - - - - - - - - - - - - -
    Methods in scriptella.driver.auto that throw ConfigurationException 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    +
  • +
    +

    Uses of ConfigurationException in scriptella.driver.auto

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of ConfigurationException in scriptella.driver.script

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.script that throw ConfigurationException 
    Modifier and TypeMethod and Description
    voidScriptConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidScriptConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of ConfigurationException in scriptella.driver.script

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ScriptConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ConfigurationException in scriptella.spi

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi that throw ConfigurationException 
    Modifier and TypeMethod and Description
    booleanConnectionParameters.getBooleanProperty(java.lang.String name) +
  • +
    +

    Uses of ConfigurationException in scriptella.spi

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    ConnectionParameters.getBooleanProperty(String name)
    +
    Parses property value as boolean flag.
    -
  • booleanConnectionParameters.getBooleanProperty(java.lang.String name, - boolean defaultValue) + +
    boolean
    +
    ConnectionParameters.getBooleanProperty(String name, + boolean defaultValue)
    +
    Parses property value as a boolean flag.
    -
    java.lang.StringConnectionParameters.getCharsetProperty(java.lang.String name) + + +
    ConnectionParameters.getCharsetProperty(String name)
    +
    Parses property value as a charset encoding name.
    -
    java.lang.IntegerConnectionParameters.getIntegerProperty(java.lang.String name) 
    java.lang.IntegerConnectionParameters.getIntegerProperty(java.lang.String name, - int defaultValue) + + +
    ConnectionParameters.getIntegerProperty(String name)
    +
     
    + +
    ConnectionParameters.getIntegerProperty(String name, + int defaultValue)
    +
    Returns the value of integer property.
    -
    java.lang.NumberConnectionParameters.getNumberProperty(java.lang.String name, - java.lang.Number defaultValue) + + +
    ConnectionParameters.getNumberProperty(String name, + Number defaultValue)
    +
    Returns numeric value of the property.
    -
    java.net.URLConnectionParameters.getResolvedUrl() + + +
    ConnectionParameters.getResolvedUrl()
    +
    Returns the url property resolved relative to a script location.
    -
    java.net.URLConnectionParameters.getUrlProperty(java.lang.String name) + + +
    ConnectionParameters.getUrlProperty(String name)
    +
    Parses property value as URL parameter.
    -
    +
  • + + -
  • - - -

    Uses of ConfigurationException in scriptella.text

    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.text that throw ConfigurationException 
    Modifier and TypeMethod and Description
    booleanTypedPropertiesSource.getBooleanProperty(java.lang.String name, - boolean defaultValue) +
  • +
    +

    Uses of ConfigurationException in scriptella.text

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    +
    TypedPropertiesSource.getBooleanProperty(String name, + boolean defaultValue)
    +
    Parses property value as a boolean flag.
    -
  • java.lang.StringTypedPropertiesSource.getCharsetProperty(java.lang.String name) + + +
    TypedPropertiesSource.getCharsetProperty(String name)
    +
    Parses property value as a charset encoding name.
    -
    java.lang.NumberTypedPropertiesSource.getNumberProperty(java.lang.String name, - java.lang.Number defaultValue) + + +
    TypedPropertiesSource.getNumberProperty(String name, + Number defaultValue)
    +
    Returns numeric value of the property.
    -
    -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/configuration/class-use/ConfigurationFactory.html b/docs/api/scriptella/configuration/class-use/ConfigurationFactory.html index 0730143..8ec19cf 100644 --- a/docs/api/scriptella/configuration/class-use/ConfigurationFactory.html +++ b/docs/api/scriptella/configuration/class-use/ConfigurationFactory.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.configuration.ConfigurationFactory (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.ConfigurationFactory

    +

    Uses of Class
    scriptella.configuration.ConfigurationFactory

    -
    No usage of scriptella.configuration.ConfigurationFactory
    - -
    - - - - - - - +No usage of scriptella.configuration.ConfigurationFactory
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/configuration/class-use/ConnectionEl.html b/docs/api/scriptella/configuration/class-use/ConnectionEl.html index cd28a8c..f579bb5 100644 --- a/docs/api/scriptella/configuration/class-use/ConnectionEl.html +++ b/docs/api/scriptella/configuration/class-use/ConnectionEl.html @@ -1,229 +1,140 @@ - - + - + Uses of Class scriptella.configuration.ConnectionEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.ConnectionEl

    +

    Uses of Class
    scriptella.configuration.ConnectionEl

    -
    -
    +
    +
    + - -
    - - - - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/configuration/class-use/ContentEl.html b/docs/api/scriptella/configuration/class-use/ContentEl.html index 98a1685..9e4b214 100644 --- a/docs/api/scriptella/configuration/class-use/ContentEl.html +++ b/docs/api/scriptella/configuration/class-use/ContentEl.html @@ -1,193 +1,110 @@ - - + - + Uses of Class scriptella.configuration.ContentEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.ContentEl

    +

    Uses of Class
    scriptella.configuration.ContentEl

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/DialectBasedContentEl.html b/docs/api/scriptella/configuration/class-use/DialectBasedContentEl.html index 6e2b4f4..9339e3b 100644 --- a/docs/api/scriptella/configuration/class-use/DialectBasedContentEl.html +++ b/docs/api/scriptella/configuration/class-use/DialectBasedContentEl.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.configuration.DialectBasedContentEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.DialectBasedContentEl

    +

    Uses of Class
    scriptella.configuration.DialectBasedContentEl

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/FallbackEl.html b/docs/api/scriptella/configuration/class-use/FallbackEl.html index 5e09025..57ab2e6 100644 --- a/docs/api/scriptella/configuration/class-use/FallbackEl.html +++ b/docs/api/scriptella/configuration/class-use/FallbackEl.html @@ -1,181 +1,100 @@ - - + - + Uses of Class scriptella.configuration.FallbackEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.FallbackEl

    +

    Uses of Class
    scriptella.configuration.FallbackEl

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/IncludeEl.html b/docs/api/scriptella/configuration/class-use/IncludeEl.html index 7470b69..34e097e 100644 --- a/docs/api/scriptella/configuration/class-use/IncludeEl.html +++ b/docs/api/scriptella/configuration/class-use/IncludeEl.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.configuration.IncludeEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.IncludeEl

    +

    Uses of Class
    scriptella.configuration.IncludeEl

    -
    No usage of scriptella.configuration.IncludeEl
    - -
    - - - - - - - +No usage of scriptella.configuration.IncludeEl
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/configuration/class-use/Location.html b/docs/api/scriptella/configuration/class-use/Location.html index 61f2f6e..f0da9e6 100644 --- a/docs/api/scriptella/configuration/class-use/Location.html +++ b/docs/api/scriptella/configuration/class-use/Location.html @@ -1,298 +1,192 @@ - - + - + Uses of Class scriptella.configuration.Location (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.Location

    +

    Uses of Class
    scriptella.configuration.Location

    -
    -
    +
    +
    + - -
    - -
    - - - - - - - +
    void
    +
    SilentExecutionStatisticsBuilder.elementStarted(Location loc, + Connection connection)
    +
     
    - - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/configuration/class-use/OnErrorEl.html b/docs/api/scriptella/configuration/class-use/OnErrorEl.html index 337d224..abe73eb 100644 --- a/docs/api/scriptella/configuration/class-use/OnErrorEl.html +++ b/docs/api/scriptella/configuration/class-use/OnErrorEl.html @@ -1,220 +1,129 @@ - - + - + Uses of Class scriptella.configuration.OnErrorEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.OnErrorEl

    +

    Uses of Class
    scriptella.configuration.OnErrorEl

    -
    -
    +
    +
    + +
  • +
    +

    Uses of OnErrorEl in scriptella.core

    +
    Methods in scriptella.core that return OnErrorEl
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    OnErrorHandler.onError(Throwable throwable)
    +
    +
    Called on error to get a OnErrorEl with fallback script.
    - - -
    +
  • -
    - -
    - - -
    - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/configuration/class-use/PropertiesEl.html b/docs/api/scriptella/configuration/class-use/PropertiesEl.html index 22cc3b0..7bd1b13 100644 --- a/docs/api/scriptella/configuration/class-use/PropertiesEl.html +++ b/docs/api/scriptella/configuration/class-use/PropertiesEl.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.configuration.PropertiesEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.PropertiesEl

    +

    Uses of Class
    scriptella.configuration.PropertiesEl

    -
    No usage of scriptella.configuration.PropertiesEl
    - -
    - - - - - - - +No usage of scriptella.configuration.PropertiesEl
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/configuration/class-use/QueryEl.html b/docs/api/scriptella/configuration/class-use/QueryEl.html index b8aa729..94ae41e 100644 --- a/docs/api/scriptella/configuration/class-use/QueryEl.html +++ b/docs/api/scriptella/configuration/class-use/QueryEl.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.configuration.QueryEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.QueryEl

    +

    Uses of Class
    scriptella.configuration.QueryEl

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/RequiredAttributeException.html b/docs/api/scriptella/configuration/class-use/RequiredAttributeException.html index 76c125a..d285cac 100644 --- a/docs/api/scriptella/configuration/class-use/RequiredAttributeException.html +++ b/docs/api/scriptella/configuration/class-use/RequiredAttributeException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.configuration.RequiredAttributeException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.RequiredAttributeException

    +

    Uses of Class
    scriptella.configuration.RequiredAttributeException

    -
    No usage of scriptella.configuration.RequiredAttributeException
    - -
    - - - - - - - +No usage of scriptella.configuration.RequiredAttributeException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/configuration/class-use/ScriptEl.html b/docs/api/scriptella/configuration/class-use/ScriptEl.html index b07f9c0..e6c66ff 100644 --- a/docs/api/scriptella/configuration/class-use/ScriptEl.html +++ b/docs/api/scriptella/configuration/class-use/ScriptEl.html @@ -1,193 +1,113 @@ - - + - + Uses of Class scriptella.configuration.ScriptEl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.ScriptEl

    +

    Uses of Class
    scriptella.configuration.ScriptEl

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/ScriptingElement.html b/docs/api/scriptella/configuration/class-use/ScriptingElement.html index e1d54b7..5c25229 100644 --- a/docs/api/scriptella/configuration/class-use/ScriptingElement.html +++ b/docs/api/scriptella/configuration/class-use/ScriptingElement.html @@ -1,284 +1,181 @@ - - + - + Uses of Class scriptella.configuration.ScriptingElement (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.ScriptingElement

    +

    Uses of Class
    scriptella.configuration.ScriptingElement

    -
    -
    +
    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ScriptingElement.getParent()
    +
     
    +
    +
    Methods in scriptella.configuration that return types with arguments of type ScriptingElement
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
     
    + +
    ConfigurationEl.getScriptingElements()
    +
     
    +
    +
    Method parameters in scriptella.configuration with type arguments of type ScriptingElement
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    QueryEl.setChildScriptinglElements(List<ScriptingElement> childScriptinglElements)
    +
     
    +
    void
    +
    ConfigurationEl.setScriptingElements(List<ScriptingElement> scriptingElements)
    +
     
    +
    +
    Constructors in scriptella.configuration with parameters of type ScriptingElement
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    QueryEl(XmlElement element, + ScriptingElement parent)
    +
     
    +
     
    +
    ScriptEl(XmlElement element, + ScriptingElement parent)
    +
     
    +
    protected
    + +
     
    +
    + - +
  • +
    +

    Uses of ScriptingElement in scriptella.core

    +
    Methods in scriptella.core with parameters of type ScriptingElement
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ConnectionInterceptor.prepare(ExecutableElement next, + ScriptingElement se)
    +
     
    + +
    IfInterceptor.prepare(ExecutableElement next, + ScriptingElement s)
    +
     
    - -
    - - - - - - - +
    Constructors in scriptella.core with parameters of type ScriptingElement
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    -
    +
  • -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/StringResource.html b/docs/api/scriptella/configuration/class-use/StringResource.html index 5e38da8..bc1a638 100644 --- a/docs/api/scriptella/configuration/class-use/StringResource.html +++ b/docs/api/scriptella/configuration/class-use/StringResource.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.configuration.StringResource (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.StringResource

    +

    Uses of Class
    scriptella.configuration.StringResource

    -
    No usage of scriptella.configuration.StringResource
    - -
    - - - - - - - +No usage of scriptella.configuration.StringResource
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/configuration/class-use/XmlConfigurable.html b/docs/api/scriptella/configuration/class-use/XmlConfigurable.html index bb6ea00..7e8f7b8 100644 --- a/docs/api/scriptella/configuration/class-use/XmlConfigurable.html +++ b/docs/api/scriptella/configuration/class-use/XmlConfigurable.html @@ -1,250 +1,158 @@ - - + - + Uses of Interface scriptella.configuration.XmlConfigurable (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.configuration.XmlConfigurable

    -
    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/XmlConfigurableBase.html b/docs/api/scriptella/configuration/class-use/XmlConfigurableBase.html index fc032ee..652bfb7 100644 --- a/docs/api/scriptella/configuration/class-use/XmlConfigurableBase.html +++ b/docs/api/scriptella/configuration/class-use/XmlConfigurableBase.html @@ -1,230 +1,143 @@ - - + - + Uses of Class scriptella.configuration.XmlConfigurableBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.XmlConfigurableBase

    -
    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/class-use/XmlElement.html b/docs/api/scriptella/configuration/class-use/XmlElement.html index de03d58..d8eecea 100644 --- a/docs/api/scriptella/configuration/class-use/XmlElement.html +++ b/docs/api/scriptella/configuration/class-use/XmlElement.html @@ -1,382 +1,268 @@ - - + - + Uses of Class scriptella.configuration.XmlElement (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.configuration.XmlElement

    +

    Uses of Class
    scriptella.configuration.XmlElement

    -
    -
    - -
    - - - - - - - +
    protected void
    +
    XmlConfigurableBase.setRequiredProperty(XmlElement element, + String attribute)
    +
     
    +
    protected void
    +
    XmlConfigurableBase.setRequiredProperty(XmlElement element, + String attribute, + String property)
    +
     
    -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/package-frame.html b/docs/api/scriptella/configuration/package-frame.html deleted file mode 100644 index 6733356..0000000 --- a/docs/api/scriptella/configuration/package-frame.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - -scriptella.configuration (Scriptella API Documentation) - - - - - -

    scriptella.configuration

    - - - diff --git a/docs/api/scriptella/configuration/package-summary.html b/docs/api/scriptella/configuration/package-summary.html index cf39bd1..17b5365 100644 --- a/docs/api/scriptella/configuration/package-summary.html +++ b/docs/api/scriptella/configuration/package-summary.html @@ -1,295 +1,182 @@ - - + - + scriptella.configuration (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.configuration

    -
    -
    Classes and interfaces to parse script files.
    -
    -

    See: Description

    +

    Package scriptella.configuration

    -
    - - - - -

    Package scriptella.configuration Description

    -
    Classes and interfaces to parse script files. -

    For now only XML format is supported

    - -

    To create configuration from XML file use the following code: -

    -        ConfigurationFactory factory = new ConfigurationFactory();
    -        factory.setResourceURL(resourceURL);
    -        Configuration configration = cf.createConfiguration();
    -    
    - -

    - - - - -

    +

    + + + + +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/configuration/package-tree.html b/docs/api/scriptella/configuration/package-tree.html index 6f7ba5e..db10e17 100644 --- a/docs/api/scriptella/configuration/package-tree.html +++ b/docs/api/scriptella/configuration/package-tree.html @@ -1,100 +1,80 @@ - - + - + scriptella.configuration Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.configuration

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +

    Interface Hierarchy

    -
    - -
    - - - - - - - + +
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/configuration/package-use.html b/docs/api/scriptella/configuration/package-use.html index 3c9ec65..df5261f 100644 --- a/docs/api/scriptella/configuration/package-use.html +++ b/docs/api/scriptella/configuration/package-use.html @@ -1,396 +1,268 @@ - - + - + Uses of Package scriptella.configuration (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.configuration

    -
    -
    +
    + -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.configuration used by scriptella.core 
    Class and Description
    ConfigurationEl +
  • +
    + +
    +
    Class
    +
    Description
    + +
    TODO: Add documentation
    -
  • ConnectionEl + + +
    Connection configuration element.
    -
    Location + + +
    Defines xml element location.
    -
    OnErrorEl + + +
    Represents <onerror> xml element.
    -
    QueryEl + + +
    TODO: Add documentation
    -
    ScriptEl + + +
    TODO: Add documentation
    -
    ScriptingElement + + +
    Base class for queries and scripts.
    -
    +
  • +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.configuration used by scriptella.driver.auto 
    Class and Description
    ConfigurationException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Thrown if configuration error is found.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.configuration used by scriptella.driver.script 
    Class and Description
    ConfigurationException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Thrown if configuration error is found.
    -
  • + + +
  • -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.configuration used by scriptella.execution 
    Class and Description
    ConfigurationEl +
  • +
    + +
    +
    Class
    +
    Description
    + +
    TODO: Add documentation
    -
  • Location + + +
    Defines xml element location.
    -
    + + +
  • -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.configuration used by scriptella.spi 
    Class and Description
    ConfigurationException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Thrown if configuration error is found.
    -
  • ConnectionEl + + +
    Connection configuration element.
    -
    + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.configuration used by scriptella.text 
    Class and Description
    ConfigurationException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Thrown if configuration error is found.
    -
  • -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/core/ConnectionInterceptor.html b/docs/api/scriptella/core/ConnectionInterceptor.html index 88c1ce8..3a4fffd 100644 --- a/docs/api/scriptella/core/ConnectionInterceptor.html +++ b/docs/api/scriptella/core/ConnectionInterceptor.html @@ -1,286 +1,174 @@ - - + - + ConnectionInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class ConnectionInterceptor

    + +

    Class ConnectionInterceptor

    -
    - -
    - -
    -
    -
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.core.ElementInterceptor

    +executeNext, getCtxDecorator, getNext
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
    +
    +
    Parameters:
    ctx - context to use.
    + - - - - - +
  • +
    +

    prepare

    +
    public static ExecutableElement prepare(ExecutableElement next, + ScriptingElement se)
    +
  • + - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/ConnectionManager.html b/docs/api/scriptella/core/ConnectionManager.html index c56b7a2..b5162e7 100644 --- a/docs/api/scriptella/core/ConnectionManager.html +++ b/docs/api/scriptella/core/ConnectionManager.html @@ -1,350 +1,222 @@ - - + - + ConnectionManager (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class ConnectionManager

    + +

    Class ConnectionManager

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.ConnectionManager
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.core.ConnectionManager
      +
      +

      -
      -
      public class ConnectionManager
      -extends java.lang.Object
      +
      public class ConnectionManager +extends Object
      TODO: Add documentation
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    + + +
     
    +
    void
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - - -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getConnection

              -
              public Connection getConnection()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getConnection

                +
                public Connection getConnection()
                +
              • -
              - - - -
                -
              • -

                newConnection

                -
                public Connection newConnection()
                +
              • +
                +

                newConnection

                +
                public Connection newConnection()
                +
              • -
              - - - -
                -
              • -

                rollback

                -
                public void rollback()
                +
              • +
                +

                rollback

                +
                public void rollback()
                +
              • -
              - - - -
                -
              • -

                commit

                -
                public void commit()
                +
              • +
                +

                commit

                +
                public void commit()
                +
              • -
              - - - -
                -
              • -

                close

                -
                public void close()
                +
              • +
                +

                close

                +
                public void close()
                +
              • -
              - - - -
                -
              • -

                getExecutedStatementsCount

                -
                public long getExecutedStatementsCount()
                +
              • +
                +

                getExecutedStatementsCount

                +
                public long getExecutedStatementsCount()
                Returns number of executed statements by managed connections.
                +
              +
            -
          • -
          -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/DriverFactory.html b/docs/api/scriptella/core/DriverFactory.html index 28ccce1..dfd523b 100644 --- a/docs/api/scriptella/core/DriverFactory.html +++ b/docs/api/scriptella/core/DriverFactory.html @@ -1,185 +1,140 @@ - - + - + DriverFactory (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class DriverFactory

    + +

    Class DriverFactory

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.DriverFactory
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.core.DriverFactory
      +
      +

      -
      -
      public final class DriverFactory
      -extends java.lang.Object
      +
      public final class DriverFactory +extends Object
      Factory for Scriptella Service Providers and JDBC drivers.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static ScriptellaDrivergetDriver(java.lang.Class drvClass) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + +
          getDriver(Class drvClass)
          +
          Creates a Scriptella Driver using specified class.
          -
        • static ScriptellaDrivergetDriver(java.lang.String driverName, - java.lang.ClassLoader loader) + + +
          getDriver(String driverName, + ClassLoader loader)
          +
          Loads a driver specified by a full or a short name.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getDriver

            -
            public static ScriptellaDriver getDriver(java.lang.String driverName,
            -                                         java.lang.ClassLoader loader)
            -                                  throws java.lang.ClassNotFoundException
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getDriver

              +
              public static ScriptellaDriver getDriver(String driverName, + ClassLoader loader) + throws ClassNotFoundException
              Loads a driver specified by a full or a short name. This method tries to lookup a driver class specified by a name.

              The looking up procedure is the following: @@ -190,106 +145,46 @@

              getDriver

            • If no classes found - an exception is raised.

            • -
              -
              Parameters:
              +
              +
              Parameters:
              driverName - driver class short or full name.
              loader - class loader to use when loading driver classes.
              -
              Returns:
              +
              Returns:
              found driver class.
              -
              Throws:
              -
              java.lang.ClassNotFoundException - if no drivers satisfy specified name.
              +
              Throws:
              +
              ClassNotFoundException - if no drivers satisfy specified name.
              +
            • -
            - - - -
              -
            • -

              getDriver

              -
              public static ScriptellaDriver getDriver(java.lang.Class drvClass)
              +
            • +
              +

              getDriver

              +
              public static ScriptellaDriver getDriver(Class drvClass)
              Creates a Scriptella Driver using specified class. -

              If class is a Driver JDBC Bridge is used. -

              To be successfully instantiated the driver class must implement ScriptellaDriver class +

              If class is a Driver JDBC Bridge is used. +

              To be successfully instantiated the driver class must implement ScriptellaDriver class and has no-arg public constructor.

              -
              -
              Parameters:
              +
              +
              Parameters:
              drvClass - driver class.
              -
              Returns:
              +
              Returns:
              Scriptella Driver
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/DynamicContext.html b/docs/api/scriptella/core/DynamicContext.html index c288839..ba9f5cc 100644 --- a/docs/api/scriptella/core/DynamicContext.html +++ b/docs/api/scriptella/core/DynamicContext.html @@ -1,395 +1,264 @@ - - + - + DynamicContext (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class DynamicContext

    + +

    Class DynamicContext

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.DynamicContext
      • -
      -
    • -
    -
    -
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            globalContext

            -
            protected EtlContext globalContext
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              globalContext

              +
              protected EtlContext globalContext
              +
            • -
            - - - - +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              DynamicContext

              -
              protected DynamicContext()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                DynamicContext

                +
                protected DynamicContext()
                +
              • -
              - - - -
                -
              • -

                DynamicContext

                -
                public DynamicContext(EtlContext globalContext)
                +
              • +
                +

                DynamicContext

                +
                public DynamicContext(EtlContext globalContext)
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                getParameter

                -
                public java.lang.Object getParameter(java.lang.String name)
                -
                Description copied from interface: ParametersCallback
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  getParameter

                  +
                  public Object getParameter(String name)
                  +
                  Description copied from interface: ParametersCallback
                  Returns the value of parameter specified by name.

                  The callback internally delegates a call to parent callbacks if the parameter cannot be found.

                  -
                  -
                  Specified by:
                  -
                  getParameter in interface ParametersCallback
                  -
                  Parameters:
                  +
                  +
                  Specified by:
                  +
                  getParameter in interface ParametersCallback
                  +
                  Parameters:
                  name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
                  -
                  Returns:
                  +
                  Returns:
                  parameter value or null if parameter doesn't exist.
                  +
                • -
                - - - -
                  -
                • -

                  getConnection

                  -
                  public Connection getConnection()
                  -
                • -
                - - - -
                  -
                • -

                  getGlobalContext

                  -
                  protected EtlContext getGlobalContext()
                  +
                • +
                  +

                  getConnection

                  +
                  public Connection getConnection()
                  +
                • -
                +
              • +
                +

                getGlobalContext

                +
                protected EtlContext getGlobalContext()
                +
              +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/DynamicContextDecorator.html b/docs/api/scriptella/core/DynamicContextDecorator.html index fee787c..620717b 100644 --- a/docs/api/scriptella/core/DynamicContextDecorator.html +++ b/docs/api/scriptella/core/DynamicContextDecorator.html @@ -1,346 +1,221 @@ - - + - + DynamicContextDecorator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class DynamicContextDecorator

    + +

    Class DynamicContextDecorator

    -
    - -
    -
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    +
    +
    + +
    +

    Methods inherited from class scriptella.core.DynamicContext

    +getGlobalContext
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            DynamicContextDecorator

            -
            public DynamicContextDecorator(DynamicContext context)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              DynamicContextDecorator

              +
              public DynamicContextDecorator(DynamicContext context)
              +
            +
          • -
          - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/ElementInterceptor.html b/docs/api/scriptella/core/ElementInterceptor.html index 1c76125..50cc862 100644 --- a/docs/api/scriptella/core/ElementInterceptor.html +++ b/docs/api/scriptella/core/ElementInterceptor.html @@ -1,352 +1,236 @@ - - + - + ElementInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class ElementInterceptor

    + +

    Class ElementInterceptor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.ElementInterceptor
      • -
      -
    • -
    -
    -
    -
    -
    + + +
     
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface scriptella.core.ExecutableElement

    +execute
    + - -
    - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/EtlCancelledException.html b/docs/api/scriptella/core/EtlCancelledException.html index 8ca3daf..50a33d6 100644 --- a/docs/api/scriptella/core/EtlCancelledException.html +++ b/docs/api/scriptella/core/EtlCancelledException.html @@ -1,323 +1,203 @@ - - + - + EtlCancelledException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class EtlCancelledException

    + +

    Class EtlCancelledException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • - -
      • -
      -
    • -
    -
    -
    -
    -
      -
    • + + + +
      +
        - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static voidcheckEtlCancelled() +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          static void
          + +
          A helper method which check if the current thread is interrupted
          -
        • -
            -
          • - - -

            Methods inherited from class java.lang.Throwable

            -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
          • -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            EtlCancelledException

            -
            public EtlCancelledException()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              EtlCancelledException

              +
              public EtlCancelledException()
              +
            +
          • -
          - -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/EtlVariable.ClassUtils.html b/docs/api/scriptella/core/EtlVariable.ClassUtils.html index 4f29aa5..5962a01 100644 --- a/docs/api/scriptella/core/EtlVariable.ClassUtils.html +++ b/docs/api/scriptella/core/EtlVariable.ClassUtils.html @@ -1,284 +1,176 @@ - - + - + EtlVariable.ClassUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class EtlVariable.ClassUtils

    + +

    Class EtlVariable.ClassUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.EtlVariable.ClassUtils
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.core.EtlVariable.ClassUtils
      +
      +
      +
      Enclosing class:
      -
      EtlVariable
      +
      EtlVariable

      -
      -
      public static class EtlVariable.ClassUtils
      -extends java.lang.Object
      +
      public static class EtlVariable.ClassUtils +extends Object
      Utility class for ETL expressions.

      Provides class utilities.

      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          ClassUtils() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.ClassforName(java.lang.String className) 
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        + +
        forName(String className)
        +
         
        +
        +
        +
        +
        +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        +
      -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ClassUtils

            -
            public ClassUtils()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ClassUtils

              +
              public ClassUtils()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              forName

              -
              public java.lang.Class forName(java.lang.String className)
              -                        throws java.lang.ClassNotFoundException
              -
              -
              Throws:
              -
              java.lang.ClassNotFoundException
              +
            • +
              +

              Method Details

              + +
            -
          • -
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/EtlVariable.DateUtils.html b/docs/api/scriptella/core/EtlVariable.DateUtils.html index 5e554bc..ba8d407 100644 --- a/docs/api/scriptella/core/EtlVariable.DateUtils.html +++ b/docs/api/scriptella/core/EtlVariable.DateUtils.html @@ -1,399 +1,275 @@ - - + - + EtlVariable.DateUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class EtlVariable.DateUtils

    + +

    Class EtlVariable.DateUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.EtlVariable.DateUtils
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.core.EtlVariable.DateUtils
      +
      +
      +
      Enclosing class:
      -
      EtlVariable
      +
      EtlVariable

      -
      -
      public static class EtlVariable.DateUtils
      -extends java.lang.Object
      +
      public static class EtlVariable.DateUtils +extends Object
      Utility class for ETL file expressions.

      Provides format/parse operation for date/time.

      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          DateUtils() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.Stringformat(java.util.Date date, - java.lang.String formatPattern) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + +
          format(Date date, + String formatPattern)
          +
          Formats a specified date/time according to the specified pattern.
          -
        • java.util.Datenow() + + +
          now()
          +
          Returns the current date.
          -
          java.lang.Stringnow(java.lang.String formatPattern) + + +
          now(String formatPattern)
          +
          Returns a current date/time formatted according to the specified format.
          -
          java.util.Dateparse(java.lang.String dateStr, - java.lang.String formatPattern) 
          java.lang.Stringtoday() + + +
          parse(String dateStr, + String formatPattern)
          +
           
          + + +
          Returns the formatted representation of current date.
          -
          java.lang.Stringtoday(java.lang.String formatPattern) -
          A synonym for now(String).
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    + +
    today(String formatPattern)
    +
    +
    A synonym for now(String).
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            DateUtils

            -
            public DateUtils()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              DateUtils

              +
              public DateUtils()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              now

              -
              public java.lang.String now(java.lang.String formatPattern)
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                format

                -
                public java.lang.String format(java.util.Date date,
                -                               java.lang.String formatPattern)
                +
              • +
                +

                format

                +
                public String format(Date date, + String formatPattern)
                Formats a specified date/time according to the specified pattern.
                -
                -
                Parameters:
                +
                +
                Parameters:
                date - date to format.
                -
                formatPattern - format pattern as specified by SimpleDateFormat.
                -
                Returns:
                +
                formatPattern - format pattern as specified by SimpleDateFormat.
                +
                Returns:
                formatted string representation of the specified date/time.
                +
              • -
              - - - -
                -
              • -

                parse

                -
                public java.util.Date parse(java.lang.String dateStr,
                -                            java.lang.String formatPattern)
                -                     throws java.text.ParseException
                -
                -
                Throws:
                -
                java.text.ParseException
                +
              • +
                +

                parse

                +
                public Date parse(String dateStr, + String formatPattern) + throws ParseException
                +
                +
                Throws:
                +
                ParseException
                +
              • -
              - - - -
                -
              • -

                now

                -
                public java.util.Date now()
                +
              • +
                +

                now

                +
                public Date now()
                Returns the current date.
                -
                -
                Returns:
                +
                +
                Returns:
                current date/time.
                +
              • -
              - - - -
                -
              • -

                today

                -
                public java.lang.String today()
                +
              • +
                +

                today

                +
                public String today()
                Returns the formatted representation of current date.

                Time part is skipped.

                -
                -
                Returns:
                +
                +
                Returns:
                formatted representation of current date.
                +
              • -
              - - - -
                -
              • -

                today

                -
                public java.lang.String today(java.lang.String formatPattern)
                -
                A synonym for now(String).
                -
                -
                Parameters:
                +
              • +
                +

                today

                +
                public String today(String formatPattern)
                +
                A synonym for now(String).
                +
                +
                Parameters:
                formatPattern - format pattern.
                -
                Returns:
                +
                Returns:
                formatted date.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/EtlVariable.TextUtils.html b/docs/api/scriptella/core/EtlVariable.TextUtils.html index 624f7d9..935d38c 100644 --- a/docs/api/scriptella/core/EtlVariable.TextUtils.html +++ b/docs/api/scriptella/core/EtlVariable.TextUtils.html @@ -1,340 +1,224 @@ - - + - + EtlVariable.TextUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class EtlVariable.TextUtils

    + +

    Class EtlVariable.TextUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.EtlVariable.TextUtils
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.core.EtlVariable.TextUtils
      +
      +
      +
      Enclosing class:
      -
      EtlVariable
      +
      EtlVariable

      -
      -
      public static class EtlVariable.TextUtils
      -extends java.lang.Object
      +
      public static class EtlVariable.TextUtils +extends Object
      Utility class for ETL file expressions.

      Provides text operations.

      Note: As of version 1.1 the same functionality can be achieved by directly using JEXL2.0 syntax elements like ternary operators.

      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          TextUtils() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.ObjectifNull(java.lang.Object object) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + +
          ifNull(Object object)
          +
          Substitute an object with empty string when a null value is encountered.
          -
        • java.lang.ObjectifNull(java.lang.Object object, - java.lang.Object replacement) + + +
          ifNull(Object object, + Object replacement)
          +
          Substitute an object when a null value is encountered.
          -
          java.lang.ObjectnullIf(java.lang.Object expr1, - java.lang.Object expr2) + + +
          nullIf(Object expr1, + Object expr2)
          +
          If expr1 = expr2 is true, return NULL else return expr1.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            TextUtils

            -
            public TextUtils()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              TextUtils

              +
              public TextUtils()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              ifNull

              -
              public java.lang.Object ifNull(java.lang.Object object,
              -                               java.lang.Object replacement)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                ifNull

                +
                public Object ifNull(Object object, + Object replacement)
                Substitute an object when a null value is encountered.
                -
                -
                Parameters:
                +
                +
                Parameters:
                object - object to check.
                replacement - replacement object.
                -
                Returns:
                +
                Returns:
                object or replacement if object==null
                +
              • -
              - - - -
                -
              • -

                ifNull

                -
                public java.lang.Object ifNull(java.lang.Object object)
                +
              • +
                +

                ifNull

                +
                public Object ifNull(Object object)
                Substitute an object with empty string when a null value is encountered.
                -
                -
                Parameters:
                +
                +
                Parameters:
                object - object to check.
                -
                Returns:
                +
                Returns:
                object or empty string if object==null.
                +
              • -
              - - - -
                -
              • -

                nullIf

                -
                public java.lang.Object nullIf(java.lang.Object expr1,
                -                               java.lang.Object expr2)
                +
              • +
                +

                nullIf

                +
                public Object nullIf(Object expr1, + Object expr2)
                If expr1 = expr2 is true, return NULL else return expr1.
                -
                -
                Parameters:
                +
                +
                Parameters:
                expr1 - first expression
                expr2 - second expression
                -
                Returns:
                +
                Returns:
                true if expr1 = expr2, otherwise null.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/EtlVariable.html b/docs/api/scriptella/core/EtlVariable.html index 8e8e843..71fba79 100644 --- a/docs/api/scriptella/core/EtlVariable.html +++ b/docs/api/scriptella/core/EtlVariable.html @@ -1,138 +1,107 @@ - - + - + EtlVariable (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class EtlVariable

    + +

    Class EtlVariable

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.EtlVariable
      • -
      -
    • -
    -
    - -
    -
    -
    +
    + - -
      -
    • - - -

      Field Summary

      - - - - - - - - - - -
      Fields 
      Modifier and TypeField and Description
      static java.lang.StringNAME 
      +
    • +
      +

      Field Summary

      +
      Fields
      +
      +
      Modifier and Type
      +
      Field
      +
      Description
      +
      static final String
      + +
       
      +
      +
    • -
    - - +
    + + +
     
    + + +
     
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - - -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              EtlVariable

              -
              public EtlVariable(ParametersCallback parametersCallback,
              -                   EtlContext globalContext)
              +
            • +
              +

              Constructor Details

              + - - - -
                -
              • -

                EtlVariable

                -
                public EtlVariable()
                +
              • +
                +

                EtlVariable

                +
                public EtlVariable()
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                getDate

                -
                public EtlVariable.DateUtils getDate()
                +
              • +
                +

                Method Details

                + - - - - - - - - - - - -
                  -
                • -

                  loadClass

                  -
                  public java.lang.Class loadClass(java.lang.String name)
                  -                          throws java.lang.ClassNotFoundException
                  -
                  -
                  Throws:
                  -
                  java.lang.ClassNotFoundException
                  +
                • +
                  +

                  loadClass

                  +
                  public Class loadClass(String name) + throws ClassNotFoundException
                  +
                  +
                  Throws:
                  +
                  ClassNotFoundException
                  +
                • -
                - - - -
                  -
                • -

                  getParameter

                  -
                  public java.lang.Object getParameter(java.lang.String name)
                  +
                • +
                  +

                  getParameter

                  +
                  public Object getParameter(String name)
                  Accessor method for parameters available in the current execution context. Useful for cases when variables has special symbols which cannot be referenced as normal JEXL variables, e.g. etl.getParameter('Column Name')
                  -
                  -
                  Specified by:
                  -
                  getParameter in interface ParametersCallback
                  -
                  Parameters:
                  +
                  +
                  Specified by:
                  +
                  getParameter in interface ParametersCallback
                  +
                  Parameters:
                  name - parameter name.
                  -
                  Returns:
                  +
                  Returns:
                  value of the parameter.
                  +
                • -
                - - - -
                  -
                • -

                  getGlobals

                  -
                  public java.util.Map<java.lang.String,java.lang.Object> getGlobals()
                  +
                • +
                  +

                  getGlobals

                  +
                  public Map<String,Object> getGlobals()
                  Getter for a global variables storage.

                  This map is shared between all etl file elements and can be used for cases when there is a need to share some state globally. It is recommended to avoid using global variables except cases when it's really beneficiary and simplifies the ETL file.

                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  map of global variables in the scope of ETL file.
                  -
                  Since:
                  +
                  Since:
                  1.1
                  +
                • -
                - - - -
                  -
                • -

                  getConnection

                  -
                  public Connection getConnection(java.lang.String id)
                  -
                  Returns the connection for the specified id, +
                • +
                  +

                  getConnection

                  +
                  public Connection getConnection(String id)
                  +
                  Returns the connection for the specified id, This method is convenient for cases when access to the native connection is required, e.g. invoking a specific method or for a manual control over a transaction boundaries.

                  Note: The method should be used with caution because it might affect the flow of the ETL file execution and block some optimizations which may be added to the ETL engine in the future.

                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  id - id of the required connection. Null is allowed if script has only one connection.
                  -
                  Returns:
                  +
                  Returns:
                  connection for the specified id.
                  -
                  Since:
                  +
                  Since:
                  1.2
                  +
                +
              -
            • -
            -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/ExceptionInterceptor.ExecutionException.html b/docs/api/scriptella/core/ExceptionInterceptor.ExecutionException.html index bdb4582..5bf6104 100644 --- a/docs/api/scriptella/core/ExceptionInterceptor.ExecutionException.html +++ b/docs/api/scriptella/core/ExceptionInterceptor.ExecutionException.html @@ -1,334 +1,210 @@ - - + - + ExceptionInterceptor.ExecutionException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class ExceptionInterceptor.ExecutionException

    + +

    Class ExceptionInterceptor.ExecutionException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • -
          -
        • java.lang.Exception
        • -
        • - -
        • -
        -
      • -
      -
    • -
    -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ExecutionException

            -
            public ExecutionException(java.lang.Throwable cause,
            -                          Location location)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ExecutionException

              +
              public ExecutionException(Throwable cause, + Location location)
              +
            • -
            - - - -
              -
            • -

              ExecutionException

              -
              public ExecutionException(java.lang.String message,
              -                          java.lang.Throwable cause,
              -                          Location location)
              +
            • +
              +

              ExecutionException

              +
              public ExecutionException(String message, + Throwable cause, + Location location)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getLocation

              -
              public Location getLocation()
              -
              -
              Returns:
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getLocation

                +
                public Location getLocation()
                +
                +
                Returns:
                Failed element location.
                +
              +
            -
          • -
          -
    -
    + - -
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/ExceptionInterceptor.html b/docs/api/scriptella/core/ExceptionInterceptor.html index d083d62..f2362b2 100644 --- a/docs/api/scriptella/core/ExceptionInterceptor.html +++ b/docs/api/scriptella/core/ExceptionInterceptor.html @@ -1,342 +1,219 @@ - - + - + ExceptionInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class ExceptionInterceptor

    + +

    Class ExceptionInterceptor

    -
    - -
    - -
    -
    -
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.core.ElementInterceptor

    +executeNext, getCtxDecorator, getNext
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
    +
    +
    Parameters:
    ctx - context to use.
    + - - - - - +
  • +
    +

    prepare

    +
    public static ExecutableElement prepare(ExecutableElement next, + Location loc)
    +
  • + - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/ExecutableElement.html b/docs/api/scriptella/core/ExecutableElement.html index 5fd5940..9007d08 100644 --- a/docs/api/scriptella/core/ExecutableElement.html +++ b/docs/api/scriptella/core/ExecutableElement.html @@ -1,243 +1,151 @@ - - + - + ExecutableElement (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Interface ExecutableElement

    + +

    Interface ExecutableElement

    -
    -
    - -
    -
    -
    +
    +
    +
    + - -
    -
    +
    +
    Parameters:
    ctx - context to use.
    + + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/IfInterceptor.html b/docs/api/scriptella/core/IfInterceptor.html index f91811e..2fbc4de 100644 --- a/docs/api/scriptella/core/IfInterceptor.html +++ b/docs/api/scriptella/core/IfInterceptor.html @@ -1,324 +1,209 @@ - - + - + IfInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class IfInterceptor

    + +

    Class IfInterceptor

    -
    - -
    -
    -
    -
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.core.ElementInterceptor

    +executeNext, getCtxDecorator, getNext
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
    +
    +
    Parameters:
    ctx - context to use.
    + - - - - - +
  • +
    +

    prepare

    +
    public static ExecutableElement prepare(ExecutableElement next, + ScriptingElement s)
    +
  • + - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/OnErrorHandler.html b/docs/api/scriptella/core/OnErrorHandler.html index 84c4669..012ba8a 100644 --- a/docs/api/scriptella/core/OnErrorHandler.html +++ b/docs/api/scriptella/core/OnErrorHandler.html @@ -1,320 +1,208 @@ - - + - + OnErrorHandler (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class OnErrorHandler

    + +

    Class OnErrorHandler

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.OnErrorHandler
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.core.OnErrorHandler
      +
      +

      -
      -
      public class OnErrorHandler
      -extends java.lang.Object
      +
      public class OnErrorHandler +extends Object
      Error handler for scripting elements. -

      This class maintains an internal copy of onerrorElements for - ScriptEl to allow calling onError(Throwable) several times +

      This class maintains an internal copy of onerrorElements for + ScriptEl to allow calling onError(Throwable) several times with different return result.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            OnErrorHandler

            -
            public OnErrorHandler(ScriptEl scriptEl)
            -
            Initialize error handler with the list of OnErrorEl.
            -
            -
            Parameters:
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              OnErrorHandler

              +
              public OnErrorHandler(ScriptEl scriptEl)
              +
              Initialize error handler with the list of OnErrorEl.
              +
              +
              Parameters:
              scriptEl - scripting element configuration to get onerror info.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              onError

              -
              public OnErrorEl onError(java.lang.Throwable throwable)
              -
              Called on error to get a OnErrorEl with fallback script. +
            • +
              +

              Method Details

              +
                +
              • +
                +

                onError

                +
                public OnErrorEl onError(Throwable throwable)
                +
                Called on error to get a OnErrorEl with fallback script.

                Note: The returned OnErrorEl element is removed from internal list of elements to avoid handling the same error condition twice.

                -
                -
                Parameters:
                +
                +
                Parameters:
                throwable -
                -
                Returns:
                +
                Returns:
                OnErrorEl matching error condition.
                +
              • -
              - - - -
                -
              • -

                getErrorCodes

                -
                protected java.util.Set<java.lang.String> getErrorCodes(java.lang.Throwable t)
                -
                -
                Parameters:
                +
              • +
                +

                getErrorCodes

                +
                protected Set<String> getErrorCodes(Throwable t)
                +
                +
                Parameters:
                t - throwables chain.
                -
                Returns:
                +
                Returns:
                not null set of found error codes in throwable chain.
                +
              +
            -
          • -
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/QueryExecutor.html b/docs/api/scriptella/core/QueryExecutor.html index c49eec0..ab29451 100644 --- a/docs/api/scriptella/core/QueryExecutor.html +++ b/docs/api/scriptella/core/QueryExecutor.html @@ -1,437 +1,301 @@ - - + - + QueryExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class QueryExecutor

    + +

    Class QueryExecutor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.QueryExecutor
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.core.QueryExecutor
      +
      +
      +
      All Implemented Interfaces:
      -
      ExecutableElement
      +
      ExecutableElement

      -
      -
      public final class QueryExecutor
      -extends java.lang.Object
      +
      public final class QueryExecutor +extends Object
      <query> element executor.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            log

            -
            protected final java.util.logging.Logger log
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              log

              +
              protected final Logger log
              +
            • -
            - - - -
              -
            • -

              debug

              -
              protected final boolean debug
              +
            • +
              +

              debug

              +
              protected final boolean debug
              +
            +
          • -
          -
    +
    +
    Specified by:
    +
    execute in interface ExecutableElement
    +
    Parameters:
    ctx - context to use.
    + - - - - -
      -
    • -

      getContent

      -
      public Resource getContent(DialectIdentifier dialectIdentifier)
      +
    • +
      +

      getContent

      +
      public Resource getContent(DialectIdentifier dialectIdentifier)
      Returns content satisfying dialect information.

      This method caches contents based on dialects. For now we assume dialectIdentifier is constant for element.

      -
      -
      Parameters:
      +
      +
      Parameters:
      dialectIdentifier - dialect identifier.
      -
      Returns:
      +
      Returns:
      content for dialect. Not null.
      +
    • -
    - - - - - - - -
      -
    • -

      prepareContent

      -
      protected ContentEl prepareContent(ContentEl content)
      +
    • +
      +

      prepareContent

      +
      protected ContentEl prepareContent(ContentEl content)
      Prepares the content for later execution.

      If content is dynamic, i.e. contains includes with bind variables, the properties substitutor is specified, otherwise no properties .

      -
      -
      Parameters:
      +
      +
      Parameters:
      content - content to traverse.
      -
      Returns:
      +
      Returns:
      the same content object for convenience only.
      +
    + - - - - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/RuntimeIOException.html b/docs/api/scriptella/core/RuntimeIOException.html index 393afb5..58d7eff 100644 --- a/docs/api/scriptella/core/RuntimeIOException.html +++ b/docs/api/scriptella/core/RuntimeIOException.html @@ -1,334 +1,210 @@ - - + - + RuntimeIOException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class RuntimeIOException

    + +

    Class RuntimeIOException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • - -
      • -
      -
    • -
    -
    -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            RuntimeIOException

            -
            public RuntimeIOException(java.io.IOException cause)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              RuntimeIOException

              +
              public RuntimeIOException(IOException cause)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              initCause

              -
              public final java.lang.Throwable initCause(java.lang.Throwable cause)
              -
              -
              Overrides:
              -
              initCause in class java.lang.Throwable
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                getCause

                -
                public java.io.IOException getCause()
                -
                -
                Overrides:
                -
                getCause in class java.lang.Throwable
                +
              • +
                +

                getCause

                +
                public IOException getCause()
                +
                +
                Overrides:
                +
                getCause in class Throwable
                +
              +
            -
          • -
          -
    -
    + - -
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/ScriptExecutor.html b/docs/api/scriptella/core/ScriptExecutor.html index f0c93b8..b131d13 100644 --- a/docs/api/scriptella/core/ScriptExecutor.html +++ b/docs/api/scriptella/core/ScriptExecutor.html @@ -1,471 +1,328 @@ - - + - + ScriptExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class ScriptExecutor

    + +

    Class ScriptExecutor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.ScriptExecutor
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.core.ScriptExecutor
      +
      +
      +
      All Implemented Interfaces:
      -
      ExecutableElement
      +
      ExecutableElement

      -
      -
      public final class ScriptExecutor
      -extends java.lang.Object
      +
      public final class ScriptExecutor +extends Object
      <script> element executor.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            log

            -
            protected final java.util.logging.Logger log
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              log

              +
              protected final Logger log
              +
            • -
            - - - -
              -
            • -

              debug

              -
              protected final boolean debug
              +
            • +
              +

              debug

              +
              protected final boolean debug
              +
            +
          • -
          -
    +
    +
    Specified by:
    +
    execute in interface ExecutableElement
    +
    Parameters:
    ctx - context to use.
    + - - - - -
      -
    • -

      getContent

      -
      public Resource getContent(DialectIdentifier dialectIdentifier)
      +
    • +
      +

      getContent

      +
      public Resource getContent(DialectIdentifier dialectIdentifier)
      Returns content satisfying dialect information.

      This method caches contents based on dialects. For now we assume dialectIdentifier is constant for element.

      -
      -
      Parameters:
      +
      +
      Parameters:
      dialectIdentifier - dialect identifier.
      -
      Returns:
      +
      Returns:
      content for dialect. Not null.
      +
    • -
    - - - - - - - -
      -
    • -

      prepareContent

      -
      protected ContentEl prepareContent(ContentEl content)
      +
    • +
      +

      prepareContent

      +
      protected ContentEl prepareContent(ContentEl content)
      Prepares the content for later execution.

      If content is dynamic, i.e. contains includes with bind variables, the properties substitutor is specified, otherwise no properties .

      -
      -
      Parameters:
      +
      +
      Parameters:
      content - content to traverse.
      -
      Returns:
      +
      Returns:
      the same content object for convenience only.
      +
    + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/Session.html b/docs/api/scriptella/core/Session.html index ffc5c8b..da144c1 100644 --- a/docs/api/scriptella/core/Session.html +++ b/docs/api/scriptella/core/Session.html @@ -1,335 +1,211 @@ - - + - + Session (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class Session

    + +

    Class Session

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.core.Session
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.core.Session
      +
      +

      -
      -
      public class Session
      -extends java.lang.Object
      +
      public class Session +extends Object
      A helper class for EtlContext to store and work with connections/executors. -

      Available from EtlContext

      -
      -
      Version:
      +

      Available from EtlContext

    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - - -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              execute

              -
              public void execute(EtlContext ctx)
              -
            • -
            - - - -
              -
            • -

              getExecutedStatementsCount

              -
              public long getExecutedStatementsCount()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                execute

                +
                public void execute(EtlContext ctx)
                +
              • -
              - - - -
                -
              • -

                close

                -
                public void close()
                +
              • +
                +

                getExecutedStatementsCount

                +
                public long getExecutedStatementsCount()
                +
              • -
              - - - -
                -
              • -

                commit

                -
                public void commit()
                +
              • +
                +

                close

                +
                public void close()
                +
              • -
              - - - -
                -
              • -

                rollback

                -
                public void rollback()
                +
              • +
                +

                commit

                +
                public void commit()
                +
              • -
              +
            • +
              +

              rollback

              +
              public void rollback()
              +
            +
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/StatisticInterceptor.html b/docs/api/scriptella/core/StatisticInterceptor.html index aa81edb..ae00faa 100644 --- a/docs/api/scriptella/core/StatisticInterceptor.html +++ b/docs/api/scriptella/core/StatisticInterceptor.html @@ -1,322 +1,203 @@ - - + - + StatisticInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class StatisticInterceptor

    + +

    Class StatisticInterceptor

    -
    - -
    - -
    -
    -
    + +
    prepare(ExecutableElement next, + Location location)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.core.ElementInterceptor

    +executeNext, getCtxDecorator, getNext
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
    +
    +
    Parameters:
    ctx - context to use.
    + - - - - - +
  • +
    +

    prepare

    +
    public static ExecutableElement prepare(ExecutableElement next, + Location location)
    +
  • + - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/SystemException.html b/docs/api/scriptella/core/SystemException.html index 1cc17c6..f649009 100644 --- a/docs/api/scriptella/core/SystemException.html +++ b/docs/api/scriptella/core/SystemException.html @@ -1,316 +1,190 @@ - - + - + SystemException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class SystemException

    + +

    Class SystemException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • -
          -
        • java.lang.Exception
        • -
        • -
            -
          • java.lang.RuntimeException
          • -
          • -
              -
            • scriptella.core.SystemException
            • -
            -
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            SystemException

            -
            public SystemException()
            -
          • -
          - - - -
            -
          • -

            SystemException

            -
            public SystemException(java.lang.String message)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              SystemException

              +
              public SystemException()
              +
            • -
            - - - -
              -
            • -

              SystemException

              -
              public SystemException(java.lang.String message,
              -                       java.lang.Throwable cause)
              +
            • +
              +

              SystemException

              +
              public SystemException(String message)
              +
            • -
            - - - -
              -
            • -

              SystemException

              -
              public SystemException(java.lang.Throwable cause)
              +
            • +
              +

              SystemException

              +
              public SystemException(String message, + Throwable cause)
              +
            • -
            +
          • +
            +

            SystemException

            +
            public SystemException(Throwable cause)
            +
          +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/ThreadLocalContext.html b/docs/api/scriptella/core/ThreadLocalContext.html new file mode 100644 index 0000000..5b560a1 --- /dev/null +++ b/docs/api/scriptella/core/ThreadLocalContext.html @@ -0,0 +1,155 @@ + + + + +ThreadLocalContext (Scriptella API Documentation) + + + + + + + + + + + + + + + +
    + +
    +
    + +
    + +

    Class ThreadLocalContext

    +
    +
    java.lang.Object +
    scriptella.core.ThreadLocalContext
    +
    +
    +
    +
    public final class ThreadLocalContext +extends Object
    +
    Shares execution-scoped values with drivers loaded by a child-first driver + classloader.
    +
    +
    Author:
    +
    Scriptella Project Team
    +
    +
    +
    + +
    +
    +
      + +
    • +
      +

      Method Details

      +
        +
      • +
        +

        set

        +
        public static void set(String key, + Object value)
        +
        +
      • +
      • +
        +

        get

        +
        public static Object get(String key)
        +
        +
      • +
      +
      +
    • +
    +
    + +
    +
    +
    + +
    +
    +
    + + diff --git a/docs/api/scriptella/core/ThreadSafe.html b/docs/api/scriptella/core/ThreadSafe.html index 0eb3cb7..7d30ae1 100644 --- a/docs/api/scriptella/core/ThreadSafe.html +++ b/docs/api/scriptella/core/ThreadSafe.html @@ -1,174 +1,93 @@ - - + - + ThreadSafe (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Annotation Type ThreadSafe

    + +

    Annotation Interface ThreadSafe

    -
    -
    -
      -
    • +

      -
      -
      @Target(value={METHOD,TYPE})
      - @Retention(value=SOURCE)
      -public @interface ThreadSafe
      +
      @Target({METHOD,TYPE}) +@Retention(SOURCE) +public @interface ThreadSafe
      Indicates thread safety
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/TxInterceptor.html b/docs/api/scriptella/core/TxInterceptor.html index fb6df30..17c614a 100644 --- a/docs/api/scriptella/core/TxInterceptor.html +++ b/docs/api/scriptella/core/TxInterceptor.html @@ -1,322 +1,203 @@ - - + - + TxInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.core
    -

    Class TxInterceptor

    + +

    Class TxInterceptor

    -
    - -
    - -
    -
    -
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.core.ElementInterceptor

    +executeNext, getCtxDecorator, getNext
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
    +
    +
    Parameters:
    ctx - context to use.
    + - - - - - +
  • +
    +

    prepare

    +
    public static ExecutableElement prepare(ExecutableElement next, + ScriptEl s)
    +
  • + - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/ConnectionInterceptor.html b/docs/api/scriptella/core/class-use/ConnectionInterceptor.html index aae39d2..b68a362 100644 --- a/docs/api/scriptella/core/class-use/ConnectionInterceptor.html +++ b/docs/api/scriptella/core/class-use/ConnectionInterceptor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.ConnectionInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.ConnectionInterceptor

    +

    Uses of Class
    scriptella.core.ConnectionInterceptor

    -
    No usage of scriptella.core.ConnectionInterceptor
    - -
    - - - - - - - +No usage of scriptella.core.ConnectionInterceptor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/ConnectionManager.html b/docs/api/scriptella/core/class-use/ConnectionManager.html index 3f1ce3d..d52ab71 100644 --- a/docs/api/scriptella/core/class-use/ConnectionManager.html +++ b/docs/api/scriptella/core/class-use/ConnectionManager.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.ConnectionManager (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.ConnectionManager

    +

    Uses of Class
    scriptella.core.ConnectionManager

    -
    No usage of scriptella.core.ConnectionManager
    - -
    - - - - - - - +No usage of scriptella.core.ConnectionManager
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/DriverFactory.html b/docs/api/scriptella/core/class-use/DriverFactory.html index abdaecb..ff5d638 100644 --- a/docs/api/scriptella/core/class-use/DriverFactory.html +++ b/docs/api/scriptella/core/class-use/DriverFactory.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.DriverFactory (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.DriverFactory

    +

    Uses of Class
    scriptella.core.DriverFactory

    -
    No usage of scriptella.core.DriverFactory
    - -
    - - - - - - - +No usage of scriptella.core.DriverFactory
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/DynamicContext.html b/docs/api/scriptella/core/class-use/DynamicContext.html index 460fe58..c935c2d 100644 --- a/docs/api/scriptella/core/class-use/DynamicContext.html +++ b/docs/api/scriptella/core/class-use/DynamicContext.html @@ -1,234 +1,143 @@ - - + - + Uses of Class scriptella.core.DynamicContext (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.DynamicContext

    +

    Uses of Class
    scriptella.core.DynamicContext

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/DynamicContextDecorator.html b/docs/api/scriptella/core/class-use/DynamicContextDecorator.html index d6ebad1..da47bc4 100644 --- a/docs/api/scriptella/core/class-use/DynamicContextDecorator.html +++ b/docs/api/scriptella/core/class-use/DynamicContextDecorator.html @@ -1,180 +1,101 @@ - - + - + Uses of Class scriptella.core.DynamicContextDecorator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.DynamicContextDecorator

    +

    Uses of Class
    scriptella.core.DynamicContextDecorator

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/ElementInterceptor.html b/docs/api/scriptella/core/class-use/ElementInterceptor.html index 42aee65..2d54a44 100644 --- a/docs/api/scriptella/core/class-use/ElementInterceptor.html +++ b/docs/api/scriptella/core/class-use/ElementInterceptor.html @@ -1,194 +1,113 @@ - - + - + Uses of Class scriptella.core.ElementInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.ElementInterceptor

    +

    Uses of Class
    scriptella.core.ElementInterceptor

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/EtlCancelledException.html b/docs/api/scriptella/core/class-use/EtlCancelledException.html index 99b9253..ab66621 100644 --- a/docs/api/scriptella/core/class-use/EtlCancelledException.html +++ b/docs/api/scriptella/core/class-use/EtlCancelledException.html @@ -1,170 +1,93 @@ - - + - + Uses of Class scriptella.core.EtlCancelledException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.EtlCancelledException

    +

    Uses of Class
    scriptella.core.EtlCancelledException

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/EtlVariable.ClassUtils.html b/docs/api/scriptella/core/class-use/EtlVariable.ClassUtils.html index 82a53c7..c5ac040 100644 --- a/docs/api/scriptella/core/class-use/EtlVariable.ClassUtils.html +++ b/docs/api/scriptella/core/class-use/EtlVariable.ClassUtils.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.core.EtlVariable.ClassUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.EtlVariable.ClassUtils

    +

    Uses of Class
    scriptella.core.EtlVariable.ClassUtils

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/EtlVariable.DateUtils.html b/docs/api/scriptella/core/class-use/EtlVariable.DateUtils.html index 10226d9..3b1d50f 100644 --- a/docs/api/scriptella/core/class-use/EtlVariable.DateUtils.html +++ b/docs/api/scriptella/core/class-use/EtlVariable.DateUtils.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.core.EtlVariable.DateUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.EtlVariable.DateUtils

    +

    Uses of Class
    scriptella.core.EtlVariable.DateUtils

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/EtlVariable.TextUtils.html b/docs/api/scriptella/core/class-use/EtlVariable.TextUtils.html index 1333a6e..c67d347 100644 --- a/docs/api/scriptella/core/class-use/EtlVariable.TextUtils.html +++ b/docs/api/scriptella/core/class-use/EtlVariable.TextUtils.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.core.EtlVariable.TextUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.EtlVariable.TextUtils

    +

    Uses of Class
    scriptella.core.EtlVariable.TextUtils

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/EtlVariable.html b/docs/api/scriptella/core/class-use/EtlVariable.html index 35b4805..b004858 100644 --- a/docs/api/scriptella/core/class-use/EtlVariable.html +++ b/docs/api/scriptella/core/class-use/EtlVariable.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.core.EtlVariable (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.EtlVariable

    +

    Uses of Class
    scriptella.core.EtlVariable

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/ExceptionInterceptor.ExecutionException.html b/docs/api/scriptella/core/class-use/ExceptionInterceptor.ExecutionException.html index 824caa5..8c6b594 100644 --- a/docs/api/scriptella/core/class-use/ExceptionInterceptor.ExecutionException.html +++ b/docs/api/scriptella/core/class-use/ExceptionInterceptor.ExecutionException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.ExceptionInterceptor.ExecutionException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.ExceptionInterceptor.ExecutionException

    +

    Uses of Class
    scriptella.core.ExceptionInterceptor.ExecutionException

    -
    No usage of scriptella.core.ExceptionInterceptor.ExecutionException
    - -
    - - - - - - - +No usage of scriptella.core.ExceptionInterceptor.ExecutionException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/ExceptionInterceptor.html b/docs/api/scriptella/core/class-use/ExceptionInterceptor.html index 3801cf7..8144e09 100644 --- a/docs/api/scriptella/core/class-use/ExceptionInterceptor.html +++ b/docs/api/scriptella/core/class-use/ExceptionInterceptor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.ExceptionInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.ExceptionInterceptor

    +

    Uses of Class
    scriptella.core.ExceptionInterceptor

    -
    No usage of scriptella.core.ExceptionInterceptor
    - -
    - - - - - - - +No usage of scriptella.core.ExceptionInterceptor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/ExecutableElement.html b/docs/api/scriptella/core/class-use/ExecutableElement.html index a2ca196..9258040 100644 --- a/docs/api/scriptella/core/class-use/ExecutableElement.html +++ b/docs/api/scriptella/core/class-use/ExecutableElement.html @@ -1,323 +1,218 @@ - - + - + Uses of Interface scriptella.core.ExecutableElement (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.core.ExecutableElement

    +

    Uses of Interface
    scriptella.core.ExecutableElement

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/IfInterceptor.html b/docs/api/scriptella/core/class-use/IfInterceptor.html index 4ba9839..e3c1f8f 100644 --- a/docs/api/scriptella/core/class-use/IfInterceptor.html +++ b/docs/api/scriptella/core/class-use/IfInterceptor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.IfInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.IfInterceptor

    +

    Uses of Class
    scriptella.core.IfInterceptor

    -
    No usage of scriptella.core.IfInterceptor
    - -
    - - - - - - - +No usage of scriptella.core.IfInterceptor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/OnErrorHandler.html b/docs/api/scriptella/core/class-use/OnErrorHandler.html index 1c1359c..3bdbe08 100644 --- a/docs/api/scriptella/core/class-use/OnErrorHandler.html +++ b/docs/api/scriptella/core/class-use/OnErrorHandler.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.OnErrorHandler (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.OnErrorHandler

    +

    Uses of Class
    scriptella.core.OnErrorHandler

    -
    No usage of scriptella.core.OnErrorHandler
    - -
    - - - - - - - +No usage of scriptella.core.OnErrorHandler
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/QueryExecutor.html b/docs/api/scriptella/core/class-use/QueryExecutor.html index 59f3364..c93b8f6 100644 --- a/docs/api/scriptella/core/class-use/QueryExecutor.html +++ b/docs/api/scriptella/core/class-use/QueryExecutor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.QueryExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.QueryExecutor

    +

    Uses of Class
    scriptella.core.QueryExecutor

    -
    No usage of scriptella.core.QueryExecutor
    - -
    - - - - - - - +No usage of scriptella.core.QueryExecutor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/RuntimeIOException.html b/docs/api/scriptella/core/class-use/RuntimeIOException.html index b00b34f..171f928 100644 --- a/docs/api/scriptella/core/class-use/RuntimeIOException.html +++ b/docs/api/scriptella/core/class-use/RuntimeIOException.html @@ -1,174 +1,96 @@ - - + - + Uses of Class scriptella.core.RuntimeIOException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.RuntimeIOException

    +

    Uses of Class
    scriptella.core.RuntimeIOException

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/ScriptExecutor.html b/docs/api/scriptella/core/class-use/ScriptExecutor.html index aadf73f..17fcec6 100644 --- a/docs/api/scriptella/core/class-use/ScriptExecutor.html +++ b/docs/api/scriptella/core/class-use/ScriptExecutor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.ScriptExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.ScriptExecutor

    +

    Uses of Class
    scriptella.core.ScriptExecutor

    -
    No usage of scriptella.core.ScriptExecutor
    - -
    - - - - - - - +No usage of scriptella.core.ScriptExecutor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/Session.html b/docs/api/scriptella/core/class-use/Session.html index f053ebe..925b5a9 100644 --- a/docs/api/scriptella/core/class-use/Session.html +++ b/docs/api/scriptella/core/class-use/Session.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.core.Session (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.Session

    +

    Uses of Class
    scriptella.core.Session

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/core/class-use/StatisticInterceptor.html b/docs/api/scriptella/core/class-use/StatisticInterceptor.html index 3a620c7..417a046 100644 --- a/docs/api/scriptella/core/class-use/StatisticInterceptor.html +++ b/docs/api/scriptella/core/class-use/StatisticInterceptor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.StatisticInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.StatisticInterceptor

    +

    Uses of Class
    scriptella.core.StatisticInterceptor

    -
    No usage of scriptella.core.StatisticInterceptor
    - -
    - - - - - - - +No usage of scriptella.core.StatisticInterceptor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/class-use/SystemException.html b/docs/api/scriptella/core/class-use/SystemException.html index 5144bd7..1558ddd 100644 --- a/docs/api/scriptella/core/class-use/SystemException.html +++ b/docs/api/scriptella/core/class-use/SystemException.html @@ -1,680 +1,485 @@ - - + - + Uses of Class scriptella.core.SystemException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.SystemException

    -
    -
    -
    +
    + -
  • - - -

    Uses of SystemException in scriptella.core

    - - - - - - - - - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.core 
    Modifier and TypeClass and Description
    class EtlCancelledException +
  • +
    +

    Uses of SystemException in scriptella.core

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate ETL interruption.
    -
  • static class ExceptionInterceptor.ExecutionException 
    class RuntimeIOException + +
    static class 
    + +
     
    +
    class 
    + +
    Runtime wrapper for IO exceptions propagation.
    -
    +
  • +
    + -
  • - - -

    Uses of SystemException in scriptella.driver.csv

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.csv 
    Modifier and TypeClass and Description
    class CsvProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.csv

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with CSV file processing.
    -
  • +
  • +
    + -
  • - - -

    Uses of SystemException in scriptella.driver.janino

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.janino 
    Modifier and TypeClass and Description
    class JaninoProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.janino

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Janino failure.
    -
  • +
  • +
    + -
  • - - -

    Uses of SystemException in scriptella.driver.jexl

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.jexl 
    Modifier and TypeClass and Description
    class JexlProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.jexl

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with JEXL script.
    -
  • +
  • +
    + -
  • - - -

    Uses of SystemException in scriptella.driver.jndi

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.jndi 
    Modifier and TypeClass and Description
    class JndiProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.jndi

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate JNDI provider failure.
    -
  • +
  • +
    + -
  • - - -

    Uses of SystemException in scriptella.driver.ldap

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.ldap 
    Modifier and TypeClass and Description
    class LdapProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.ldap

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown by LDAP Provider to indicate a failure.
    -
  • +
  • + + -
  • - - -

    Uses of SystemException in scriptella.driver.ldap.ldif

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.ldap.ldif 
    Modifier and TypeClass and Description
    class LdifParseException +
  • +
    +

    Uses of SystemException in scriptella.driver.ldap.ldif

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a parse excpetion.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.mail

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.mail 
    Modifier and TypeClass and Description
    class MailProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.mail

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with EMail producing/sending.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.script

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.script 
    Modifier and TypeClass and Description
    class ScriptProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.script

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate an error in scripting engine.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.scriptella

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.scriptella 
    Modifier and TypeClass and Description
    class ScriptellaProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.scriptella

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Spring provider failure.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.shell

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.shell 
    Modifier and TypeClass and Description
    class ShellProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.shell

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with shell script execution.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.spring

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.spring 
    Modifier and TypeClass and Description
    class SpringProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.spring

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Spring provider failure.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.text

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.text 
    Modifier and TypeClass and Description
    class TextProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with Text file processing.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.velocity

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.velocity 
    Modifier and TypeClass and Description
    class VelocityProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.velocity

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown by Velocity Provider to indicate velocity failure.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.driver.xpath

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.driver.xpath 
    Modifier and TypeClass and Description
    class XPathProviderException +
  • +
    +

    Uses of SystemException in scriptella.driver.xpath

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with XML file querying.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.execution

    - - - - - - - - - - - - -
    Methods in scriptella.execution that throw SystemException 
    Modifier and TypeMethod and Description
    voidEtlExecutor.run() -
    A runnable adapter for EtlExecutor.execute() method.
    -
    +
  • +
    +

    Uses of SystemException in scriptella.execution

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    EtlExecutor.run()
    +
    +
    A runnable adapter for EtlExecutor.execute() method.
    +
    +
    +
  • -
  • - - -

    Uses of SystemException in scriptella.expression

    - - - - - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.expression 
    Modifier and TypeClass and Description
    static class Expression.EvaluationException 
    static class Expression.ParseException 
    +
  • +
    +

    Uses of SystemException in scriptella.expression

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static class 
    + +
     
    +
    static class 
    + +
     
    +
    +
  • -
  • - - -

    Uses of SystemException in scriptella.jdbc

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.jdbc 
    Modifier and TypeClass and Description
    class JdbcException +
  • +
    +

    Uses of SystemException in scriptella.jdbc

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Unchecked wrapper for SQL exceptions or other SQL related errors.
    -
  • + + +
  • -
  • - - -

    Uses of SystemException in scriptella.spi

    - - - - - - - - - - - - -
    Subclasses of SystemException in scriptella.spi 
    Modifier and TypeClass and Description
    class ProviderException +
  • +
    +

    Uses of SystemException in scriptella.spi

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown by connection provider to indicate any kind of failure.
    -
  • -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/core/class-use/ThreadLocalContext.html b/docs/api/scriptella/core/class-use/ThreadLocalContext.html new file mode 100644 index 0000000..296e861 --- /dev/null +++ b/docs/api/scriptella/core/class-use/ThreadLocalContext.html @@ -0,0 +1,64 @@ + + + + +Uses of Class scriptella.core.ThreadLocalContext (Scriptella API Documentation) + + + + + + + + + + + + + + + +
    + +
    +
    +
    +

    Uses of Class
    scriptella.core.ThreadLocalContext

    +
    +No usage of scriptella.core.ThreadLocalContext
    +
    +
    + +
    +
    +
    + + diff --git a/docs/api/scriptella/core/class-use/ThreadSafe.html b/docs/api/scriptella/core/class-use/ThreadSafe.html index caa7b2b..3d6b0b9 100644 --- a/docs/api/scriptella/core/class-use/ThreadSafe.html +++ b/docs/api/scriptella/core/class-use/ThreadSafe.html @@ -1,230 +1,140 @@ - - + - -Uses of Class scriptella.core.ThreadSafe (Scriptella API Documentation) - + +Uses of Annotation Interface scriptella.core.ThreadSafe (Scriptella API Documentation) + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.ThreadSafe

    -
    -
    -
    +
    + -
  • - - -

    Uses of ThreadSafe in scriptella.execution

    - - - - - - - - - - - - -
    Classes in scriptella.execution with annotations of type ThreadSafe 
    Modifier and TypeClass and Description
    class JmxEtlManager -
    Implementation of JmxEtlManagerMBean.
    -
    - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.execution with annotations of type ThreadSafe 
    Modifier and TypeMethod and Description
    ExecutionStatisticsEtlExecutor.execute() +
  • +
    +

    Uses of ThreadSafe in scriptella.execution

    +
    Classes in scriptella.execution with annotations of type ThreadSafe
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Implementation of JmxEtlManagerMBean.
    +
    +
    +
    Methods in scriptella.execution with annotations of type ThreadSafe
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    EtlExecutor.execute()
    +
    Executes ETL based on a specified configuration.
    -
  • ExecutionStatisticsEtlExecutor.execute(ProgressIndicator indicator) + + +
    EtlExecutor.execute(ProgressIndicator indicator)
    +
    Executes ETL based on a specified configuration.
    -
    static EtlExecutorEtlExecutor.newExecutor(java.net.URL scriptFileUrl) + + +
    EtlExecutor.newExecutor(URL scriptFileUrl)
    +
    Helper method to create a new ScriptExecutor for specified script URL.
    -
    static EtlExecutorEtlExecutor.newExecutor(java.net.URL scriptFileUrl, - java.util.Map<java.lang.String,?> externalProperties) + + +
    EtlExecutor.newExecutor(URL scriptFileUrl, + Map<String,?> externalProperties)
    +
    Helper method to create a new ScriptExecutor for specified script URL.
    -
    -
  • - - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/core/class-use/TxInterceptor.html b/docs/api/scriptella/core/class-use/TxInterceptor.html index 5c5f7bf..77b0517 100644 --- a/docs/api/scriptella/core/class-use/TxInterceptor.html +++ b/docs/api/scriptella/core/class-use/TxInterceptor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.core.TxInterceptor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.core.TxInterceptor

    +

    Uses of Class
    scriptella.core.TxInterceptor

    -
    No usage of scriptella.core.TxInterceptor
    - -
    - - - - - - - +No usage of scriptella.core.TxInterceptor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/package-frame.html b/docs/api/scriptella/core/package-frame.html deleted file mode 100644 index 7f5c899..0000000 --- a/docs/api/scriptella/core/package-frame.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - - -scriptella.core (Scriptella API Documentation) - - - - - -

    scriptella.core

    - - - diff --git a/docs/api/scriptella/core/package-summary.html b/docs/api/scriptella/core/package-summary.html index e89b3a7..ecb3a7d 100644 --- a/docs/api/scriptella/core/package-summary.html +++ b/docs/api/scriptella/core/package-summary.html @@ -1,324 +1,195 @@ - - + - + scriptella.core (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.core

    -
    -
    Core classes for scripts execution.
    +

    Package scriptella.core

    -

    See: Description

    -
    -
    - - - - -

    Package scriptella.core Description

    -
    Core classes for scripts execution.
    - -
    - - - - - - - + +
    +
    TODO: Add documentation
    - +
    +
    + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/core/package-tree.html b/docs/api/scriptella/core/package-tree.html index 0d7030d..39f7453 100644 --- a/docs/api/scriptella/core/package-tree.html +++ b/docs/api/scriptella/core/package-tree.html @@ -1,121 +1,102 @@ - - + - + scriptella.core Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.core

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +

    Interface Hierarchy

    -

    Annotation Type Hierarchy

    +
    +
    +

    Annotation Interface Hierarchy

      -
    • scriptella.core.ThreadSafe (implements java.lang.annotation.Annotation)
    • -
    -
    - -
    - - - - - - - + +
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/core/package-use.html b/docs/api/scriptella/core/package-use.html index f5a9929..500a0a5 100644 --- a/docs/api/scriptella/core/package-use.html +++ b/docs/api/scriptella/core/package-use.html @@ -1,663 +1,463 @@ - - + - + Uses of Package scriptella.core (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.core

    -
    -
    +
    + -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.core 
    Class and Description
    DynamicContext +
  • +
    +
    Classes in scriptella.core used by scriptella.core
    +
    +
    Class
    +
    Description
    + +
    Represents dynamic execution context for executable elements.
    -
  • DynamicContextDecorator + + +
    Allows to change behaviour of wrapped DynamicContext.
    -
    ElementInterceptor + + +
    Base class for executable elements interceptors.
    -
    EtlCancelledException + + +
    Thrown to indicate ETL interruption.
    -
    EtlVariable + + +
    Represents a global etl variable available for all ETL file elements.
    -
    EtlVariable.ClassUtils + + +
    Utility class for ETL expressions.
    -
    EtlVariable.DateUtils + + +
    Utility class for ETL file expressions.
    -
    EtlVariable.TextUtils + + +
    Utility class for ETL file expressions.
    -
    ExecutableElement -
    Represents executable element like query or script.
    -
    SystemException + + +
    +
    Represents executable element like query or script.
    +
    + +
    Base class for all scriptella runtime exceptions.
    -
    ThreadSafe + + +
    Indicates thread safety
    -
    +
  • +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.csv 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.janino 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.jexl 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.jndi 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.ldap 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.ldap.ldif 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.mail 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.script 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.scriptella 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.shell 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.spring 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.text 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.velocity 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.driver.xpath 
    Class and Description
    SystemException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.execution 
    Class and Description
    Session +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A helper class for EtlContext to store and work with connections/executors.
    -
  • SystemException + + +
    Base class for all scriptella runtime exceptions.
    -
    ThreadSafe + + +
    Indicates thread safety
    -
    + + +
  • -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.expression 
    Class and Description
    RuntimeIOException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Runtime wrapper for IO exceptions propagation.
    -
  • SystemException + + +
    Base class for all scriptella runtime exceptions.
    -
    + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.jdbc 
    Class and Description
    SystemException +
  • +
    +
    Classes in scriptella.core used by scriptella.jdbc
    +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.core used by scriptella.spi 
    Class and Description
    SystemException +
  • +
    +
    Classes in scriptella.core used by scriptella.spi
    +
    +
    Class
    +
    Description
    + +
    Base class for all scriptella runtime exceptions.
    -
  • -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/driver/as400/Driver.html b/docs/api/scriptella/driver/as400/Driver.html index 46532ac..908f04d 100644 --- a/docs/api/scriptella/driver/as400/Driver.html +++ b/docs/api/scriptella/driver/as400/Driver.html @@ -1,316 +1,194 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.as400
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            AS400_DRIVER_NAME

            -
            public static final java.lang.String AS400_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/as400/class-use/Driver.html b/docs/api/scriptella/driver/as400/class-use/Driver.html index ea64c0d..45a9be6 100644 --- a/docs/api/scriptella/driver/as400/class-use/Driver.html +++ b/docs/api/scriptella/driver/as400/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.as400.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.as400.Driver

    +

    Uses of Class
    scriptella.driver.as400.Driver

    -
    No usage of scriptella.driver.as400.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.as400.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/as400/package-frame.html b/docs/api/scriptella/driver/as400/package-frame.html deleted file mode 100644 index 101ae78..0000000 --- a/docs/api/scriptella/driver/as400/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.as400 (Scriptella API Documentation) - - - - - -

    scriptella.driver.as400

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/as400/package-summary.html b/docs/api/scriptella/driver/as400/package-summary.html index 7881fd2..0395a9c 100644 --- a/docs/api/scriptella/driver/as400/package-summary.html +++ b/docs/api/scriptella/driver/as400/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.as400 (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.as400

    -
    -
    AS/400 Driver Adapter for Scriptella.
    +

    Package scriptella.driver.as400

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for an IBM AS/400 System.
      -
      -
    • -
    - - - -

    Package scriptella.driver.as400 Description

    +
    +
    package scriptella.driver.as400
    +
    AS/400 Driver Adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    General information

    @@ -138,55 +101,44 @@

    Examples

    </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/as400/package-tree.html b/docs/api/scriptella/driver/as400/package-tree.html index 4031438..ee124d0 100644 --- a/docs/api/scriptella/driver/as400/package-tree.html +++ b/docs/api/scriptella/driver/as400/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.as400 Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.as400

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/as400/package-use.html b/docs/api/scriptella/driver/as400/package-use.html index b875016..738641f 100644 --- a/docs/api/scriptella/driver/as400/package-use.html +++ b/docs/api/scriptella/driver/as400/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.as400 (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.as400

    -
    No usage of scriptella.driver.as400
    - -
    - - - - - - - +No usage of scriptella.driver.as400
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/auto/Driver.html b/docs/api/scriptella/driver/auto/Driver.html index 0f5a40b..0797da6 100644 --- a/docs/api/scriptella/driver/auto/Driver.html +++ b/docs/api/scriptella/driver/auto/Driver.html @@ -1,335 +1,216 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.auto
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/auto/class-use/Driver.html b/docs/api/scriptella/driver/auto/class-use/Driver.html index 59e0193..63013a6 100644 --- a/docs/api/scriptella/driver/auto/class-use/Driver.html +++ b/docs/api/scriptella/driver/auto/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.auto.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.auto.Driver

    +

    Uses of Class
    scriptella.driver.auto.Driver

    -
    No usage of scriptella.driver.auto.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.auto.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/auto/package-frame.html b/docs/api/scriptella/driver/auto/package-frame.html deleted file mode 100644 index 0f0d606..0000000 --- a/docs/api/scriptella/driver/auto/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.auto (Scriptella API Documentation) - - - - - -

    scriptella.driver.auto

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/auto/package-summary.html b/docs/api/scriptella/driver/auto/package-summary.html index ab51086..86a891d 100644 --- a/docs/api/scriptella/driver/auto/package-summary.html +++ b/docs/api/scriptella/driver/auto/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.auto (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.auto

    -
    -
    Autodiscovery Driver for Scriptella.
    +

    Package scriptella.driver.auto

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella autodiscovery driver.
      -
      -
    • -
    - - - -

    Package scriptella.driver.auto Description

    +
    +
    package scriptella.driver.auto
    +
    Autodiscovery Driver for Scriptella.

    Automatically discovers a driver based on the specified url. This driver is used by default if no "driver" connection attribute was specified. @@ -152,55 +115,44 @@

    Example

    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/auto/package-tree.html b/docs/api/scriptella/driver/auto/package-tree.html index 7eebd6f..72dd39a 100644 --- a/docs/api/scriptella/driver/auto/package-tree.html +++ b/docs/api/scriptella/driver/auto/package-tree.html @@ -1,143 +1,82 @@ - - + - + scriptella.driver.auto Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.auto

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/auto/package-use.html b/docs/api/scriptella/driver/auto/package-use.html index 18b2633..c49f6ba 100644 --- a/docs/api/scriptella/driver/auto/package-use.html +++ b/docs/api/scriptella/driver/auto/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.auto (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.auto

    -
    No usage of scriptella.driver.auto
    - -
    - - - - - - - +No usage of scriptella.driver.auto
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/CsvConnection.html b/docs/api/scriptella/driver/csv/CsvConnection.html index ef41b2c..16419ff 100644 --- a/docs/api/scriptella/driver/csv/CsvConnection.html +++ b/docs/api/scriptella/driver/csv/CsvConnection.html @@ -1,615 +1,456 @@ - - + - + CsvConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.csv
    -

    Class CsvConnection

    + +

    Class CsvConnection

    -
    - -
    - -
    -
    -
    +
    +
    +

    Fields inherited from class scriptella.driver.text.AbstractTextConnection

    +ENCODING, EOL, FLUSH, FORMAT_PREFIX, NULL_STRING, SKIP_LINES, TRIM
    +
    +

    Fields inherited from class scriptella.spi.AbstractConnection

    +counter
    + - - - +
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.driver.text.AbstractTextConnection

    +newInputReader, newOutputWriter
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
    -
    + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/CsvConnectionParameters.html b/docs/api/scriptella/driver/csv/CsvConnectionParameters.html index d3c7514..f647ef4 100644 --- a/docs/api/scriptella/driver/csv/CsvConnectionParameters.html +++ b/docs/api/scriptella/driver/csv/CsvConnectionParameters.html @@ -1,597 +1,419 @@ - - + - + CsvConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.csv
    -

    Class CsvConnectionParameters

    + +

    Class CsvConnectionParameters

    -
    - -
    - -
    -
    - + +
    +
      -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          DEFAULT_SEPARATOR

          -
          public static final char DEFAULT_SEPARATOR
          -
          -
          See Also:
          -
          Constant Field Values
          +
        • +
          +

          Field Details

          +
            +
          • +
            +

            DEFAULT_SEPARATOR

            +
            public static final char DEFAULT_SEPARATOR
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - - - - - - - - - -
            -
          • -

            DEFAULT_HEADERS

            -
            public static final boolean DEFAULT_HEADERS
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            DEFAULT_HEADERS

            +
            public static final boolean DEFAULT_HEADERS
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            DEFAULT_QUOTEALL

            -
            public static final boolean DEFAULT_QUOTEALL
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            DEFAULT_QUOTEALL

            +
            public static final boolean DEFAULT_QUOTEALL
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            separator

            -
            protected char separator
            +
          • +
            +

            separator

            +
            protected char separator
            +
          • -
          - - - -
            -
          • -

            quote

            -
            protected char quote
            +
          • +
            +

            quote

            +
            protected char quote
            +
          • -
          - - - -
            -
          • -

            escape

            -
            protected char escape
            +
          • +
            +

            escape

            +
            protected char escape
            +
          • -
          - - - -
            -
          • -

            headers

            -
            protected boolean headers
            +
          • +
            +

            headers

            +
            protected boolean headers
            +
          • -
          - - - -
            -
          • -

            quoteall

            -
            protected boolean quoteall
            +
          • +
            +

            quoteall

            +
            protected boolean quoteall
            +
          +
        • -
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            CsvConnectionParameters

            -
            protected CsvConnectionParameters()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              CsvConnectionParameters

              +
              protected CsvConnectionParameters()
              +
            • -
            - - - - +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getSeparator

              -
              public char getSeparator()
              -
            • -
            - - - -
              -
            • -

              getQuote

              -
              public char getQuote()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getSeparator

                +
                public char getSeparator()
                +
              • -
              - - - -
                -
              • -

                getEscape

                -
                public char getEscape()
                +
              • +
                +

                getQuote

                +
                public char getQuote()
                +
              • -
              - - - -
                -
              • -

                isHeaders

                -
                public boolean isHeaders()
                +
              • +
                +

                getEscape

                +
                public char getEscape()
                +
              • -
              - - - -
                -
              • -

                isQuoteall

                -
                public boolean isQuoteall()
                +
              • +
                +

                isHeaders

                +
                public boolean isHeaders()
                +
              • -
              - - - -
                -
              • -

                setSeparator

                -
                public void setSeparator(char separator)
                +
              • +
                +

                isQuoteall

                +
                public boolean isQuoteall()
                +
              • -
              - - - -
                -
              • -

                setQuote

                -
                public void setQuote(char quote)
                +
              • +
                +

                setSeparator

                +
                public void setSeparator(char separator)
                +
              • -
              - - - -
                -
              • -

                setEscape

                -
                public void setEscape(char escape)
                +
              • +
                +

                setQuote

                +
                public void setQuote(char quote)
                +
              • -
              - - - -
                -
              • -

                setHeaders

                -
                public void setHeaders(boolean headers)
                +
              • +
                +

                setEscape

                +
                public void setEscape(char escape)
                +
              • -
              - - - -
                -
              • -

                setQuoteall

                -
                public void setQuoteall(boolean quoteall)
                +
              • +
                +

                setHeaders

                +
                public void setHeaders(boolean headers)
                +
              • -
              +
            • +
              +

              setQuoteall

              +
              public void setQuoteall(boolean quoteall)
              +
            +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/CsvProviderException.html b/docs/api/scriptella/driver/csv/CsvProviderException.html index e45d9fd..e039633 100644 --- a/docs/api/scriptella/driver/csv/CsvProviderException.html +++ b/docs/api/scriptella/driver/csv/CsvProviderException.html @@ -1,403 +1,256 @@ - - + - + CsvProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.csv
    -

    Class CsvProviderException

    + +

    Class CsvProviderException

    -
    - -
    -
    -
    -
    +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            CsvProviderException

            -
            public CsvProviderException()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              CsvProviderException

              +
              public CsvProviderException()
              +
            • -
            - - - -
              -
            • -

              CsvProviderException

              -
              public CsvProviderException(java.lang.String message)
              +
            • +
              +

              CsvProviderException

              +
              public CsvProviderException(String message)
              +
            • -
            - - - -
              -
            • -

              CsvProviderException

              -
              public CsvProviderException(java.lang.String message,
              -                            java.lang.String statement)
              +
            • +
              +

              CsvProviderException

              +
              public CsvProviderException(String message, + String statement)
              +
            • -
            - - - -
              -
            • -

              CsvProviderException

              -
              public CsvProviderException(java.lang.String message,
              -                            java.lang.Throwable cause)
              +
            • +
              +

              CsvProviderException

              +
              public CsvProviderException(String message, + Throwable cause)
              +
            • -
            - - - -
              -
            • -

              CsvProviderException

              -
              public CsvProviderException(java.lang.String message,
              -                            java.lang.Throwable cause,
              -                            java.lang.String statement)
              +
            • +
              +

              CsvProviderException

              +
              public CsvProviderException(String message, + Throwable cause, + String statement)
              +
            • -
            - - - -
              -
            • -

              CsvProviderException

              -
              public CsvProviderException(java.lang.Throwable cause)
              +
            • +
              +

              CsvProviderException

              +
              public CsvProviderException(Throwable cause)
              +
            +
          • -
          - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/CsvQuery.html b/docs/api/scriptella/driver/csv/CsvQuery.html index b722428..0997c78 100644 --- a/docs/api/scriptella/driver/csv/CsvQuery.html +++ b/docs/api/scriptella/driver/csv/CsvQuery.html @@ -1,481 +1,342 @@ - - + - + CsvQuery (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.csv
    -

    Class CsvQuery

    + +

    Class CsvQuery

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.csv.CsvQuery
      • -
      -
    • -
    -
    - -
    -
    -
    +
    + - - +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            LOG

            -
            protected static final java.util.logging.Logger LOG
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              LOG

              +
              protected static final Logger LOG
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              CsvQuery

              -
              public CsvQuery(CSVReader queryReader,
              -                PropertiesSubstitutor substitutor,
              -                CsvConnectionParameters csvParams)
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                CsvQuery

                +
                public CsvQuery(CSVReader queryReader, + PropertiesSubstitutor substitutor, + CsvConnectionParameters csvParams)
                Creates a query for CSVReader.
                -
                -
                Parameters:
                +
                +
                Parameters:
                queryReader - query CSVReader.
                substitutor - properties substitutor to use. The parameters for the substitutor must be set by a caller.
                csvParams - parsed parameters of the CSV connection
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                execute

                -
                public void execute(CSVReader reader,
                -                    QueryCallback queryCallback,
                -                    AbstractConnection.StatementCounter counter)
                -             throws java.io.IOException
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  execute

                  +
                  public void execute(CSVReader reader, + QueryCallback queryCallback, + AbstractConnection.StatementCounter counter) + throws IOException
                  Executes a query over a specified text content.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  reader - CSV content reader.
                  queryCallback - callback to use for result set iteration.
                  counter - statements counter.
                  -
                  Throws:
                  -
                  java.io.IOException - if IO error occurs.
                  +
                  Throws:
                  +
                  IOException - if IO error occurs.
                  +
                • -
                - - - - - - - -
                  -
                • -

                  rowMatches

                  -
                  protected boolean rowMatches(java.lang.String[] r)
                  +
                • +
                  +

                  rowMatches

                  +
                  protected boolean rowMatches(String[] r)
                  Checks if current CSV row matches any of the specified patterns.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  r - row to check
                  -
                  Returns:
                  +
                  Returns:
                  true if row matches one of queries.
                  +
                • -
                - - - -
                  -
                • -

                  processRow

                  -
                  protected void processRow(QueryCallback queryCallback,
                  -                          java.lang.String[] r)
                  +
                • +
                  +

                  processRow

                  +
                  protected void processRow(QueryCallback queryCallback, + String[] r)
                  Processes the current row.

                  This template method may be used for customizations by sublasses.

                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  queryCallback - query callback to use.
                  r - row to pass as current parameters callback.
                  +
                • -
                - - - -
                  -
                • -

                  getParameter

                  -
                  public java.lang.Object getParameter(java.lang.String name)
                  -
                  Description copied from interface: ParametersCallback
                  +
                • +
                  +

                  getParameter

                  +
                  public Object getParameter(String name)
                  +
                  Description copied from interface: ParametersCallback
                  Returns the value of parameter specified by name.

                  The callback internally delegates a call to parent callbacks if the parameter cannot be found.

                  -
                  -
                  Specified by:
                  -
                  getParameter in interface ParametersCallback
                  -
                  Parameters:
                  +
                  +
                  Specified by:
                  +
                  getParameter in interface ParametersCallback
                  +
                  Parameters:
                  name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
                  -
                  Returns:
                  +
                  Returns:
                  parameter value or null if parameter doesn't exist.
                  +
                • -
                - - - -
                  -
                • -

                  getCurrentRowValueAt

                  -
                  protected java.lang.Object getCurrentRowValueAt(int columnIndex,
                  -                                                java.lang.String columnName)
                  +
                • +
                  +

                  getCurrentRowValueAt

                  +
                  protected Object getCurrentRowValueAt(int columnIndex, + String columnName)
                  Returns the value of a specified column.

                  This method may be overriden to perform conversion etc
                  2 parameters are passed for performance reasons, so that subclasses may decide wich one to use.

                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  columnIndex - column index
                  columnName - column name.
                  -
                  Returns:
                  +
                  Returns:
                  value of the specified column of the current row.
                  +
                • -
                - - - -
                  -
                • -

                  getColumnsMap

                  -
                  protected ColumnsMap getColumnsMap()
                  -
                • -
                +
              • +
                +

                getColumnsMap

                +
                protected ColumnsMap getColumnsMap()
                +
              +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/Driver.html b/docs/api/scriptella/driver/csv/Driver.html index eb1b23b..fbdc8d4 100644 --- a/docs/api/scriptella/driver/csv/Driver.html +++ b/docs/api/scriptella/driver/csv/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.csv
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/class-use/CsvConnection.html b/docs/api/scriptella/driver/csv/class-use/CsvConnection.html index 341de65..1b8551d 100644 --- a/docs/api/scriptella/driver/csv/class-use/CsvConnection.html +++ b/docs/api/scriptella/driver/csv/class-use/CsvConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.csv.CsvConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.csv.CsvConnection

    +

    Uses of Class
    scriptella.driver.csv.CsvConnection

    -
    No usage of scriptella.driver.csv.CsvConnection
    - -
    - - - - - - - +No usage of scriptella.driver.csv.CsvConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/class-use/CsvConnectionParameters.html b/docs/api/scriptella/driver/csv/class-use/CsvConnectionParameters.html index f38de2e..b630ec0 100644 --- a/docs/api/scriptella/driver/csv/class-use/CsvConnectionParameters.html +++ b/docs/api/scriptella/driver/csv/class-use/CsvConnectionParameters.html @@ -1,183 +1,104 @@ - - + - + Uses of Class scriptella.driver.csv.CsvConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.csv.CsvConnectionParameters

    +

    Uses of Class
    scriptella.driver.csv.CsvConnectionParameters

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/csv/class-use/CsvProviderException.html b/docs/api/scriptella/driver/csv/class-use/CsvProviderException.html index 311d34a..8546eb3 100644 --- a/docs/api/scriptella/driver/csv/class-use/CsvProviderException.html +++ b/docs/api/scriptella/driver/csv/class-use/CsvProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.csv.CsvProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.csv.CsvProviderException

    +

    Uses of Class
    scriptella.driver.csv.CsvProviderException

    -
    No usage of scriptella.driver.csv.CsvProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.csv.CsvProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/class-use/CsvQuery.html b/docs/api/scriptella/driver/csv/class-use/CsvQuery.html index 511f528..6736d54 100644 --- a/docs/api/scriptella/driver/csv/class-use/CsvQuery.html +++ b/docs/api/scriptella/driver/csv/class-use/CsvQuery.html @@ -1,171 +1,94 @@ - - + - + Uses of Class scriptella.driver.csv.CsvQuery (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.csv.CsvQuery

    +

    Uses of Class
    scriptella.driver.csv.CsvQuery

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/csv/class-use/Driver.html b/docs/api/scriptella/driver/csv/class-use/Driver.html index 5c8423a..c868c3b 100644 --- a/docs/api/scriptella/driver/csv/class-use/Driver.html +++ b/docs/api/scriptella/driver/csv/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.csv.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.csv.Driver

    +

    Uses of Class
    scriptella.driver.csv.Driver

    -
    No usage of scriptella.driver.csv.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.csv.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/opencsv/CSVReader.html b/docs/api/scriptella/driver/csv/opencsv/CSVReader.html index e49de38..bce0a5b 100644 --- a/docs/api/scriptella/driver/csv/opencsv/CSVReader.html +++ b/docs/api/scriptella/driver/csv/opencsv/CSVReader.html @@ -1,512 +1,381 @@ - - + - + CSVReader (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.csv.opencsv
    -

    Class CSVReader

    + +

    Class CSVReader

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.csv.opencsv.CSVReader
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.csv.opencsv.CSVReader
      +
      +
      +
      All Implemented Interfaces:
      -
      java.io.Closeable, java.lang.AutoCloseable
      +
      Closeable, AutoCloseable

      -
      -
      public class CSVReader
      -extends java.lang.Object
      -implements java.io.Closeable
      +
      public class CSVReader +extends Object +implements Closeable
      A very simple CSV reader released under a commercial-friendly license.
      -
      -
      Author:
      +
      +
      Author:
      Glen Smith, Fyodor Kupolov (Performance optimizations)
      -
    • -
    -
    -
    -
    +
    + - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      CSVReader(java.io.Reader reader) +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      CSVReader(Reader reader)
      +
      Constructs CSVReader using a comma for the separator.
      -
    • CSVReader(java.io.Reader reader, - char separator) + +
      CSVReader(Reader reader, + char separator)
      +
      Constructs CSVReader with supplied separator.
      -
      CSVReader(java.io.Reader reader, - char separator, - char quotechar) + +
      CSVReader(Reader reader, + char separator, + char quotechar)
      +
      Constructs CSVReader with supplied separator and quote char.
      -
      CSVReader(java.io.Reader reader, - char separator, - char quotechar, - int line) + +
      CSVReader(Reader reader, + char separator, + char quotechar, + int line)
      +
      Constructs CSVReader with supplied separator and quote char.
      -
      +
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclose() +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      void
      + +
      Closes the underlying reader.
      -
    • java.util.List<java.lang.String[]>readAll() + + + +
      Reads the entire file into a List with each element being a String[] of tokens.
      -
      java.lang.String[]readNext() + + + +
      Reads the next line from the buffer and converts to a string array.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            DEFAULT_SEPARATOR

            -
            public static final char DEFAULT_SEPARATOR
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              DEFAULT_SEPARATOR

              +
              public static final char DEFAULT_SEPARATOR
              The default separator to use if none is supplied to the constructor.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              DEFAULT_QUOTE_CHARACTER

              -
              public static final char DEFAULT_QUOTE_CHARACTER
              +
            • +
              +

              DEFAULT_QUOTE_CHARACTER

              +
              public static final char DEFAULT_QUOTE_CHARACTER
              The default quote character to use if none is supplied to the constructor.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              DEFAULT_SKIP_LINES

              -
              public static final int DEFAULT_SKIP_LINES
              +
            • +
              +

              DEFAULT_SKIP_LINES

              +
              public static final int DEFAULT_SKIP_LINES
              The default line to start reading.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              CSVReader

              -
              public CSVReader(java.io.Reader reader)
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                CSVReader

                +
                public CSVReader(Reader reader)
                Constructs CSVReader using a comma for the separator.
                -
                -
                Parameters:
                +
                +
                Parameters:
                reader - the reader to an underlying CSV source.
                +
              • -
              - - - -
                -
              • -

                CSVReader

                -
                public CSVReader(java.io.Reader reader,
                -                 char separator)
                +
              • +
                +

                CSVReader

                +
                public CSVReader(Reader reader, + char separator)
                Constructs CSVReader with supplied separator.
                -
                -
                Parameters:
                +
                +
                Parameters:
                reader - the reader to an underlying CSV source.
                separator - the delimiter to use for separating entries.
                +
              • -
              - - - -
                -
              • -

                CSVReader

                -
                public CSVReader(java.io.Reader reader,
                -                 char separator,
                -                 char quotechar)
                +
              • +
                +

                CSVReader

                +
                public CSVReader(Reader reader, + char separator, + char quotechar)
                Constructs CSVReader with supplied separator and quote char.
                -
                -
                Parameters:
                +
                +
                Parameters:
                reader - the reader to an underlying CSV source.
                separator - the delimiter to use for separating entries
                quotechar - the character to use for quoted elements
                +
              • -
              - - - -
                -
              • -

                CSVReader

                -
                public CSVReader(java.io.Reader reader,
                -                 char separator,
                -                 char quotechar,
                -                 int line)
                +
              • +
                +

                CSVReader

                +
                public CSVReader(Reader reader, + char separator, + char quotechar, + int line)
                Constructs CSVReader with supplied separator and quote char.
                -
                -
                Parameters:
                +
                +
                Parameters:
                reader - the reader to an underlying CSV source.
                separator - the delimiter to use for separating entries
                quotechar - the character to use for quoted elements
                line - the line number to skip for start reading
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                readAll

                -
                public java.util.List<java.lang.String[]> readAll()
                -                                           throws java.io.IOException
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  readAll

                  +
                  public List<String[]> readAll() + throws IOException
                  Reads the entire file into a List with each element being a String[] of tokens.
                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  a List of String[], with each String[] representing a line of the file.
                  -
                  Throws:
                  -
                  java.io.IOException - if bad things happen during the read
                  +
                  Throws:
                  +
                  IOException - if bad things happen during the read
                  +
                • -
                - - - -
                  -
                • -

                  readNext

                  -
                  public java.lang.String[] readNext()
                  -                            throws java.io.IOException
                  +
                • +
                  +

                  readNext

                  +
                  public String[] readNext() + throws IOException
                  Reads the next line from the buffer and converts to a string array.
                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  a string array with each comma-separated element as a separate entry.
                  -
                  Throws:
                  -
                  java.io.IOException - if bad things happen during the read
                  +
                  Throws:
                  +
                  IOException - if bad things happen during the read
                  +
                • -
                - - - -
                  -
                • -

                  close

                  -
                  public void close()
                  -           throws java.io.IOException
                  +
                • +
                  +

                  close

                  +
                  public void close() + throws IOException
                  Closes the underlying reader.
                  -
                  -
                  Specified by:
                  -
                  close in interface java.io.Closeable
                  -
                  Specified by:
                  -
                  close in interface java.lang.AutoCloseable
                  -
                  Throws:
                  -
                  java.io.IOException - if the close fails
                  +
                  +
                  Specified by:
                  +
                  close in interface AutoCloseable
                  +
                  Specified by:
                  +
                  close in interface Closeable
                  +
                  Throws:
                  +
                  IOException - if the close fails
                  +
                +
              -
            • -
            -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/opencsv/CSVWriter.html b/docs/api/scriptella/driver/csv/opencsv/CSVWriter.html index 0719abc..b900160 100644 --- a/docs/api/scriptella/driver/csv/opencsv/CSVWriter.html +++ b/docs/api/scriptella/driver/csv/opencsv/CSVWriter.html @@ -1,606 +1,471 @@ - - + - + CSVWriter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.csv.opencsv
    -

    Class CSVWriter

    + +

    Class CSVWriter

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.csv.opencsv.CSVWriter
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.csv.opencsv.CSVWriter
      +
      +
      +
      All Implemented Interfaces:
      -
      java.io.Closeable, java.lang.AutoCloseable
      +
      Closeable, AutoCloseable

      -
      -
      public class CSVWriter
      -extends java.lang.Object
      -implements java.io.Closeable
      +
      public class CSVWriter +extends Object +implements Closeable
      A very simple CSV writer released under a commercial-friendly license.
      -
      -
      Author:
      +
      +
      Author:
      Glen Smith, Fyodor Kupolov, Sean Summers
      -
    • -
    -
    -
    -
    +
    + - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      CSVWriter(java.io.Writer writer) +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      CSVWriter(Writer writer)
      +
      Constructs CSVWriter using a comma for the separator.
      -
    • CSVWriter(java.io.Writer writer, - char separator) + +
      CSVWriter(Writer writer, + char separator)
      +
      Constructs CSVWriter with supplied separator.
      -
      CSVWriter(java.io.Writer writer, - char separator, - char quotechar) + +
      CSVWriter(Writer writer, + char separator, + char quotechar)
      +
      Constructs CSVWriter with supplied separator and quote char.
      -
      CSVWriter(java.io.Writer writer, - char separator, - char quotechar, - char escapechar) + +
      CSVWriter(Writer writer, + char separator, + char quotechar, + char escapechar)
      +
      Constructs CSVWriter with supplied separator and quote char.
      -
      CSVWriter(java.io.Writer writer, - char separator, - char quotechar, - char escapechar, - java.lang.String lineEnd) + +
      CSVWriter(Writer writer, + char separator, + char quotechar, + char escapechar, + String lineEnd)
      +
      Constructs CSVWriter with supplied separator and quote char.
      -
      CSVWriter(java.io.Writer writer, - char separator, - char quotechar, - java.lang.String lineEnd) + +
      CSVWriter(Writer writer, + char separator, + char quotechar, + String lineEnd)
      +
      Constructs CSVWriter with supplied separator and quote char.
      -
      +
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclose() +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      void
      + +
      Close the underlying stream writer flushing any buffered content.
      -
    • voidwriteNext(java.lang.String[] nextLine, - boolean quoteall) + +
      void
      +
      writeNext(String[] nextLine, + boolean quoteall)
      +
      Writes the next line to the file.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    + + + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            DEFAULT_ESCAPE_CHARACTER

            -
            public static final char DEFAULT_ESCAPE_CHARACTER
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              DEFAULT_ESCAPE_CHARACTER

              +
              public static final char DEFAULT_ESCAPE_CHARACTER
              The default character used for escaping quotes.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              NO_ESCAPE_CHARACTER

              -
              public static final char NO_ESCAPE_CHARACTER
              +
            • +
              +

              NO_ESCAPE_CHARACTER

              +
              public static final char NO_ESCAPE_CHARACTER
              The escape constant to use when you wish to suppress all escaping.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              DEFAULT_SEPARATOR

              -
              public static final char DEFAULT_SEPARATOR
              +
            • +
              +

              DEFAULT_SEPARATOR

              +
              public static final char DEFAULT_SEPARATOR
              The default separator to use if none is supplied to the constructor.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              DEFAULT_QUOTE_CHARACTER

              -
              public static final char DEFAULT_QUOTE_CHARACTER
              +
            • +
              +

              DEFAULT_QUOTE_CHARACTER

              +
              public static final char DEFAULT_QUOTE_CHARACTER
              The default quote character to use if none is supplied to the constructor.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              NO_QUOTE_CHARACTER

              -
              public static final char NO_QUOTE_CHARACTER
              +
            • +
              +

              NO_QUOTE_CHARACTER

              +
              public static final char NO_QUOTE_CHARACTER
              The quote constant to use when you wish to suppress all quoting.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              DEFAULT_LINE_END

              -
              public static final java.lang.String DEFAULT_LINE_END
              +
            • +
              +

              DEFAULT_LINE_END

              +
              public static final String DEFAULT_LINE_END
              Default line terminator uses platform encoding.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              CSVWriter

              -
              public CSVWriter(java.io.Writer writer)
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                CSVWriter

                +
                public CSVWriter(Writer writer)
                Constructs CSVWriter using a comma for the separator.
                -
                -
                Parameters:
                +
                +
                Parameters:
                writer - the writer to an underlying CSV source.
                +
              • -
              - - - -
                -
              • -

                CSVWriter

                -
                public CSVWriter(java.io.Writer writer,
                -                 char separator)
                +
              • +
                +

                CSVWriter

                +
                public CSVWriter(Writer writer, + char separator)
                Constructs CSVWriter with supplied separator.
                -
                -
                Parameters:
                +
                +
                Parameters:
                writer - the writer to an underlying CSV source.
                separator - the delimiter to use for separating entries.
                +
              • -
              - - - -
                -
              • -

                CSVWriter

                -
                public CSVWriter(java.io.Writer writer,
                -                 char separator,
                -                 char quotechar)
                +
              • +
                +

                CSVWriter

                +
                public CSVWriter(Writer writer, + char separator, + char quotechar)
                Constructs CSVWriter with supplied separator and quote char.
                -
                -
                Parameters:
                +
                +
                Parameters:
                writer - the writer to an underlying CSV source.
                separator - the delimiter to use for separating entries
                quotechar - the character to use for quoted elements
                +
              • -
              - - - -
                -
              • -

                CSVWriter

                -
                public CSVWriter(java.io.Writer writer,
                -                 char separator,
                -                 char quotechar,
                -                 char escapechar)
                +
              • +
                +

                CSVWriter

                +
                public CSVWriter(Writer writer, + char separator, + char quotechar, + char escapechar)
                Constructs CSVWriter with supplied separator and quote char.
                -
                -
                Parameters:
                +
                +
                Parameters:
                writer - the writer to an underlying CSV source.
                separator - the delimiter to use for separating entries
                quotechar - the character to use for quoted elements
                escapechar - the character to use for escaping
                +
              • -
              - - - -
                -
              • -

                CSVWriter

                -
                public CSVWriter(java.io.Writer writer,
                -                 char separator,
                -                 char quotechar,
                -                 java.lang.String lineEnd)
                +
              • +
                +

                CSVWriter

                +
                public CSVWriter(Writer writer, + char separator, + char quotechar, + String lineEnd)
                Constructs CSVWriter with supplied separator and quote char.
                -
                -
                Parameters:
                +
                +
                Parameters:
                writer - the writer to an underlying CSV source.
                separator - the delimiter to use for separating entries
                quotechar - the character to use for quoted elements
                lineEnd - the line feed terminator to use
                +
              • -
              - - - -
                -
              • -

                CSVWriter

                -
                public CSVWriter(java.io.Writer writer,
                -                 char separator,
                -                 char quotechar,
                -                 char escapechar,
                -                 java.lang.String lineEnd)
                +
              • +
                +

                CSVWriter

                +
                public CSVWriter(Writer writer, + char separator, + char quotechar, + char escapechar, + String lineEnd)
                Constructs CSVWriter with supplied separator and quote char.
                -
                -
                Parameters:
                +
                +
                Parameters:
                writer - the writer to an underlying CSV source.
                separator - the delimiter to use for separating entries
                quotechar - the character to use for quoted elements
                lineEnd - the line feed terminator to use
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                writeNext

                -
                public void writeNext(java.lang.String[] nextLine,
                -                      boolean quoteall)
                -               throws java.io.IOException
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  writeNext

                  +
                  public void writeNext(String[] nextLine, + boolean quoteall) + throws IOException
                  Writes the next line to the file.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  nextLine - a string array with each comma-separated element as a separate entry.
                  -
                  Throws:
                  -
                  java.io.IOException - if I/O error occurs
                  +
                  Throws:
                  +
                  IOException - if I/O error occurs
                  +
                • -
                - - - -
                  -
                • -

                  close

                  -
                  public void close()
                  -           throws java.io.IOException
                  +
                • +
                  +

                  close

                  +
                  public void close() + throws IOException
                  Close the underlying stream writer flushing any buffered content.
                  -
                  -
                  Specified by:
                  -
                  close in interface java.io.Closeable
                  -
                  Specified by:
                  -
                  close in interface java.lang.AutoCloseable
                  -
                  Throws:
                  -
                  java.io.IOException - if bad things happen
                  +
                  +
                  Specified by:
                  +
                  close in interface AutoCloseable
                  +
                  Specified by:
                  +
                  close in interface Closeable
                  +
                  Throws:
                  +
                  IOException - if bad things happen
                  +
                +
              -
            • -
            -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/opencsv/class-use/CSVReader.html b/docs/api/scriptella/driver/csv/opencsv/class-use/CSVReader.html index 8afac8f..8fb5028 100644 --- a/docs/api/scriptella/driver/csv/opencsv/class-use/CSVReader.html +++ b/docs/api/scriptella/driver/csv/opencsv/class-use/CSVReader.html @@ -1,198 +1,117 @@ - - + - + Uses of Class scriptella.driver.csv.opencsv.CSVReader (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.csv.opencsv.CSVReader

    +

    Uses of Class
    scriptella.driver.csv.opencsv.CSVReader

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/csv/opencsv/class-use/CSVWriter.html b/docs/api/scriptella/driver/csv/opencsv/class-use/CSVWriter.html index 08c4666..fd19bd9 100644 --- a/docs/api/scriptella/driver/csv/opencsv/class-use/CSVWriter.html +++ b/docs/api/scriptella/driver/csv/opencsv/class-use/CSVWriter.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.driver.csv.opencsv.CSVWriter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.csv.opencsv.CSVWriter

    +

    Uses of Class
    scriptella.driver.csv.opencsv.CSVWriter

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/csv/opencsv/package-frame.html b/docs/api/scriptella/driver/csv/opencsv/package-frame.html deleted file mode 100644 index 630e29b..0000000 --- a/docs/api/scriptella/driver/csv/opencsv/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - -scriptella.driver.csv.opencsv (Scriptella API Documentation) - - - - - -

    scriptella.driver.csv.opencsv

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/csv/opencsv/package-summary.html b/docs/api/scriptella/driver/csv/opencsv/package-summary.html index 0568382..4d5eb6b 100644 --- a/docs/api/scriptella/driver/csv/opencsv/package-summary.html +++ b/docs/api/scriptella/driver/csv/opencsv/package-summary.html @@ -1,164 +1,114 @@ - - + - + scriptella.driver.csv.opencsv (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.csv.opencsv

    -
    -
    Optimized opencsv implementation for Scriptella.
    +

    Package scriptella.driver.csv.opencsv

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      CSVReader -
      A very simple CSV reader released under a commercial-friendly license.
      -
      CSVWriter -
      A very simple CSV writer released under a commercial-friendly license.
      -
      -
    • -
    - - - -

    Package scriptella.driver.csv.opencsv Description

    +
    +
    package scriptella.driver.csv.opencsv
    +

    Optimized opencsv implementation for Scriptella. The standard opencsv library is too inefficient in terms of performance and memory usage. I had to fork opencsv to apply all the changes I required. See http://javaforge.com/issue/7098?navigation=true for more details.

    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/csv/opencsv/package-tree.html b/docs/api/scriptella/driver/csv/opencsv/package-tree.html index c067977..841cab5 100644 --- a/docs/api/scriptella/driver/csv/opencsv/package-tree.html +++ b/docs/api/scriptella/driver/csv/opencsv/package-tree.html @@ -1,140 +1,79 @@ - - + - + scriptella.driver.csv.opencsv Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.csv.opencsv

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
        -
      • scriptella.driver.csv.opencsv.CSVReader (implements java.io.Closeable)
      • -
      • scriptella.driver.csv.opencsv.CSVWriter (implements java.io.Closeable)
      • +
      • scriptella.driver.csv.opencsv.CSVReader (implements java.io.Closeable)
      • +
      • scriptella.driver.csv.opencsv.CSVWriter (implements java.io.Closeable)
    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/opencsv/package-use.html b/docs/api/scriptella/driver/csv/opencsv/package-use.html index 61775b8..26f8e72 100644 --- a/docs/api/scriptella/driver/csv/opencsv/package-use.html +++ b/docs/api/scriptella/driver/csv/opencsv/package-use.html @@ -1,168 +1,94 @@ - - + - + Uses of Package scriptella.driver.csv.opencsv (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.csv.opencsv

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/csv/package-frame.html b/docs/api/scriptella/driver/csv/package-frame.html deleted file mode 100644 index 8e4b68a..0000000 --- a/docs/api/scriptella/driver/csv/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -scriptella.driver.csv (Scriptella API Documentation) - - - - - -

    scriptella.driver.csv

    - - - diff --git a/docs/api/scriptella/driver/csv/package-summary.html b/docs/api/scriptella/driver/csv/package-summary.html index c78249d..08d3ba3 100644 --- a/docs/api/scriptella/driver/csv/package-summary.html +++ b/docs/api/scriptella/driver/csv/package-summary.html @@ -1,140 +1,72 @@ - - + - + scriptella.driver.csv (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.csv

    -
    -
    CSV Driver for Scriptella.
    +

    Package scriptella.driver.csv

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      CsvConnection -
      Represents a connection to CSV file.
      -
      CsvConnectionParameters -
      Connection parameters for CSV driver
      -
      CsvQuery -
      Query for CSV file.
      -
      Driver -
      Scriptella driver for CSV files.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      CsvProviderException -
      Thrown to indicate a problem with CSV file processing.
      -
      -
    • -
    - - - -

    Package scriptella.driver.csv Description

    +
    +
    package scriptella.driver.csv
    +

    CSV Driver for Scriptella.

    The driver to write and query CSV files.

    Note: The driver doesn't use SQL syntax @@ -298,55 +230,66 @@

    Examples

    The result file will be semicolon separated.

    Custom formatting/parsing rules for properties

    See Text driver for a description of formatting/parsing rules.
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/csv/package-tree.html b/docs/api/scriptella/driver/csv/package-tree.html index 057dca1..4215f89 100644 --- a/docs/api/scriptella/driver/csv/package-tree.html +++ b/docs/api/scriptella/driver/csv/package-tree.html @@ -1,117 +1,97 @@ - - + - + scriptella.driver.csv Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.csv

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/csv/package-use.html b/docs/api/scriptella/driver/csv/package-use.html index d52c49f..1c4729e 100644 --- a/docs/api/scriptella/driver/csv/package-use.html +++ b/docs/api/scriptella/driver/csv/package-use.html @@ -1,168 +1,94 @@ - - + - + Uses of Package scriptella.driver.csv (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.csv

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/cubrid/Driver.html b/docs/api/scriptella/driver/cubrid/Driver.html index ea949ec..f1e366d 100644 --- a/docs/api/scriptella/driver/cubrid/Driver.html +++ b/docs/api/scriptella/driver/cubrid/Driver.html @@ -1,315 +1,193 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.cubrid
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            CUBRID_DRIVER_NAME

            -
            public static final java.lang.String CUBRID_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/cubrid/class-use/Driver.html b/docs/api/scriptella/driver/cubrid/class-use/Driver.html index 2c3077d..65c7dad 100644 --- a/docs/api/scriptella/driver/cubrid/class-use/Driver.html +++ b/docs/api/scriptella/driver/cubrid/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.cubrid.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.cubrid.Driver

    +

    Uses of Class
    scriptella.driver.cubrid.Driver

    -
    No usage of scriptella.driver.cubrid.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.cubrid.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/cubrid/package-frame.html b/docs/api/scriptella/driver/cubrid/package-frame.html deleted file mode 100644 index 636a1ea..0000000 --- a/docs/api/scriptella/driver/cubrid/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.cubrid (Scriptella API Documentation) - - - - - -

    scriptella.driver.cubrid

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/cubrid/package-summary.html b/docs/api/scriptella/driver/cubrid/package-summary.html index fec317f..40f44e2 100644 --- a/docs/api/scriptella/driver/cubrid/package-summary.html +++ b/docs/api/scriptella/driver/cubrid/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.cubrid (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.cubrid

    -
    -
    Cubrid Driver Adapter for Scriptella.
    +

    Package scriptella.driver.cubrid

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for Cubrid database.
      -
      -
    • -
    - - - -

    Package scriptella.driver.cubrid Description

    +
    +
    package scriptella.driver.cubrid
    +
    Cubrid Driver Adapter for Scriptella.

    Note: The driver tries to load Cubrid JDBC driver. @@ -138,55 +101,44 @@

    Examples

    </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/cubrid/package-tree.html b/docs/api/scriptella/driver/cubrid/package-tree.html index 0b46b49..a704850 100644 --- a/docs/api/scriptella/driver/cubrid/package-tree.html +++ b/docs/api/scriptella/driver/cubrid/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.cubrid Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.cubrid

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/cubrid/package-use.html b/docs/api/scriptella/driver/cubrid/package-use.html index c107d1c..fee02fa 100644 --- a/docs/api/scriptella/driver/cubrid/package-use.html +++ b/docs/api/scriptella/driver/cubrid/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.cubrid (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.cubrid

    -
    No usage of scriptella.driver.cubrid
    - -
    - - - - - - - +No usage of scriptella.driver.cubrid
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/db2/Driver.html b/docs/api/scriptella/driver/db2/Driver.html index 088646b..79ca041 100644 --- a/docs/api/scriptella/driver/db2/Driver.html +++ b/docs/api/scriptella/driver/db2/Driver.html @@ -1,316 +1,194 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.db2
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            DB2_DRIVER_NAME

            -
            public static final java.lang.String DB2_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/db2/class-use/Driver.html b/docs/api/scriptella/driver/db2/class-use/Driver.html index f8f091b..9570c53 100644 --- a/docs/api/scriptella/driver/db2/class-use/Driver.html +++ b/docs/api/scriptella/driver/db2/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.db2.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.db2.Driver

    +

    Uses of Class
    scriptella.driver.db2.Driver

    -
    No usage of scriptella.driver.db2.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.db2.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/db2/package-frame.html b/docs/api/scriptella/driver/db2/package-frame.html deleted file mode 100644 index a711f61..0000000 --- a/docs/api/scriptella/driver/db2/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.db2 (Scriptella API Documentation) - - - - - -

    scriptella.driver.db2

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/db2/package-summary.html b/docs/api/scriptella/driver/db2/package-summary.html index fbd3634..dc1676f 100644 --- a/docs/api/scriptella/driver/db2/package-summary.html +++ b/docs/api/scriptella/driver/db2/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.db2 (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.db2

    -
    -
    DB2 Driver Adapter for Scriptella.
    +

    Package scriptella.driver.db2

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for DB2 database.
      -
      -
    • -
    - - - -

    Package scriptella.driver.db2 Description

    +
    +
    package scriptella.driver.db2
    +
    DB2 Driver Adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    General information

    @@ -112,7 +75,7 @@

    General information

    Runtime dependencies: - db2jcc.jar;db2jcc_license_cu.jar + db2jcc.jar;db2jcc_license_cu.jar

    Driver Specific Properties

    @@ -129,55 +92,44 @@

    Examples

    <connection id="c1" driver="db2" url="jdbc:db2://localhost:50000/sample" user="username" password="password"> </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/db2/package-tree.html b/docs/api/scriptella/driver/db2/package-tree.html index 5c0fc1b..a9b4660 100644 --- a/docs/api/scriptella/driver/db2/package-tree.html +++ b/docs/api/scriptella/driver/db2/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.db2 Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.db2

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/db2/package-use.html b/docs/api/scriptella/driver/db2/package-use.html index ed8ed98..4f00eb1 100644 --- a/docs/api/scriptella/driver/db2/package-use.html +++ b/docs/api/scriptella/driver/db2/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.db2 (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.db2

    -
    No usage of scriptella.driver.db2
    - -
    - - - - - - - +No usage of scriptella.driver.db2
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/derby/Driver.html b/docs/api/scriptella/driver/derby/Driver.html index 75bfb9d..39d93cf 100644 --- a/docs/api/scriptella/driver/derby/Driver.html +++ b/docs/api/scriptella/driver/derby/Driver.html @@ -1,124 +1,89 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.derby
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    -

    For configuration details and examples see overview page.

    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Kirill Volgin
    - - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            DERBY_CLIENT_DRIVER_NAME

            -
            public static final java.lang.String DERBY_CLIENT_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + - - - -
              -
            • -

              DERBY_EMBEDDED_DRIVER_NAME

              -
              public static final java.lang.String DERBY_EMBEDDED_DRIVER_NAME
              -
              -
              See Also:
              -
              Constant Field Values
              +
            • +
              +

              DERBY_EMBEDDED_DRIVER_NAME

              +
              public static final String DERBY_EMBEDDED_DRIVER_NAME
              +
              +
              See Also:
              +
              + +
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/derby/class-use/Driver.html b/docs/api/scriptella/driver/derby/class-use/Driver.html index ac4ce75..7cbe19e 100644 --- a/docs/api/scriptella/driver/derby/class-use/Driver.html +++ b/docs/api/scriptella/driver/derby/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.derby.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.derby.Driver

    +

    Uses of Class
    scriptella.driver.derby.Driver

    -
    No usage of scriptella.driver.derby.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.derby.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/derby/package-frame.html b/docs/api/scriptella/driver/derby/package-frame.html deleted file mode 100644 index 8917282..0000000 --- a/docs/api/scriptella/driver/derby/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.derby (Scriptella API Documentation) - - - - - -

    scriptella.driver.derby

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/derby/package-summary.html b/docs/api/scriptella/driver/derby/package-summary.html index 4bdaa1b..143ad02 100644 --- a/docs/api/scriptella/driver/derby/package-summary.html +++ b/docs/api/scriptella/driver/derby/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.derby (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.derby

    -
    -
    Derby Driver Adapter for Scriptella.
    +

    Package scriptella.driver.derby

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for Derby database.
      -
      -
    • -
    - - - -

    Package scriptella.driver.derby Description

    +
    +
    package scriptella.driver.derby
    +
    Derby Driver Adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    General information

    @@ -129,55 +92,44 @@

    Examples

    <connection id="c1" driver="derby" url="jdbc:derby://localhost/sample" user="username" password="password"> </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/derby/package-tree.html b/docs/api/scriptella/driver/derby/package-tree.html index 2f3e968..dcca06c 100644 --- a/docs/api/scriptella/driver/derby/package-tree.html +++ b/docs/api/scriptella/driver/derby/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.derby Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.derby

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/derby/package-use.html b/docs/api/scriptella/driver/derby/package-use.html index 4a0c532..58f5722 100644 --- a/docs/api/scriptella/driver/derby/package-use.html +++ b/docs/api/scriptella/driver/derby/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.derby (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.derby

    -
    No usage of scriptella.driver.derby
    - -
    - - - - - - - +No usage of scriptella.driver.derby
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/h2/Driver.html b/docs/api/scriptella/driver/h2/Driver.html index 15704fe..0771135 100644 --- a/docs/api/scriptella/driver/h2/Driver.html +++ b/docs/api/scriptella/driver/h2/Driver.html @@ -1,363 +1,238 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.h2
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          - - - - - - - - - - -
          Fields 
          Modifier and TypeField and Description
          static java.lang.StringH2_DRIVER_NAME 
          +
        • +
          +

          Field Summary

          +
          Fields
          +
          +
          Modifier and Type
          +
          Field
          +
          Description
          +
          static final String
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          Driver() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        - +
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.jdbc.GenericDriver

    +connect, connect, loadDrivers
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            H2_DRIVER_NAME

            -
            public static final java.lang.String H2_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                Driver

                +
                public Driver()
                +
              +
            • -
            -
    +
    +
    Overrides:
    +
    getConnection in class GenericDriver
    +
    Throws:
    +
    SQLException
    + + - - -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/h2/class-use/Driver.html b/docs/api/scriptella/driver/h2/class-use/Driver.html index 1eb4c5b..b1f1524 100644 --- a/docs/api/scriptella/driver/h2/class-use/Driver.html +++ b/docs/api/scriptella/driver/h2/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.h2.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.h2.Driver

    +

    Uses of Class
    scriptella.driver.h2.Driver

    -
    No usage of scriptella.driver.h2.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.h2.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/h2/package-frame.html b/docs/api/scriptella/driver/h2/package-frame.html deleted file mode 100644 index dd69351..0000000 --- a/docs/api/scriptella/driver/h2/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.h2 (Scriptella API Documentation) - - - - - -

    scriptella.driver.h2

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/h2/package-summary.html b/docs/api/scriptella/driver/h2/package-summary.html index 19a677c..67b4083 100644 --- a/docs/api/scriptella/driver/h2/package-summary.html +++ b/docs/api/scriptella/driver/h2/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.h2 (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.h2

    -
    -
    H2 Database Driver Adapter for Scriptella.
    +

    Package scriptella.driver.h2

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for H2 database.
      -
      -
    • -
    - - - -

    Package scriptella.driver.h2 Description

    +
    +
    package scriptella.driver.h2
    +
    H2 Database Driver Adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    General information

    @@ -131,55 +94,44 @@

    Examples

    <!--empty URL attribute means private In-Memory database --> <connection driver="h2"/>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/h2/package-tree.html b/docs/api/scriptella/driver/h2/package-tree.html index 8901f57..8c90fc4 100644 --- a/docs/api/scriptella/driver/h2/package-tree.html +++ b/docs/api/scriptella/driver/h2/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.h2 Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.h2

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/h2/package-use.html b/docs/api/scriptella/driver/h2/package-use.html index 81c5e50..8072631 100644 --- a/docs/api/scriptella/driver/h2/package-use.html +++ b/docs/api/scriptella/driver/h2/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.h2 (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.h2

    -
    No usage of scriptella.driver.h2
    - -
    - - - - - - - +No usage of scriptella.driver.h2
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/hsqldb/Driver.html b/docs/api/scriptella/driver/hsqldb/Driver.html deleted file mode 100644 index 61560f8..0000000 --- a/docs/api/scriptella/driver/hsqldb/Driver.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - -Driver (Scriptella API Documentation) - - - - - - - - - - - - -
    -
    scriptella.driver.hsqldb
    -

    Class Driver

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          HSQLDB_DRIVER_NAME

          -
          public static final java.lang.String HSQLDB_DRIVER_NAME
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Driver

          -
          public Driver()
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Method Detail

        - - - -
          -
        • -

          connect

          -
          protected JdbcConnection connect(ConnectionParameters parameters,
          -                                 java.util.Properties props)
          -                          throws java.sql.SQLException
          -
          Description copied from class: GenericDriver
          -
          Creates Scriptella JDBC connection.
          -
          -
          Overrides:
          -
          connect in class GenericDriver
          -
          Parameters:
          -
          parameters - connection parameters
          -
          props - properties to pass to jdbc driver
          -
          Returns:
          -
          Scriptella JDBC connection.
          -
          Throws:
          -
          java.sql.SQLException - if DB exception occurs.
          -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/hsqldb/HsqlConnection.html b/docs/api/scriptella/driver/hsqldb/HsqlConnection.html deleted file mode 100644 index d77868e..0000000 --- a/docs/api/scriptella/driver/hsqldb/HsqlConnection.html +++ /dev/null @@ -1,382 +0,0 @@ - - - - - -HsqlConnection (Scriptella API Documentation) - - - - - - - - - - - - -
    -
    scriptella.driver.hsqldb
    -

    Class HsqlConnection

    -
    -
    - -
    - -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          SHUTDOWN_ON_EXIT

          -
          public static final java.lang.String SHUTDOWN_ON_EXIT
          -
          True if SHUTDOWN command should be executed before last connection closed. Default value is true. - In 1.7.2, in-process databases are no longer closed when the last connection to the database - is explicitly closed via JDBC, a SHUTDOWN is required
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - - -
    • -
    -
    -
    - - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/hsqldb/class-use/Driver.html b/docs/api/scriptella/driver/hsqldb/class-use/Driver.html deleted file mode 100644 index ff6c8a6..0000000 --- a/docs/api/scriptella/driver/hsqldb/class-use/Driver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - -Uses of Class scriptella.driver.hsqldb.Driver (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Uses of Class
    scriptella.driver.hsqldb.Driver

    -
    -
    No usage of scriptella.driver.hsqldb.Driver
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/hsqldb/class-use/HsqlConnection.html b/docs/api/scriptella/driver/hsqldb/class-use/HsqlConnection.html deleted file mode 100644 index 608f79c..0000000 --- a/docs/api/scriptella/driver/hsqldb/class-use/HsqlConnection.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - -Uses of Class scriptella.driver.hsqldb.HsqlConnection (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Uses of Class
    scriptella.driver.hsqldb.HsqlConnection

    -
    -
    No usage of scriptella.driver.hsqldb.HsqlConnection
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/hsqldb/package-frame.html b/docs/api/scriptella/driver/hsqldb/package-frame.html deleted file mode 100644 index aabb2e3..0000000 --- a/docs/api/scriptella/driver/hsqldb/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - -scriptella.driver.hsqldb (Scriptella API Documentation) - - - - - -

    scriptella.driver.hsqldb

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/hsqldb/package-summary.html b/docs/api/scriptella/driver/hsqldb/package-summary.html deleted file mode 100644 index a1765fd..0000000 --- a/docs/api/scriptella/driver/hsqldb/package-summary.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - -scriptella.driver.hsqldb (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Package scriptella.driver.hsqldb

    -
    -
    HSLQDB Driver Adapter for Scriptella.
    -
    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for HSLQDB database.
      -
      HsqlConnection -
      Hsqldb connection wrapper.
      -
      -
    • -
    - - - -

    Package scriptella.driver.hsqldb Description

    -
    HSLQDB Driver Adapter for Scriptella. -

    Adds a possibility to control database shutdown. See Overview of JDBC package for a description of common features and connection properties.

    -

    General information

    - - - - - - - - - - -
    Driver class:scriptella.driver.hsqldb.Driver
    URL:Same as for HSQLDB
    Runtime dependencies:hsqldb.jar
    -

    Driver Specific Properties

    - - - - - - - - - - - - -
    NameDescriptionRequired
    hsql.shutdown_on_exitTrue if SHUTDOWN command should be automatically executed before last connection closed. In 1.7.2, - in-process databases are no longer closed when the last connection to the database is explicitly closed via - JDBC, - a SHUTDOWN is requiredNo, default value is true
    - -

    Example

    -
    -    <connection driver="hsqldb" url="jdbc:hsqldb:file:db" user="sa">
    -        hsql.shutdown_on_exit=true;
    -    </connection>
    -
    -
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/hsqldb/package-tree.html b/docs/api/scriptella/driver/hsqldb/package-tree.html deleted file mode 100644 index 6c13247..0000000 --- a/docs/api/scriptella/driver/hsqldb/package-tree.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - -scriptella.driver.hsqldb Class Hierarchy (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Hierarchy For Package scriptella.driver.hsqldb

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/hsqldb/package-use.html b/docs/api/scriptella/driver/hsqldb/package-use.html deleted file mode 100644 index 3569bcd..0000000 --- a/docs/api/scriptella/driver/hsqldb/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - -Uses of Package scriptella.driver.hsqldb (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Uses of Package
    scriptella.driver.hsqldb

    -
    -
    No usage of scriptella.driver.hsqldb
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/janino/Driver.html b/docs/api/scriptella/driver/janino/Driver.html index ac10ed2..7afc754 100644 --- a/docs/api/scriptella/driver/janino/Driver.html +++ b/docs/api/scriptella/driver/janino/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.janino
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/JaninoConnection.html b/docs/api/scriptella/driver/janino/JaninoConnection.html index 93ca422..ed467e5 100644 --- a/docs/api/scriptella/driver/janino/JaninoConnection.html +++ b/docs/api/scriptella/driver/janino/JaninoConnection.html @@ -1,405 +1,274 @@ - - + - + JaninoConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.janino
    -

    Class JaninoConnection

    + +

    Class JaninoConnection

    -
    - -
    - -
    -
    -
    +
    + - - +
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/JaninoProviderException.html b/docs/api/scriptella/driver/janino/JaninoProviderException.html index 14842df..499231c 100644 --- a/docs/api/scriptella/driver/janino/JaninoProviderException.html +++ b/docs/api/scriptella/driver/janino/JaninoProviderException.html @@ -1,394 +1,251 @@ - - + - + JaninoProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.janino
    -

    Class JaninoProviderException

    + +

    Class JaninoProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.ProviderException

    +addErrorCode, getErrorCodes, getErrorStatement, getNativeException, toString
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          JaninoProviderException

          -
          public JaninoProviderException()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            JaninoProviderException

            +
            public JaninoProviderException()
            +
          • -
          - - - -
            -
          • -

            JaninoProviderException

            -
            public JaninoProviderException(java.lang.String message)
            +
          • +
            +

            JaninoProviderException

            +
            public JaninoProviderException(String message)
            +
          • -
          - - - -
            -
          • -

            JaninoProviderException

            -
            public JaninoProviderException(java.lang.String message,
            -                               java.lang.Throwable cause)
            +
          • +
            +

            JaninoProviderException

            +
            public JaninoProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            JaninoProviderException

            -
            public JaninoProviderException(java.lang.Throwable cause)
            +
          • +
            +

            JaninoProviderException

            +
            public JaninoProviderException(Throwable cause)
            +
          +
        • -
        - -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/JaninoQuery.html b/docs/api/scriptella/driver/janino/JaninoQuery.html index 3682269..a1b2312 100644 --- a/docs/api/scriptella/driver/janino/JaninoQuery.html +++ b/docs/api/scriptella/driver/janino/JaninoQuery.html @@ -1,135 +1,101 @@ - - + - + JaninoQuery (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.janino
    -

    Class JaninoQuery

    + +

    Class JaninoQuery

    -
    - -
    - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          JaninoQuery() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.ObjectgetParameter(java.lang.String name) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          final Object
          + +
          Returns the value of parameter specified by name.
          -
        • QueryCallbackgetQueryCallback() 
          voidnext() + + + +
           
          +
          final void
          + +
          Moves to the next virtual row.
          -
          voidnext(java.util.Map<java.lang.String,?> parametersMap) + +
          final void
          +
          next(String[] parameterNames, + Object[] values)
          +
          Produces a virtual row based on the specified columns.
          -
          voidnext(java.lang.String[] parameterNames, - java.lang.Object[] values) + +
          final void
          +
          next(Map<String,?> parametersMap)
          +
          Produces a virtual row based on the specified columns.
          -
          voidset(java.util.Map<java.lang.String,?> parametersMap) -
          Fills the virtual row using parameters from specified map.
          -
          voidset(java.lang.String name, - java.lang.Object value) + +
          final void
          +
          set(String name, + Object value)
          +
          Sets a value for specified parameter name.
          -
          java.lang.StringtoString() 
          - -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
          • -
          -
        • -
        +
    +
    final void
    +
    set(Map<String,?> parametersMap)
    +
    +
    Fills the virtual row using parameters from specified map.
    +
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.driver.janino.JaninoScript

    +execute, get, getParametersCallback
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            JaninoQuery

            -
            public JaninoQuery()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              JaninoQuery

              +
              public JaninoQuery()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getQueryCallback

              -
              public final QueryCallback getQueryCallback()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getQueryCallback

                +
                public final QueryCallback getQueryCallback()
                +
              • -
              - - - -
                -
              • -

                getParameter

                -
                public final java.lang.Object getParameter(java.lang.String name)
                -
                Description copied from interface: ParametersCallback
                +
              • +
                +

                getParameter

                +
                public final Object getParameter(String name)
                +
                Description copied from interface: ParametersCallback
                Returns the value of parameter specified by name.

                The callback internally delegates a call to parent callbacks if the parameter cannot be found.

                -
                -
                Specified by:
                -
                getParameter in interface ParametersCallback
                -
                Parameters:
                +
                +
                Specified by:
                +
                getParameter in interface ParametersCallback
                +
                Parameters:
                name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
                -
                Returns:
                +
                Returns:
                parameter value or null if parameter doesn't exist.
                +
              • -
              - - - -
                -
              • -

                set

                -
                public final void set(java.lang.String name,
                -                      java.lang.Object value)
                +
              • +
                +

                set

                +
                public final void set(String name, + Object value)
                Sets a value for specified parameter name.

                This parameter becomes visible to nested scripting elements - after next() method is called. + after next() method is called.

                This method is available inside Janino <query> element.

                -
                -
                Parameters:
                +
                +
                Parameters:
                name - parameter name
                value - parameter value.
                +
              • -
              - - - -
                -
              • -

                set

                -
                public final void set(java.util.Map<java.lang.String,?> parametersMap)
                +
              • +
                +

                set

                +
                public final void set(Map<String,?> parametersMap)
                Fills the virtual row using parameters from specified map.

                This method is available inside Janino <query> element.

                -
                -
                Parameters:
                +
                +
                Parameters:
                parametersMap - map of parameters, where key is a variable name
                +
              • -
              - - - -
                -
              • -

                next

                -
                public final void next()
                +
              • +
                +

                next

                +
                public final void next()
                Moves to the next virtual row.

                Nested scripting elements are evaluated and - the parameters set by set(String, Object) method are available to them. -

                Note: The values of all parameters set via set(String, Object) method are + the parameters set by set(String, Object) method are available to them. +

                Note: The values of all parameters set via set(String, Object) method are cleared(or restored).

                This method is available inside Janino <query> element.

                +
              • -
              - - - -
                -
              • -

                next

                -
                public final void next(java.lang.String[] parameterNames,
                -                       java.lang.Object[] values)
                +
              • +
                +

                next

                +
                public final void next(String[] parameterNames, + Object[] values)
                Produces a virtual row based on the specified columns. -

                A serie of parameter setters is performed. - After parameters for the current row have been set, next() method is invoked. +

                A serie of parameter setters is performed. + After parameters for the current row have been set, next() method is invoked.

                This method is available inside Janino <query> element.

                -
                -
                Parameters:
                +
                +
                Parameters:
                parameterNames - array of parameter names.
                values - array of parameter values, i.e. value[i] specifies a value for parameter[i].
                +
              • -
              - - - -
                -
              • -

                next

                -
                public final void next(java.util.Map<java.lang.String,?> parametersMap)
                +
              • +
                +

                next

                +
                public final void next(Map<String,?> parametersMap)
                Produces a virtual row based on the specified columns. -

                Parameters are set via set(java.util.Map) method. - After parameters for the current row have been set, next() method is invoked. +

                Parameters are set via set(java.util.Map) method. + After parameters for the current row have been set, next() method is invoked.

                This method is available inside Janino <query> element.

                -
                -
                Parameters:
                +
                +
                Parameters:
                parametersMap - map of parameters.
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
              +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/JaninoScript.html b/docs/api/scriptella/driver/janino/JaninoScript.html index f549502..cc4960d 100644 --- a/docs/api/scriptella/driver/janino/JaninoScript.html +++ b/docs/api/scriptella/driver/janino/JaninoScript.html @@ -1,332 +1,216 @@ - - + - + JaninoScript (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.janino
    -

    Class JaninoScript

    + +

    Class JaninoScript

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.janino.JaninoScript
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.janino.JaninoScript
      +
      +
      +
      Direct Known Subclasses:
      -
      JaninoQuery
      +
      JaninoQuery

      -
      -
      public abstract class JaninoScript
      -extends java.lang.Object
      +
      public abstract class JaninoScript +extends Object
      A base class for Janino <script> elements.

      Public members of this class are available in Janino scripting elements.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          JaninoScript() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Abstract Methods Concrete Methods 
          Modifier and TypeMethod and Description
          protected abstract voidexecute() +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          protected abstract void
          + +
          This method in not a part of the public API.
          -
        • java.lang.Objectget(java.lang.String name) + +
          final Object
          +
          get(String name)
          +
          Obtains a parameter value for specified name.
          -
          protected ParametersCallbackgetParametersCallback() + +
          protected final ParametersCallback
          + +
          This method in not a part of the public API.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            JaninoScript

            -
            public JaninoScript()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              JaninoScript

              +
              public JaninoScript()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getParametersCallback

              -
              protected final ParametersCallback getParametersCallback()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getParametersCallback

                +
                protected final ParametersCallback getParametersCallback()
                This method in not a part of the public API.
                +
              • -
              - - - -
                -
              • -

                execute

                -
                protected abstract void execute()
                -                         throws java.lang.Exception
                +
              • +
                +

                execute

                +
                protected abstract void execute() + throws Exception
                This method in not a part of the public API.
                -
                -
                Throws:
                -
                java.lang.Exception
                +
                +
                Throws:
                +
                Exception
                +
              • -
              - - - -
                -
              • -

                get

                -
                public final java.lang.Object get(java.lang.String name)
                +
              • +
                +

                get

                +
                public final Object get(String name)
                Obtains a parameter value for specified name.

                This method is available inside Janino <script> element.

                -
                -
                Parameters:
                +
                +
                Parameters:
                name - parameter name
                -
                Returns:
                +
                Returns:
                parameter value.
                +
              +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/class-use/Driver.html b/docs/api/scriptella/driver/janino/class-use/Driver.html index a51265c..63bec9c 100644 --- a/docs/api/scriptella/driver/janino/class-use/Driver.html +++ b/docs/api/scriptella/driver/janino/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.janino.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.janino.Driver

    +

    Uses of Class
    scriptella.driver.janino.Driver

    -
    No usage of scriptella.driver.janino.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.janino.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/class-use/JaninoConnection.html b/docs/api/scriptella/driver/janino/class-use/JaninoConnection.html index 4983213..45264a8 100644 --- a/docs/api/scriptella/driver/janino/class-use/JaninoConnection.html +++ b/docs/api/scriptella/driver/janino/class-use/JaninoConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.janino.JaninoConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.janino.JaninoConnection

    +

    Uses of Class
    scriptella.driver.janino.JaninoConnection

    -
    No usage of scriptella.driver.janino.JaninoConnection
    - -
    - - - - - - - +No usage of scriptella.driver.janino.JaninoConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/class-use/JaninoProviderException.html b/docs/api/scriptella/driver/janino/class-use/JaninoProviderException.html index 8e84662..b84a6dc 100644 --- a/docs/api/scriptella/driver/janino/class-use/JaninoProviderException.html +++ b/docs/api/scriptella/driver/janino/class-use/JaninoProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.janino.JaninoProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.janino.JaninoProviderException

    +

    Uses of Class
    scriptella.driver.janino.JaninoProviderException

    -
    No usage of scriptella.driver.janino.JaninoProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.janino.JaninoProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/class-use/JaninoQuery.html b/docs/api/scriptella/driver/janino/class-use/JaninoQuery.html index 24aac33..201ecfa 100644 --- a/docs/api/scriptella/driver/janino/class-use/JaninoQuery.html +++ b/docs/api/scriptella/driver/janino/class-use/JaninoQuery.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.janino.JaninoQuery (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.janino.JaninoQuery

    +

    Uses of Class
    scriptella.driver.janino.JaninoQuery

    -
    No usage of scriptella.driver.janino.JaninoQuery
    - -
    - - - - - - - +No usage of scriptella.driver.janino.JaninoQuery
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/class-use/JaninoScript.html b/docs/api/scriptella/driver/janino/class-use/JaninoScript.html index f62f56b..14bbec7 100644 --- a/docs/api/scriptella/driver/janino/class-use/JaninoScript.html +++ b/docs/api/scriptella/driver/janino/class-use/JaninoScript.html @@ -1,170 +1,93 @@ - - + - + Uses of Class scriptella.driver.janino.JaninoScript (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.janino.JaninoScript

    +

    Uses of Class
    scriptella.driver.janino.JaninoScript

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/janino/package-frame.html b/docs/api/scriptella/driver/janino/package-frame.html deleted file mode 100644 index 90d5340..0000000 --- a/docs/api/scriptella/driver/janino/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -scriptella.driver.janino (Scriptella API Documentation) - - - - - -

    scriptella.driver.janino

    - - - diff --git a/docs/api/scriptella/driver/janino/package-summary.html b/docs/api/scriptella/driver/janino/package-summary.html index b2bc462..aee8b86 100644 --- a/docs/api/scriptella/driver/janino/package-summary.html +++ b/docs/api/scriptella/driver/janino/package-summary.html @@ -1,140 +1,72 @@ - - + - + scriptella.driver.janino (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.janino

    -
    -
    Janino Driver for Scriptella.
    -
    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Driver for Janino Java Compiler.
      -
      JaninoConnection -
      Scriptella connection adapter for Janino Script Evaluator.
      -
      JaninoQuery -
      A base class for Janino <query> elements.
      -
      JaninoScript -
      A base class for Janino <script> elements.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      JaninoProviderException -
      Thrown to indicate Janino failure.
      -
      -
    • -
    - - - -

    Package scriptella.driver.janino Description

    +

    Package scriptella.driver.janino

    +
    +
    +
    package scriptella.driver.janino
    +
    Janino Driver for Scriptella.

    This driver allows to embed Java code into <query> and <script> elements. This code is compiled by Janino and executed by Scriptella engine. For simple @@ -189,59 +121,66 @@

    Example

    The child script prints a message using a column from a row produced by setting name to "John" and calling next() to allow nested content to be executed:
    Processing: John
    -

    ODBC sample from Scriptella examples distribution also shows +

    The primes sample in the Scriptella examples distribution also shows several use-cases for Janino.

    Debugging

    In Janino 2.6.1, line number information is not generated by default. Run scriptella with -d option or set a system propertyorg.codehaus.janino.source_debugging.enable=true.
    +
    +
    + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/janino/package-tree.html b/docs/api/scriptella/driver/janino/package-tree.html index b1146d3..3dbe31f 100644 --- a/docs/api/scriptella/driver/janino/package-tree.html +++ b/docs/api/scriptella/driver/janino/package-tree.html @@ -1,112 +1,92 @@ - - + - + scriptella.driver.janino Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.janino

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/janino/package-use.html b/docs/api/scriptella/driver/janino/package-use.html index e6951ee..574bf7d 100644 --- a/docs/api/scriptella/driver/janino/package-use.html +++ b/docs/api/scriptella/driver/janino/package-use.html @@ -1,163 +1,90 @@ - - + - + Uses of Package scriptella.driver.janino (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.janino

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/jexl/Driver.html b/docs/api/scriptella/driver/jexl/Driver.html index 5691b9a..aaf3583 100644 --- a/docs/api/scriptella/driver/jexl/Driver.html +++ b/docs/api/scriptella/driver/jexl/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.jexl
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/JexlConnection.html b/docs/api/scriptella/driver/jexl/JexlConnection.html index 4153dd3..b37733d 100644 --- a/docs/api/scriptella/driver/jexl/JexlConnection.html +++ b/docs/api/scriptella/driver/jexl/JexlConnection.html @@ -1,406 +1,275 @@ - - + - + JexlConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.jexl
    -

    Class JexlConnection

    + +

    Class JexlConnection

    -
    - -
    - -
    -
    -
    +
    + - - +
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/JexlContextMap.html b/docs/api/scriptella/driver/jexl/JexlContextMap.html index 16d825d..467e1f0 100644 --- a/docs/api/scriptella/driver/jexl/JexlContextMap.html +++ b/docs/api/scriptella/driver/jexl/JexlContextMap.html @@ -1,359 +1,239 @@ - - + - + JexlContextMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.jexl
    -

    Class JexlContextMap

    + +

    Class JexlContextMap

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.jexl.JexlContextMap
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.jexl.JexlContextMap
      +
      +
      +
      All Implemented Interfaces:
      -
      org.apache.commons.jexl2.JexlContext
      +
      org.apache.commons.jexl2.JexlContext

      -
      -
      public final class JexlContextMap
      -extends java.lang.Object
      -implements org.apache.commons.jexl2.JexlContext
      +
      public final class JexlContextMap +extends Object +implements org.apache.commons.jexl2.JexlContext
      Mutable JexlContext implementation for integration into Scriptella execution environment. - This class allows local variables to be set via set(String, Object) method. -
      get(String) allows reading variables. + This class allows local variables to be set via set(String, Object) method. +
      get(String) allows reading variables.

      Important: This class is used instead of MapContext because - due to parameters model limitations and performance reasons has(String) method should always return true.

      -
      -
      Version:
      + due to parameters model limitations and performance reasons has(String) method should always return true.
    +
    +
    Version:
    1.1
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.Objectget(java.lang.String name) 
      booleanhas(java.lang.String name) 
      voidset(java.lang.String name, - java.lang.Object value) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    get(String name)
    +
     
    +
    boolean
    +
    has(String name)
    +
     
    +
    void
    +
    set(String name, + Object value)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
  • -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            JexlContextMap

            -
            public JexlContextMap(ParametersCallbackMap parametersMap)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              JexlContextMap

              +
              public JexlContextMap(ParametersCallbackMap parametersMap)
              Initializes instance and set parent parameters.
              -
              -
              Parameters:
              +
              +
              Parameters:
              parametersMap - parent parameters.
              +
            • -
            - - - -
              -
            • -

              JexlContextMap

              -
              public JexlContextMap(ParametersCallback parentParameters,
              -                      QueryCallback queryCallback)
              +
            • +
              +

              JexlContextMap

              +
              public JexlContextMap(ParametersCallback parentParameters, + QueryCallback queryCallback)
              Initializes instance and set parent parameters with query callback..
              -
              -
              Parameters:
              +
              +
              Parameters:
              parentParameters - parent parameters.
              queryCallback - query callback
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              get

              -
              public java.lang.Object get(java.lang.String name)
              -
              -
              Specified by:
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                get

                +
                public Object get(String name)
                +
                +
                Specified by:
                get in interface org.apache.commons.jexl2.JexlContext
                +
              • -
              - - - -
                -
              • -

                set

                -
                public void set(java.lang.String name,
                -                java.lang.Object value)
                -
                -
                Specified by:
                +
              • +
                +

                set

                +
                public void set(String name, + Object value)
                +
                +
                Specified by:
                set in interface org.apache.commons.jexl2.JexlContext
                +
              • -
              - - - -
                -
              • -

                has

                -
                public boolean has(java.lang.String name)
                -
                -
                Specified by:
                +
              • +
                +

                has

                +
                public boolean has(String name)
                +
                +
                Specified by:
                has in interface org.apache.commons.jexl2.JexlContext
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/JexlProviderException.html b/docs/api/scriptella/driver/jexl/JexlProviderException.html index 878c5e8..12b259b 100644 --- a/docs/api/scriptella/driver/jexl/JexlProviderException.html +++ b/docs/api/scriptella/driver/jexl/JexlProviderException.html @@ -1,373 +1,234 @@ - - + - + JexlProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.jexl
    -

    Class JexlProviderException

    + +

    Class JexlProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          JexlProviderException

          -
          public JexlProviderException()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            JexlProviderException

            +
            public JexlProviderException()
            +
          • -
          - - - -
            -
          • -

            JexlProviderException

            -
            public JexlProviderException(java.lang.String message)
            +
          • +
            +

            JexlProviderException

            +
            public JexlProviderException(String message)
            +
          • -
          - - - -
            -
          • -

            JexlProviderException

            -
            public JexlProviderException(java.lang.String message,
            -                             java.lang.Throwable cause)
            +
          • +
            +

            JexlProviderException

            +
            public JexlProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            JexlProviderException

            -
            public JexlProviderException(java.lang.Throwable cause)
            +
          • +
            +

            JexlProviderException

            +
            public JexlProviderException(Throwable cause)
            +
          +
        • -
        - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/class-use/Driver.html b/docs/api/scriptella/driver/jexl/class-use/Driver.html index f63babd..b27a98e 100644 --- a/docs/api/scriptella/driver/jexl/class-use/Driver.html +++ b/docs/api/scriptella/driver/jexl/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.jexl.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.jexl.Driver

    +

    Uses of Class
    scriptella.driver.jexl.Driver

    -
    No usage of scriptella.driver.jexl.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.jexl.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/class-use/JexlConnection.html b/docs/api/scriptella/driver/jexl/class-use/JexlConnection.html index 079d812..beed380 100644 --- a/docs/api/scriptella/driver/jexl/class-use/JexlConnection.html +++ b/docs/api/scriptella/driver/jexl/class-use/JexlConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.jexl.JexlConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.jexl.JexlConnection

    +

    Uses of Class
    scriptella.driver.jexl.JexlConnection

    -
    No usage of scriptella.driver.jexl.JexlConnection
    - -
    - - - - - - - +No usage of scriptella.driver.jexl.JexlConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/class-use/JexlContextMap.html b/docs/api/scriptella/driver/jexl/class-use/JexlContextMap.html index 0f89d37..57eb8e2 100644 --- a/docs/api/scriptella/driver/jexl/class-use/JexlContextMap.html +++ b/docs/api/scriptella/driver/jexl/class-use/JexlContextMap.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.jexl.JexlContextMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.jexl.JexlContextMap

    +

    Uses of Class
    scriptella.driver.jexl.JexlContextMap

    -
    No usage of scriptella.driver.jexl.JexlContextMap
    - -
    - - - - - - - +No usage of scriptella.driver.jexl.JexlContextMap
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/class-use/JexlProviderException.html b/docs/api/scriptella/driver/jexl/class-use/JexlProviderException.html index e368b99..be3e20d 100644 --- a/docs/api/scriptella/driver/jexl/class-use/JexlProviderException.html +++ b/docs/api/scriptella/driver/jexl/class-use/JexlProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.jexl.JexlProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.jexl.JexlProviderException

    +

    Uses of Class
    scriptella.driver.jexl.JexlProviderException

    -
    No usage of scriptella.driver.jexl.JexlProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.jexl.JexlProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/package-frame.html b/docs/api/scriptella/driver/jexl/package-frame.html deleted file mode 100644 index 576f2f9..0000000 --- a/docs/api/scriptella/driver/jexl/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -scriptella.driver.jexl (Scriptella API Documentation) - - - - - -

    scriptella.driver.jexl

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/docs/api/scriptella/driver/jexl/package-summary.html b/docs/api/scriptella/driver/jexl/package-summary.html index 01434d3..0a16dec 100644 --- a/docs/api/scriptella/driver/jexl/package-summary.html +++ b/docs/api/scriptella/driver/jexl/package-summary.html @@ -1,135 +1,72 @@ - - + - + scriptella.driver.jexl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.jexl

    -
    -
    JEXL Driver for Scriptella.
    -
    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Driver for JEXL.
      -
      JexlConnection -
      Scriptella connection adapter for JEXL.
      -
      JexlContextMap -
      Mutable JexlContext implementation for - integration into Scriptella execution environment.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      JexlProviderException -
      Thrown to indicate a problem with JEXL script.
      -
      -
    • -
    - - - -

    Package scriptella.driver.jexl Description

    +

    Package scriptella.driver.jexl

    +
    +
    +
    package scriptella.driver.jexl
    +

    JEXL Driver for Scriptella.

    Allows usage of JEXL scripts in ETL <query> and <script> elements.

    The driver uses commons-jexl library which is a part of Scriptella Core. @@ -186,55 +123,59 @@

    Examples

    The query executes a child script 10 times. As the result of execution 10 records are inserted in a database table.
    +
    +
    + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/jexl/package-tree.html b/docs/api/scriptella/driver/jexl/package-tree.html index b58fbe5..c86e70f 100644 --- a/docs/api/scriptella/driver/jexl/package-tree.html +++ b/docs/api/scriptella/driver/jexl/package-tree.html @@ -1,108 +1,88 @@ - - + - + scriptella.driver.jexl Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.jexl

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jexl/package-use.html b/docs/api/scriptella/driver/jexl/package-use.html index f0eaaaf..37c41f7 100644 --- a/docs/api/scriptella/driver/jexl/package-use.html +++ b/docs/api/scriptella/driver/jexl/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.jexl (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.jexl

    -
    No usage of scriptella.driver.jexl
    - -
    - - - - - - - +No usage of scriptella.driver.jexl
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jndi/Driver.html b/docs/api/scriptella/driver/jndi/Driver.html index cd9fa16..4c12410 100644 --- a/docs/api/scriptella/driver/jndi/Driver.html +++ b/docs/api/scriptella/driver/jndi/Driver.html @@ -1,327 +1,205 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.jndi
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.jdbc.GenericDriver

    +connect, connect, loadDrivers
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
    +
    +
    Overrides:
    +
    getConnection in class GenericDriver
    +
    Throws:
    +
    SQLException
    + + - - -
    -
    + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jndi/JndiProviderException.html b/docs/api/scriptella/driver/jndi/JndiProviderException.html index 063e395..b005481 100644 --- a/docs/api/scriptella/driver/jndi/JndiProviderException.html +++ b/docs/api/scriptella/driver/jndi/JndiProviderException.html @@ -1,361 +1,223 @@ - - + - + JndiProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.jndi
    -

    Class JndiProviderException

    + +

    Class JndiProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    +
    +

    Methods inherited from class scriptella.jdbc.JdbcException

    +getNativeException, initVendorCodes
    +
    +

    Methods inherited from class scriptella.spi.ProviderException

    +addErrorCode, getErrorCodes, getErrorStatement, setErrorStatement, toString
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          JndiProviderException

          -
          public JndiProviderException(java.lang.String message,
          -                             java.lang.Throwable cause)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            JndiProviderException

            +
            public JndiProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            JndiProviderException

            -
            public JndiProviderException(java.lang.String message)
            +
          • +
            +

            JndiProviderException

            +
            public JndiProviderException(String message)
            +
          +
        • -
        - -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jndi/class-use/Driver.html b/docs/api/scriptella/driver/jndi/class-use/Driver.html index 3ae3abf..7848047 100644 --- a/docs/api/scriptella/driver/jndi/class-use/Driver.html +++ b/docs/api/scriptella/driver/jndi/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.jndi.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.jndi.Driver

    +

    Uses of Class
    scriptella.driver.jndi.Driver

    -
    No usage of scriptella.driver.jndi.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.jndi.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jndi/class-use/JndiProviderException.html b/docs/api/scriptella/driver/jndi/class-use/JndiProviderException.html index 47bab2d..86eb65d 100644 --- a/docs/api/scriptella/driver/jndi/class-use/JndiProviderException.html +++ b/docs/api/scriptella/driver/jndi/class-use/JndiProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.jndi.JndiProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.jndi.JndiProviderException

    +

    Uses of Class
    scriptella.driver.jndi.JndiProviderException

    -
    No usage of scriptella.driver.jndi.JndiProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.jndi.JndiProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jndi/package-frame.html b/docs/api/scriptella/driver/jndi/package-frame.html deleted file mode 100644 index 9a247d2..0000000 --- a/docs/api/scriptella/driver/jndi/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -scriptella.driver.jndi (Scriptella API Documentation) - - - - - -

    scriptella.driver.jndi

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/docs/api/scriptella/driver/jndi/package-summary.html b/docs/api/scriptella/driver/jndi/package-summary.html index 63be7f3..5c5e2a1 100644 --- a/docs/api/scriptella/driver/jndi/package-summary.html +++ b/docs/api/scriptella/driver/jndi/package-summary.html @@ -1,122 +1,72 @@ - - + - + scriptella.driver.jndi (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.jndi

    -
    -
    JNDI Datasource Driver for Scriptella.
    -
    -

    See: Description

    +

    Package scriptella.driver.jndi

    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella driver for JNDI datasources.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      JndiProviderException -
      Thrown to indicate JNDI provider failure.
      -
      -
    • -
    - - - -

    Package scriptella.driver.jndi Description

    +
    +
    package scriptella.driver.jndi
    +
    JNDI Datasource Driver for Scriptella.

    This driver allows to work with JNDI-bound datasource connections, useful in J2EE environment

    @@ -148,55 +98,50 @@

    Example

    #java.naming.factory.initial=jndi.provider.Factory </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/jndi/package-tree.html b/docs/api/scriptella/driver/jndi/package-tree.html index 89200bf..3e6baed 100644 --- a/docs/api/scriptella/driver/jndi/package-tree.html +++ b/docs/api/scriptella/driver/jndi/package-tree.html @@ -1,108 +1,88 @@ - - + - + scriptella.driver.jndi Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.jndi

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/jndi/package-use.html b/docs/api/scriptella/driver/jndi/package-use.html index 426374e..c5a313c 100644 --- a/docs/api/scriptella/driver/jndi/package-use.html +++ b/docs/api/scriptella/driver/jndi/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.jndi (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.jndi

    -
    No usage of scriptella.driver.jndi
    - -
    - - - - - - - +No usage of scriptella.driver.jndi
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/Driver.html b/docs/api/scriptella/driver/ldap/Driver.html index 5e56154..f0d1099 100644 --- a/docs/api/scriptella/driver/ldap/Driver.html +++ b/docs/api/scriptella/driver/ldap/Driver.html @@ -1,306 +1,191 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/LdapConnection.html b/docs/api/scriptella/driver/ldap/LdapConnection.html index 481c18e..f80300e 100644 --- a/docs/api/scriptella/driver/ldap/LdapConnection.html +++ b/docs/api/scriptella/driver/ldap/LdapConnection.html @@ -1,565 +1,425 @@ - - + - + LdapConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap
    -

    Class LdapConnection

    + +

    Class LdapConnection

    -
    - -
    - -
    -
    -
    +
    +
    +

    Fields inherited from class scriptella.spi.AbstractConnection

    +counter
    + - -
    +
    + - - +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/LdapProviderException.html b/docs/api/scriptella/driver/ldap/LdapProviderException.html index d6545e0..333dae1 100644 --- a/docs/api/scriptella/driver/ldap/LdapProviderException.html +++ b/docs/api/scriptella/driver/ldap/LdapProviderException.html @@ -1,428 +1,277 @@ - - + - + LdapProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap
    -

    Class LdapProviderException

    + +

    Class LdapProviderException

    -
    - -
    -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.ProviderException

    +addErrorCode, getErrorCodes, getErrorStatement, getNativeException, toString
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            LdapProviderException

            -
            public LdapProviderException()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              LdapProviderException

              +
              public LdapProviderException()
              +
            • -
            - - - -
              -
            • -

              LdapProviderException

              -
              public LdapProviderException(java.lang.String message)
              +
            • +
              +

              LdapProviderException

              +
              public LdapProviderException(String message)
              +
            • -
            - - - -
              -
            • -

              LdapProviderException

              -
              public LdapProviderException(java.lang.String message,
              -                             java.lang.String errorStatement)
              +
            • +
              +

              LdapProviderException

              +
              public LdapProviderException(String message, + String errorStatement)
              +
            • -
            - - - -
              -
            • -

              LdapProviderException

              -
              public LdapProviderException(java.lang.String message,
              -                             java.lang.String errorStatement,
              -                             java.lang.Throwable cause)
              +
            • +
              +

              LdapProviderException

              +
              public LdapProviderException(String message, + String errorStatement, + Throwable cause)
              +
            • -
            - - - -
              -
            • -

              LdapProviderException

              -
              public LdapProviderException(java.lang.String message,
              -                             java.lang.Throwable cause)
              +
            • +
              +

              LdapProviderException

              +
              public LdapProviderException(String message, + Throwable cause)
              +
            • -
            - - - -
              -
            • -

              LdapProviderException

              -
              public LdapProviderException(java.lang.Throwable cause)
              +
            • +
              +

              LdapProviderException

              +
              public LdapProviderException(Throwable cause)
              +
            +
          • -
          - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/LdifScript.html b/docs/api/scriptella/driver/ldap/LdifScript.html index d203963..38ae470 100644 --- a/docs/api/scriptella/driver/ldap/LdifScript.html +++ b/docs/api/scriptella/driver/ldap/LdifScript.html @@ -1,323 +1,207 @@ - - + - + LdifScript (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap
    -

    Class LdifScript

    + +

    Class LdifScript

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.ldap.LdifScript
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.driver.ldap.LdifScript
      +
      +

      -
      -
      public class LdifScript
      -extends java.lang.Object
      +
      public class LdifScript +extends Object
      Executor for LDIF script.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          voidexecute(java.io.Reader reader, - javax.naming.directory.DirContext ctx, - ParametersCallback parameters) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          void
          +
          execute(Reader reader, + DirContext ctx, + ParametersCallback parameters)
          +
          Executes an LDIF content from the specified reader.
          -
        • protected java.lang.LonggetMaxFileLength() + +
          protected Long
          + +
          Accessor for testing purposes
          -
          protected booleanisReadonly() 
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    protected boolean
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            LdifScript

            -
            public LdifScript(LdapConnection connection)
            +
          • +
            +

            Constructor Details

            + +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              execute

              -
              public void execute(java.io.Reader reader,
              -                    javax.naming.directory.DirContext ctx,
              -                    ParametersCallback parameters)
              -             throws LdapProviderException
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                getMaxFileLength

                -
                protected java.lang.Long getMaxFileLength()
                +
              • +
                +

                getMaxFileLength

                +
                protected Long getMaxFileLength()
                Accessor for testing purposes
                +
              • -
              - - - -
                -
              • -

                isReadonly

                -
                protected boolean isReadonly()
                -
              • -
              +
            • +
              +

              isReadonly

              +
              protected boolean isReadonly()
              +
            +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/SearchFilterQuery.html b/docs/api/scriptella/driver/ldap/SearchFilterQuery.html index be3268d..c00ffbd 100644 --- a/docs/api/scriptella/driver/ldap/SearchFilterQuery.html +++ b/docs/api/scriptella/driver/ldap/SearchFilterQuery.html @@ -1,360 +1,248 @@ - - + - + SearchFilterQuery (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap
    -

    Class SearchFilterQuery

    + +

    Class SearchFilterQuery

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.ldap.SearchFilterQuery
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.ldap.SearchFilterQuery
      +
      +
      +
      All Implemented Interfaces:
      -
      ParametersCallback
      +
      ParametersCallback

      -
      -
      public class SearchFilterQuery
      -extends java.lang.Object
      -implements ParametersCallback
      +
      public class SearchFilterQuery +extends Object +implements ParametersCallback
      Represents an executor for LDAP search filter query(RFC 2254). -

      When execute(String) is called a virtual - row set based on search results is produced. -

      The SearchResult.getAttributes() produces +

      When execute(String) is called a virtual + row set based on search results is produced. +

      The SearchResult.getAttributes() produces columns for a virtual row. The virtual row also contains dn and rdn columns representing a found entry DN and a relative DN respectively.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidexecute(java.lang.String filter) -
      Runs a search specified by filter on a connection.
      -
      java.lang.ObjectgetParameter(java.lang.String name) +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      void
      +
      execute(String filter)
      +
      +
      Runs a search specified by filter on a connection.
      +
      + + +
      Returns the value of parameter specified by name.
      -
    • protected javax.naming.NamingEnumeration<javax.naming.directory.SearchResult>query(LdapConnection connection, - java.lang.String filter) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    +
    + +
    query(LdapConnection connection, + String filter)
    +
     
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/class-use/Driver.html b/docs/api/scriptella/driver/ldap/class-use/Driver.html index 9fcc843..b3025ad 100644 --- a/docs/api/scriptella/driver/ldap/class-use/Driver.html +++ b/docs/api/scriptella/driver/ldap/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.ldap.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.Driver

    +

    Uses of Class
    scriptella.driver.ldap.Driver

    -
    No usage of scriptella.driver.ldap.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.ldap.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/class-use/LdapConnection.html b/docs/api/scriptella/driver/ldap/class-use/LdapConnection.html index c29c638..eb7d6b5 100644 --- a/docs/api/scriptella/driver/ldap/class-use/LdapConnection.html +++ b/docs/api/scriptella/driver/ldap/class-use/LdapConnection.html @@ -1,187 +1,108 @@ - - + - + Uses of Class scriptella.driver.ldap.LdapConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.LdapConnection

    +

    Uses of Class
    scriptella.driver.ldap.LdapConnection

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/ldap/class-use/LdapProviderException.html b/docs/api/scriptella/driver/ldap/class-use/LdapProviderException.html index 16d78e3..a696d22 100644 --- a/docs/api/scriptella/driver/ldap/class-use/LdapProviderException.html +++ b/docs/api/scriptella/driver/ldap/class-use/LdapProviderException.html @@ -1,196 +1,113 @@ - - + - + Uses of Class scriptella.driver.ldap.LdapProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.LdapProviderException

    +

    Uses of Class
    scriptella.driver.ldap.LdapProviderException

    -
    -
    +
    + -
  • - - -

    Uses of LdapProviderException in scriptella.driver.ldap.ldif

    - - - - - - - - - - - - -
    Subclasses of LdapProviderException in scriptella.driver.ldap.ldif 
    Modifier and TypeClass and Description
    class LdifParseException +
  • +
    +

    Uses of LdapProviderException in scriptella.driver.ldap.ldif

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a parse excpetion.
    -
  • -
  • - - -
    - - - - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/driver/ldap/class-use/LdifScript.html b/docs/api/scriptella/driver/ldap/class-use/LdifScript.html index cde6b3b..1a2b624 100644 --- a/docs/api/scriptella/driver/ldap/class-use/LdifScript.html +++ b/docs/api/scriptella/driver/ldap/class-use/LdifScript.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.ldap.LdifScript (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.LdifScript

    +

    Uses of Class
    scriptella.driver.ldap.LdifScript

    -
    No usage of scriptella.driver.ldap.LdifScript
    - -
    - - - - - - - +No usage of scriptella.driver.ldap.LdifScript
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/class-use/SearchFilterQuery.html b/docs/api/scriptella/driver/ldap/class-use/SearchFilterQuery.html index de272a1..c1b893e 100644 --- a/docs/api/scriptella/driver/ldap/class-use/SearchFilterQuery.html +++ b/docs/api/scriptella/driver/ldap/class-use/SearchFilterQuery.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.ldap.SearchFilterQuery (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.SearchFilterQuery

    +

    Uses of Class
    scriptella.driver.ldap.SearchFilterQuery

    -
    No usage of scriptella.driver.ldap.SearchFilterQuery
    - -
    - - - - - - - +No usage of scriptella.driver.ldap.SearchFilterQuery
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/Entry.html b/docs/api/scriptella/driver/ldap/ldif/Entry.html index 939c3cc..c92bdd4 100644 --- a/docs/api/scriptella/driver/ldap/ldif/Entry.html +++ b/docs/api/scriptella/driver/ldap/ldif/Entry.html @@ -1,912 +1,693 @@ - - + - + Entry (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap.ldif
    -

    Class Entry

    + +

    Class Entry

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.ldap.ldif.Entry
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.driver.ldap.ldif.Entry
      +
      +

      -
      -
      public class Entry
      -extends java.lang.Object
      +
      public class Entry +extends Object
      A entry to be populated by an ldif parser. We will have different kind of entries : - added entries - deleted entries - modified entries - RDN modified entries - DN modified entries
      -
      -
      Author:
      +
      +
      Author:
      Apache Directory Project
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - -
          Fields 
          Modifier and TypeField and Description
          static intADD +
        • +
          +

          Field Summary

          +
          Fields
          +
          +
          Modifier and Type
          +
          Field
          +
          Description
          +
          static final int
          + +
          The possible change types
          -
        • static intDELETE 
          static intMODDN 
          static intMODIFY 
          static intMODRDN 
          +
    +
    static final int
    + +
     
    +
    static final int
    + +
     
    +
    static final int
    + +
     
    +
    static final int
    + +
     
    +
    + - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Entry() 
      +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      + +
       
      +
      +
    • -
    - +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - - -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Entry

              -
              public Entry()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                Entry

                +
                public Entry()
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                setDn

                -
                public void setDn(java.lang.String dn)
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  setDn

                  +
                  public void setDn(String dn)
                  Set the Distinguished Name
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  dn - The Distinguished Name
                  +
                • -
                - - - -
                  -
                • -

                  setChangeType

                  -
                  public void setChangeType(int changeType)
                  +
                • +
                  +

                  setChangeType

                  +
                  public void setChangeType(int changeType)
                  Set the modification type
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  changeType - The change type
                  +
                • -
                - - - -
                  -
                • -

                  setChangeType

                  -
                  public void setChangeType(java.lang.String changeType)
                  +
                • +
                  +

                  setChangeType

                  +
                  public void setChangeType(String changeType)
                  Set the change type
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  changeType - The change type
                  +
                • -
                - - - -
                  -
                • -

                  addModificationItem

                  -
                  public void addModificationItem(int modOp,
                  -                                java.lang.String id,
                  -                                java.lang.Object value)
                  +
                • +
                  +

                  addModificationItem

                  +
                  public void addModificationItem(int modOp, + String id, + Object value)
                  Add a modification item
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  modOp - The operation. One of : DirContext.ADD_ATTRIBUTE DirContext.REMOVE_ATTRIBUTE DirContext.REPLACE_ATTRIBUTE
                  id - The attribute's ID
                  value - The attribute's value
                  +
                • -
                - - - -
                  -
                • -

                  addAttribute

                  -
                  public void addAttribute(javax.naming.directory.Attribute attr)
                  +
                • +
                  +

                  addAttribute

                  +
                  public void addAttribute(Attribute attr)
                  Add an attribute to the entry
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  attr - The attribute to be added
                  +
                • -
                - - - -
                  -
                • -

                  addAttribute

                  -
                  public void addAttribute(java.lang.String id,
                  -                         java.lang.Object value)
                  +
                • +
                  +

                  addAttribute

                  +
                  public void addAttribute(String id, + Object value)
                  Add an attribute to the entry
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  id - The attribute ID
                  value - The attribute value
                  +
                • -
                - - - -
                  -
                • -

                  putAttribute

                  -
                  public void putAttribute(java.lang.String id,
                  -                         java.lang.Object value)
                  +
                • +
                  +

                  putAttribute

                  +
                  public void putAttribute(String id, + Object value)
                  Add an attribute value to an existing attribute
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  id - The attribute ID
                  value - The attribute value
                  +
                • -
                - - - -
                  -
                • -

                  getChangeType

                  -
                  public int getChangeType()
                  +
                • +
                  +

                  getChangeType

                  +
                  public int getChangeType()
                  Get the change type
                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  The change type. One of : ADD = 0; MODIFY = 1; MODDN = 2; MODRDN = 3; DELETE = 4;
                  +
                • -
                - - - -
                  -
                • -

                  getModificationItems

                  -
                  public java.util.List<javax.naming.directory.ModificationItem> getModificationItems()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  getModificationItems

                  +
                  public List<ModificationItem> getModificationItems()
                  +
                  +
                  Returns:
                  The list of modification items
                  +
                • -
                - - - -
                  -
                • -

                  getDn

                  -
                  public java.lang.String getDn()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  getDn

                  +
                  public String getDn()
                  +
                  +
                  Returns:
                  The entry Distinguished name
                  +
                • -
                - - - -
                  -
                • -

                  size

                  -
                  public int size()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  size

                  +
                  public int size()
                  +
                  +
                  Returns:
                  The number of entry modifications
                  +
                • -
                - - - -
                  -
                • -

                  get

                  -
                  public javax.naming.directory.Attribute get(java.lang.String attributeId)
                  +
                • +
                  +

                  get

                  +
                  public Attribute get(String attributeId)
                  Returns a attribute given it's id
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  attributeId - The attribute Id
                  -
                  Returns:
                  +
                  Returns:
                  The attribute if it exists
                  +
                • -
                - - - -
                  -
                • -

                  getAttributes

                  -
                  public javax.naming.directory.Attributes getAttributes()
                  +
                • +
                  +

                  getAttributes

                  +
                  public Attributes getAttributes()
                  Get the entry's attributes
                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  An Attributes
                  +
                • -
                - - - -
                  -
                • -

                  isDeleteOldRdn

                  -
                  public boolean isDeleteOldRdn()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  isDeleteOldRdn

                  +
                  public boolean isDeleteOldRdn()
                  +
                  +
                  Returns:
                  True, if the old RDN should be deleted.
                  +
                • -
                - - - -
                  -
                • -

                  setDeleteOldRdn

                  -
                  public void setDeleteOldRdn(boolean deleteOldRdn)
                  +
                • +
                  +

                  setDeleteOldRdn

                  +
                  public void setDeleteOldRdn(boolean deleteOldRdn)
                  Set the flage deleteOldRdn
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  deleteOldRdn - True if the old RDN should be deleted
                  +
                • -
                - - - -
                  -
                • -

                  getNewRdn

                  -
                  public java.lang.String getNewRdn()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  getNewRdn

                  +
                  public String getNewRdn()
                  +
                  +
                  Returns:
                  The new RDN
                  +
                • -
                - - - -
                  -
                • -

                  setNewRdn

                  -
                  public void setNewRdn(java.lang.String newRdn)
                  +
                • +
                  +

                  setNewRdn

                  +
                  public void setNewRdn(String newRdn)
                  Set the new RDN
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  newRdn - The new RDN
                  +
                • -
                - - - -
                  -
                • -

                  getNewSuperior

                  -
                  public java.lang.String getNewSuperior()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  getNewSuperior

                  +
                  public String getNewSuperior()
                  +
                  +
                  Returns:
                  The new superior
                  +
                • -
                - - - -
                  -
                • -

                  setNewSuperior

                  -
                  public void setNewSuperior(java.lang.String newSuperior)
                  +
                • +
                  +

                  setNewSuperior

                  +
                  public void setNewSuperior(String newSuperior)
                  Set the new superior
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  newSuperior - The new Superior
                  +
                • -
                - - - -
                  -
                • -

                  isChangeAdd

                  -
                  public boolean isChangeAdd()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  isChangeAdd

                  +
                  public boolean isChangeAdd()
                  +
                  +
                  Returns:
                  True if the entry is an ADD entry
                  +
                • -
                - - - -
                  -
                • -

                  isChangeDelete

                  -
                  public boolean isChangeDelete()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  isChangeDelete

                  +
                  public boolean isChangeDelete()
                  +
                  +
                  Returns:
                  True if the entry is a DELETE entry
                  +
                • -
                - - - -
                  -
                • -

                  isChangeModDn

                  -
                  public boolean isChangeModDn()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  isChangeModDn

                  +
                  public boolean isChangeModDn()
                  +
                  +
                  Returns:
                  True if the entry is a MODDN entry
                  +
                • -
                - - - -
                  -
                • -

                  isChangeModRdn

                  -
                  public boolean isChangeModRdn()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  isChangeModRdn

                  +
                  public boolean isChangeModRdn()
                  +
                  +
                  Returns:
                  True if the entry is a MODRDN entry
                  +
                • -
                - - - -
                  -
                • -

                  isChangeModify

                  -
                  public boolean isChangeModify()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  isChangeModify

                  +
                  public boolean isChangeModify()
                  +
                  +
                  Returns:
                  True if the entry is a MODIFY entry
                  +
                • -
                - - - -
                  -
                • -

                  isEntry

                  -
                  public boolean isEntry()
                  +
                • +
                  +

                  isEntry

                  +
                  public boolean isEntry()
                  +
                • -
                - - - -
                  -
                • -

                  getControl

                  -
                  public javax.naming.ldap.Control getControl()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  getControl

                  +
                  public Control getControl()
                  +
                  +
                  Returns:
                  The associated control, if any
                  +
                • -
                - - - -
                  -
                • -

                  setControl

                  -
                  public void setControl(javax.naming.ldap.Control control)
                  +
                • +
                  +

                  setControl

                  +
                  public void setControl(Control control)
                  Add a control to the entry
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  control - The control
                  +
                • -
                - - - -
                  -
                • -

                  toString

                  -
                  public java.lang.String toString()
                  +
                • +
                  +

                  toString

                  +
                  public String toString()
                  Return a String representing the Entry
                  -
                  -
                  Overrides:
                  -
                  toString in class java.lang.Object
                  +
                  +
                  Overrides:
                  +
                  toString in class Object
                  +
                +
              -
            • -
            -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/LdifParseException.html b/docs/api/scriptella/driver/ldap/ldif/LdifParseException.html index c090e92..334c009 100644 --- a/docs/api/scriptella/driver/ldap/ldif/LdifParseException.html +++ b/docs/api/scriptella/driver/ldap/ldif/LdifParseException.html @@ -1,347 +1,204 @@ - - + - + LdifParseException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap.ldif
    -

    Class LdifParseException

    + +

    Class LdifParseException

    -
    - -
    -
    -
    -
    -
    - + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          LdifParseException

          -
          public LdifParseException(java.lang.String message)
          -
        • -
        - - - -
          -
        • -

          LdifParseException

          -
          public LdifParseException(java.lang.String message,
          -                          java.lang.String errorStatement)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            LdifParseException

            +
            public LdifParseException(String message)
            +
          • -
          - - - -
            -
          • -

            LdifParseException

            -
            public LdifParseException(java.lang.String message,
            -                          java.lang.String errorStatement,
            -                          java.lang.Throwable cause)
            +
          • +
            +

            LdifParseException

            +
            public LdifParseException(String message, + String errorStatement)
            +
          • -
          - - - -
            -
          • -

            LdifParseException

            -
            public LdifParseException(java.lang.String message,
            -                          java.lang.Throwable cause)
            +
          • +
            +

            LdifParseException

            +
            public LdifParseException(String message, + String errorStatement, + Throwable cause)
            +
          • -
          +
        • +
          +

          LdifParseException

          +
          public LdifParseException(String message, + Throwable cause)
          +
        +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/LdifReader.html b/docs/api/scriptella/driver/ldap/ldif/LdifReader.html index 8a12b04..53da556 100644 --- a/docs/api/scriptella/driver/ldap/ldif/LdifReader.html +++ b/docs/api/scriptella/driver/ldap/ldif/LdifReader.html @@ -1,121 +1,90 @@ - - + - + LdifReader (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap.ldif
    -

    Class LdifReader

    + +

    Class LdifReader

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.ldap.ldif.LdifReader
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.ldap.ldif.LdifReader
      +
      +
      +
      All Implemented Interfaces:
      -
      java.lang.Iterable<Entry>, java.util.Iterator<Entry>
      +
      Iterable<Entry>, Iterator<Entry>

      -
      -
      public class LdifReader
      -extends java.lang.Object
      -implements java.util.Iterator<Entry>, java.lang.Iterable<Entry>
      +
      public class LdifReader +extends Object +implements Iterator<Entry>, Iterable<Entry>
         <ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change>
        

      @@ -209,396 +178,275 @@

      Class LdifReader

      - The ValueSpec rule must accept multilines values. In this case, we have a LF followed by a single space before the continued value.
      -
    • -
    -
    -
    -
    +
    + - - +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface java.lang.Iterable

    +forEach, spliterator
    +
    +

    Methods inherited from interface java.util.Iterator

    +forEachRemaining
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            LdifReader

            -
            public LdifReader(LineIterator in)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              LdifReader

              +
              public LdifReader(LineIterator in)
              A constructor which takes a line iterator.
              -
              -
              Parameters:
              +
              +
              Parameters:
              in - A Reader containing ldif formated input
              -
              Throws:
              -
              LdifParseException - If the file cannot be processed or if the format is incorrect
              +
              Throws:
              +
              LdifParseException - If the file cannot be processed or if the format is incorrect
              +
            • -
            - - - -
              -
            • -

              LdifReader

              -
              public LdifReader(LineIterator in,
              -                  long sizeLimit)
              +
            • +
              +

              LdifReader

              +
              public LdifReader(LineIterator in, + long sizeLimit)
              * A constructor which takes a line iterator and a size limit.
              -
              -
              Parameters:
              +
              +
              Parameters:
              in - A Reader containing ldif formated input
              sizeLimit - maximum file size that can be accepted for an attribute value
              +
            • -
            - - - -
              -
            • -

              LdifReader

              -
              public LdifReader(java.lang.String string)
              +
            • +
              +

              LdifReader

              +
              public LdifReader(String string)
              For testing purposes.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getVersion

              -
              public int getVersion()
              -
              -
              Returns:
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getVersion

                +
                public int getVersion()
                +
                +
                Returns:
                The ldif file version
                +
              • -
              - - - -
                -
              • -

                getSizeLimit

                -
                public long getSizeLimit()
                -
                -
                Returns:
                +
              • +
                +

                getSizeLimit

                +
                public long getSizeLimit()
                +
                +
                Returns:
                The maximum size of a file which is used into an attribute value.
                +
              • -
              - - - -
                -
              • -

                getUriStream

                -
                protected java.io.InputStream getUriStream(java.lang.String uri)
                -                                    throws java.io.IOException
                +
              • +
                +

                getUriStream

                +
                protected InputStream getUriStream(String uri) + throws IOException
                Resolves URI to URL and returns a content stream. This method just creates a new URL, subclasses may chnange this behaviour.
                -
                -
                Parameters:
                +
                +
                Parameters:
                uri - URI to resolve.
                -
                Returns:
                +
                Returns:
                resolved URL content stream.
                -
                Throws:
                -
                java.io.IOException - if an I/O error occurs or URI is malformed.
                +
                Throws:
                +
                IOException - if an I/O error occurs or URI is malformed.
                +
              • -
              - - - -
                -
              • -

                parseAttributeValue

                -
                public void parseAttributeValue(Entry entry,
                -                                java.lang.String line)
                +
              • +
                +

                parseAttributeValue

                +
                public void parseAttributeValue(Entry entry, + String line)
                Parse an AttributeType/AttributeValue
                -
                -
                Parameters:
                +
                +
                Parameters:
                entry - The entry where to store the value
                line - The line to parse
                +
              • -
              - - - -
                -
              • -

                next

                -
                public Entry next()
                +
              • +
                +

                next

                +
                public Entry next()
                Gets the next LDIF on the channel.
                -
                -
                Specified by:
                -
                next in interface java.util.Iterator<Entry>
                -
                Returns:
                +
                +
                Specified by:
                +
                next in interface Iterator<Entry>
                +
                Returns:
                the next LDIF as a String.
                +
              • -
              - - - -
                -
              • -

                hasNext

                -
                public boolean hasNext()
                +
              • +
                +

                hasNext

                +
                public boolean hasNext()
                Tests to see if another LDIF is on the input channel.
                -
                -
                Specified by:
                -
                hasNext in interface java.util.Iterator<Entry>
                -
                Returns:
                +
                +
                Specified by:
                +
                hasNext in interface Iterator<Entry>
                +
                Returns:
                true if another LDIF is available false otherwise.
                +
              • -
              - - - -
                -
              • -

                remove

                -
                public void remove()
                +
              • +
                +

                remove

                +
                public void remove()
                Always throws UnsupportedOperationException!
                -
                -
                Specified by:
                -
                remove in interface java.util.Iterator<Entry>
                -
                See Also:
                -
                Iterator.remove()
                +
                +
                Specified by:
                +
                remove in interface Iterator<Entry>
                +
                See Also:
                +
                + +
                +
              • -
              - - - -
                -
              • -

                iterator

                -
                public java.util.Iterator<Entry> iterator()
                -
                -
                Specified by:
                -
                iterator in interface java.lang.Iterable<Entry>
                -
                Returns:
                +
              • +
                +

                iterator

                +
                public Iterator<Entry> iterator()
                +
                +
                Specified by:
                +
                iterator in interface Iterable<Entry>
                +
                Returns:
                An iterator on the file
                +
              • -
              - - - -
                -
              • -

                containsEntries

                -
                public boolean containsEntries()
                -
                -
                Returns:
                +
              • +
                +

                containsEntries

                +
                public boolean containsEntries()
                +
                +
                Returns:
                True if the ldif file contains entries, fals if it contains changes
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/TrackingLineIterator.html b/docs/api/scriptella/driver/ldap/ldif/TrackingLineIterator.html index f7d903a..445d953 100644 --- a/docs/api/scriptella/driver/ldap/ldif/TrackingLineIterator.html +++ b/docs/api/scriptella/driver/ldap/ldif/TrackingLineIterator.html @@ -1,364 +1,241 @@ - - + - + TrackingLineIterator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.ldap.ldif
    -

    Class TrackingLineIterator

    + +

    Class TrackingLineIterator

    -
    - -
    - -
    -
    -
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      protected java.lang.Stringformat(java.lang.String line) +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      protected String
      +
      format(String line)
      +
      Applies additional formatting to the line read.
      -
    • java.lang.StringgetTrackedLines() 
      voidtrackLines() + + + +
       
      +
      void
      + +
      Starts to track lines.
      -
      - -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
        -
      • - - -

        Methods inherited from interface java.util.Iterator

        -forEachRemaining
      • -
      -
    • -
    +
    +
    + + +
    +

    Methods inherited from class scriptella.expression.LineIterator

    +close, getLineAt, hasNext, next, remove, skip
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface java.util.Iterator

    +forEachRemaining
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            TrackingLineIterator

            -
            public TrackingLineIterator(java.io.Reader in,
            -                            ParametersCallback callback)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              TrackingLineIterator

              +
              public TrackingLineIterator(Reader in, + ParametersCallback callback)
              Creates instance of line iterator.
              -
              -
              Parameters:
              +
              +
              Parameters:
              in - a reader to wrap.
              callback - callback to use for variables substitution.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              format

              -
              protected java.lang.String format(java.lang.String line)
              -
              Description copied from class: LineIterator
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                format

                +
                protected String format(String line)
                +
                Description copied from class: LineIterator
                Applies additional formatting to the line read.

                May be overriden by decorators.

                -
                -
                Overrides:
                -
                format in class LineIterator
                -
                Parameters:
                +
                +
                Overrides:
                +
                format in class LineIterator
                +
                Parameters:
                line - line of text, nulls allowed.
                -
                Returns:
                +
                Returns:
                formatted line.
                +
              • -
              - - - -
                -
              • -

                getTrackedLines

                -
                public java.lang.String getTrackedLines()
                -
                -
                Returns:
                -
                read lines after calling the trackLines().
                +
              • +
                +

                getTrackedLines

                +
                public String getTrackedLines()
                +
                +
                Returns:
                +
                read lines after calling the trackLines().
                +
              • -
              - - - -
                -
              • -

                trackLines

                -
                public void trackLines()
                +
              • +
                +

                trackLines

                +
                public void trackLines()
                Starts to track lines.

                The previously tracked content is cleared.

                -
                -
                See Also:
                -
                getTrackedLines()
                -
                -
              • +
                +
                See Also:
                +
                + +
                +
                +
            +
    -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/class-use/Entry.html b/docs/api/scriptella/driver/ldap/ldif/class-use/Entry.html index 5dc7cda..ea037de 100644 --- a/docs/api/scriptella/driver/ldap/ldif/class-use/Entry.html +++ b/docs/api/scriptella/driver/ldap/ldif/class-use/Entry.html @@ -1,197 +1,112 @@ - - + - + Uses of Class scriptella.driver.ldap.ldif.Entry (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.ldif.Entry

    +

    Uses of Class
    scriptella.driver.ldap.ldif.Entry

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/ldap/ldif/class-use/LdifParseException.html b/docs/api/scriptella/driver/ldap/ldif/class-use/LdifParseException.html index 6882ffd..381af26 100644 --- a/docs/api/scriptella/driver/ldap/ldif/class-use/LdifParseException.html +++ b/docs/api/scriptella/driver/ldap/ldif/class-use/LdifParseException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.ldap.ldif.LdifParseException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.ldif.LdifParseException

    +

    Uses of Class
    scriptella.driver.ldap.ldif.LdifParseException

    -
    No usage of scriptella.driver.ldap.ldif.LdifParseException
    - -
    - - - - - - - +No usage of scriptella.driver.ldap.ldif.LdifParseException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/class-use/LdifReader.html b/docs/api/scriptella/driver/ldap/ldif/class-use/LdifReader.html index f01b3bb..ee645c1 100644 --- a/docs/api/scriptella/driver/ldap/ldif/class-use/LdifReader.html +++ b/docs/api/scriptella/driver/ldap/ldif/class-use/LdifReader.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.ldap.ldif.LdifReader (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.ldif.LdifReader

    +

    Uses of Class
    scriptella.driver.ldap.ldif.LdifReader

    -
    No usage of scriptella.driver.ldap.ldif.LdifReader
    - -
    - - - - - - - +No usage of scriptella.driver.ldap.ldif.LdifReader
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/class-use/TrackingLineIterator.html b/docs/api/scriptella/driver/ldap/ldif/class-use/TrackingLineIterator.html index 2fe86d8..687fd79 100644 --- a/docs/api/scriptella/driver/ldap/ldif/class-use/TrackingLineIterator.html +++ b/docs/api/scriptella/driver/ldap/ldif/class-use/TrackingLineIterator.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.ldap.ldif.TrackingLineIterator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.ldap.ldif.TrackingLineIterator

    +

    Uses of Class
    scriptella.driver.ldap.ldif.TrackingLineIterator

    -
    No usage of scriptella.driver.ldap.ldif.TrackingLineIterator
    - -
    - - - - - - - +No usage of scriptella.driver.ldap.ldif.TrackingLineIterator
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/package-frame.html b/docs/api/scriptella/driver/ldap/ldif/package-frame.html deleted file mode 100644 index c3e2da0..0000000 --- a/docs/api/scriptella/driver/ldap/ldif/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -scriptella.driver.ldap.ldif (Scriptella API Documentation) - - - - - -

    scriptella.driver.ldap.ldif

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/docs/api/scriptella/driver/ldap/ldif/package-summary.html b/docs/api/scriptella/driver/ldap/ldif/package-summary.html index 84d2a99..f3f179e 100644 --- a/docs/api/scriptella/driver/ldap/ldif/package-summary.html +++ b/docs/api/scriptella/driver/ldap/ldif/package-summary.html @@ -1,261 +1,123 @@ - - + - + scriptella.driver.ldap.ldif (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.ldap.ldif

    +

    Package scriptella.driver.ldap.ldif

    +
    +
    +
    package scriptella.driver.ldap.ldif
    +
    +
      +
    • + -
      -
        -
      • - - - - - - - - - - - - - - - - - - - - -
        Class Summary 
        ClassDescription
        Entry + +
      • +
        +
        +
        +
        +
        Class
        +
        Description
        + +
        A entry to be populated by an ldif parser.
        -
      • LdifReader + + +
        +
        Thrown to indicate a parse excpetion.
        +
        + +
        - <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.

        -
        TrackingLineIterator + <ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change> + + +
        Line iterator which tracks read lines.
        -
        -
      • -
      • - - - - - - - - - - - - -
        Exception Summary 
        ExceptionDescription
        LdifParseException -
        Thrown to indicate a parse excpetion.
        -
        -
      • -
      - - - - -

      +

    + + + + +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/ldap/ldif/package-tree.html b/docs/api/scriptella/driver/ldap/ldif/package-tree.html index 892527d..8eb33e9 100644 --- a/docs/api/scriptella/driver/ldap/ldif/package-tree.html +++ b/docs/api/scriptella/driver/ldap/ldif/package-tree.html @@ -1,106 +1,86 @@ - - + - + scriptella.driver.ldap.ldif Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.ldap.ldif

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/ldif/package-use.html b/docs/api/scriptella/driver/ldap/ldif/package-use.html index 931cedf..2004544 100644 --- a/docs/api/scriptella/driver/ldap/ldif/package-use.html +++ b/docs/api/scriptella/driver/ldap/ldif/package-use.html @@ -1,161 +1,88 @@ - - + - + Uses of Package scriptella.driver.ldap.ldif (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.ldap.ldif

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/ldap/package-frame.html b/docs/api/scriptella/driver/ldap/package-frame.html deleted file mode 100644 index f397d8b..0000000 --- a/docs/api/scriptella/driver/ldap/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -scriptella.driver.ldap (Scriptella API Documentation) - - - - - -

    scriptella.driver.ldap

    - - - diff --git a/docs/api/scriptella/driver/ldap/package-summary.html b/docs/api/scriptella/driver/ldap/package-summary.html index 653b149..1e1ce38 100644 --- a/docs/api/scriptella/driver/ldap/package-summary.html +++ b/docs/api/scriptella/driver/ldap/package-summary.html @@ -1,140 +1,72 @@ - - + - + scriptella.driver.ldap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.ldap

    -
    -
    LDAP Driver for Scriptella.
    +

    Package scriptella.driver.ldap

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Driver for LDAP.
      -
      LdapConnection -
      Represents a connection to a directory context.
      -
      LdifScript -
      Executor for LDIF script.
      -
      SearchFilterQuery -
      Represents an executor for LDAP search filter query(RFC 2254).
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      LdapProviderException -
      Thrown by LDAP Provider to indicate a failure.
      -
      -
    • -
    - - - -

    Package scriptella.driver.ldap Description

    +
    +
    package scriptella.driver.ldap
    +

    LDAP Driver for Scriptella.

    This driver allows to execute LDIF scripts and search filter queries.

    Details of LDIF syntax are described in RFC 2849, @@ -207,7 +139,7 @@

    Example

    <query> - <![CDATA[(&(objectClass=groupOfUniqueNames)(uniqueMember=$dn))]]> + <![CDATA[(&(objectClass=groupOfUniqueNames)(uniqueMember=$dn))]]> </query> <script> @@ -222,55 +154,64 @@

    Example

    and perform a search for entries satisfying specified search filter, $ is used for variables/expressions subsitution.

    The script element is used to add ou=people,dc=scriptella entry.

    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/ldap/package-tree.html b/docs/api/scriptella/driver/ldap/package-tree.html index 2da5f3a..85c0da6 100644 --- a/docs/api/scriptella/driver/ldap/package-tree.html +++ b/docs/api/scriptella/driver/ldap/package-tree.html @@ -1,109 +1,89 @@ - - + - + scriptella.driver.ldap Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.ldap

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/ldap/package-use.html b/docs/api/scriptella/driver/ldap/package-use.html index 92a2379..0f4c55f 100644 --- a/docs/api/scriptella/driver/ldap/package-use.html +++ b/docs/api/scriptella/driver/ldap/package-use.html @@ -1,189 +1,109 @@ - - + - + Uses of Package scriptella.driver.ldap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.ldap

    -
    -
    +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.driver.ldap used by scriptella.driver.ldap.ldif 
    Class and Description
    LdapProviderException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Thrown by LDAP Provider to indicate a failure.
    -
  • -
  • -
    - - - - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/mail/Driver.html b/docs/api/scriptella/driver/mail/Driver.html index a77cc42..4b85ada 100644 --- a/docs/api/scriptella/driver/mail/Driver.html +++ b/docs/api/scriptella/driver/mail/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.mail
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mail/MailConnection.html b/docs/api/scriptella/driver/mail/MailConnection.html index c020a65..740d70a 100644 --- a/docs/api/scriptella/driver/mail/MailConnection.html +++ b/docs/api/scriptella/driver/mail/MailConnection.html @@ -1,125 +1,91 @@ - - + - + MailConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.mail
    -

    Class MailConnection

    + +

    Class MailConnection

    -
    - -
    -
    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    +
    static final String
    + +
     
    +
    static final String
    + +
     
    +
    +
    +

    Fields inherited from class scriptella.spi.AbstractConnection

    +counter
    + - -
    + + - - + + + + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
    +
    +
    See Also:
    +
    + +
    + - - - - -
      -
    • -

      SUBJECT

      -
      public static final java.lang.String SUBJECT
      +
    • +
      +

      SUBJECT

      +
      public static final String SUBJECT
      Name of the subject connection property. Specifies e-mail subject.
      -
      -
      See Also:
      -
      Constant Field Values
      +
      +
      See Also:
      +
      + +
      +
    • -
    - - - - - - - - + - - + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          MailProviderException

          -
          public MailProviderException()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            MailProviderException

            +
            public MailProviderException()
            +
          • -
          - - - -
            -
          • -

            MailProviderException

            -
            public MailProviderException(java.lang.String message)
            +
          • +
            +

            MailProviderException

            +
            public MailProviderException(String message)
            +
          • -
          - - - -
            -
          • -

            MailProviderException

            -
            public MailProviderException(java.lang.String message,
            -                             java.lang.Throwable cause)
            +
          • +
            +

            MailProviderException

            +
            public MailProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            MailProviderException

            -
            public MailProviderException(java.lang.Throwable cause)
            +
          • +
            +

            MailProviderException

            +
            public MailProviderException(Throwable cause)
            +
          +
        • -
        - - - +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mail/class-use/Driver.html b/docs/api/scriptella/driver/mail/class-use/Driver.html index c1fa879..a4cab7c 100644 --- a/docs/api/scriptella/driver/mail/class-use/Driver.html +++ b/docs/api/scriptella/driver/mail/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.mail.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.mail.Driver

    +

    Uses of Class
    scriptella.driver.mail.Driver

    -
    No usage of scriptella.driver.mail.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.mail.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mail/class-use/MailConnection.html b/docs/api/scriptella/driver/mail/class-use/MailConnection.html index 1521a64..fed7674 100644 --- a/docs/api/scriptella/driver/mail/class-use/MailConnection.html +++ b/docs/api/scriptella/driver/mail/class-use/MailConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.mail.MailConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.mail.MailConnection

    +

    Uses of Class
    scriptella.driver.mail.MailConnection

    -
    No usage of scriptella.driver.mail.MailConnection
    - -
    - - - - - - - +No usage of scriptella.driver.mail.MailConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mail/class-use/MailProviderException.html b/docs/api/scriptella/driver/mail/class-use/MailProviderException.html index f64c9f9..64dd97f 100644 --- a/docs/api/scriptella/driver/mail/class-use/MailProviderException.html +++ b/docs/api/scriptella/driver/mail/class-use/MailProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.mail.MailProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.mail.MailProviderException

    +

    Uses of Class
    scriptella.driver.mail.MailProviderException

    -
    No usage of scriptella.driver.mail.MailProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.mail.MailProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mail/package-frame.html b/docs/api/scriptella/driver/mail/package-frame.html deleted file mode 100644 index 59a8731..0000000 --- a/docs/api/scriptella/driver/mail/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -scriptella.driver.mail (Scriptella API Documentation) - - - - - -

    scriptella.driver.mail

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/docs/api/scriptella/driver/mail/package-summary.html b/docs/api/scriptella/driver/mail/package-summary.html index a9f3423..afff8c9 100644 --- a/docs/api/scriptella/driver/mail/package-summary.html +++ b/docs/api/scriptella/driver/mail/package-summary.html @@ -1,128 +1,72 @@ - - + - + scriptella.driver.mail (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.mail

    -
    -
    E-Mail Driver for Scriptella.
    -
    -

    See: Description

    +

    Package scriptella.driver.mail

    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Represents a JavaMail driver.
      -
      MailConnection -
      Represents a JavaMail connection.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      MailProviderException -
      Thrown to indicate a problem with EMail producing/sending.
      -
      -
    • -
    - - - -

    Package scriptella.driver.mail Description

    +
    +
    package scriptella.driver.mail
    +

    E-Mail Driver for Scriptella.

    Allows sending E-Mails via SMTP.

    General information

    @@ -247,55 +191,54 @@

    Examples

    </etl>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/mail/package-tree.html b/docs/api/scriptella/driver/mail/package-tree.html index d8ec502..65b855e 100644 --- a/docs/api/scriptella/driver/mail/package-tree.html +++ b/docs/api/scriptella/driver/mail/package-tree.html @@ -1,107 +1,87 @@ - - + - + scriptella.driver.mail Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.mail

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mail/package-use.html b/docs/api/scriptella/driver/mail/package-use.html index 6d16e40..c37114a 100644 --- a/docs/api/scriptella/driver/mail/package-use.html +++ b/docs/api/scriptella/driver/mail/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.mail (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.mail

    -
    No usage of scriptella.driver.mail
    - -
    - - - - - - - +No usage of scriptella.driver.mail
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mssql/Driver.html b/docs/api/scriptella/driver/mssql/Driver.html index 1a56019..081c021 100644 --- a/docs/api/scriptella/driver/mssql/Driver.html +++ b/docs/api/scriptella/driver/mssql/Driver.html @@ -1,124 +1,89 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.mssql
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    -

    For configuration details and examples see overview page.

    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Kirill Volgin
    - - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            MSSQL_2005_DRIVER_NAME

            -
            public static final java.lang.String MSSQL_2005_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + - - - -
              -
            • -

              MSSQL_2000_DRIVER_NAME

              -
              public static final java.lang.String MSSQL_2000_DRIVER_NAME
              -
              -
              See Also:
              -
              Constant Field Values
              +
            • +
              +

              MSSQL_2000_DRIVER_NAME

              +
              public static final String MSSQL_2000_DRIVER_NAME
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              MSSQL_TDS_DRIVER_NAME

              -
              public static final java.lang.String MSSQL_TDS_DRIVER_NAME
              -
              -
              See Also:
              -
              Constant Field Values
              +
            • +
              +

              MSSQL_TDS_DRIVER_NAME

              +
              public static final String MSSQL_TDS_DRIVER_NAME
              +
              +
              See Also:
              +
              + +
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mssql/class-use/Driver.html b/docs/api/scriptella/driver/mssql/class-use/Driver.html index e00ce66..3aac64a 100644 --- a/docs/api/scriptella/driver/mssql/class-use/Driver.html +++ b/docs/api/scriptella/driver/mssql/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.mssql.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.mssql.Driver

    +

    Uses of Class
    scriptella.driver.mssql.Driver

    -
    No usage of scriptella.driver.mssql.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.mssql.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mssql/package-frame.html b/docs/api/scriptella/driver/mssql/package-frame.html deleted file mode 100644 index 2785390..0000000 --- a/docs/api/scriptella/driver/mssql/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.mssql (Scriptella API Documentation) - - - - - -

    scriptella.driver.mssql

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/mssql/package-summary.html b/docs/api/scriptella/driver/mssql/package-summary.html index 690f0a3..20b9923 100644 --- a/docs/api/scriptella/driver/mssql/package-summary.html +++ b/docs/api/scriptella/driver/mssql/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.mssql (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.mssql

    -
    -
    Microsoft SQL Server Driver Adapter for Scriptella.
    +

    Package scriptella.driver.mssql

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for Microsoft SQL Server database JDBC driver.
      -
      -
    • -
    - - - -

    Package scriptella.driver.mssql Description

    +
    +
    package scriptella.driver.mssql
    +
    Microsoft SQL Server Driver Adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    Note: The driver tries to load any available JDBC driver for Microsoft SQL Server. @@ -116,8 +79,8 @@

    General information

    Runtime dependencies: Any driver from the following list: @@ -140,55 +103,44 @@

    Examples

    <connection id="c2" driver="mssql" url="jdbc:jtds:sqlserver://host/test" user="username" password="password"> </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/mssql/package-tree.html b/docs/api/scriptella/driver/mssql/package-tree.html index 455516a..5e2e5a2 100644 --- a/docs/api/scriptella/driver/mssql/package-tree.html +++ b/docs/api/scriptella/driver/mssql/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.mssql Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.mssql

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mssql/package-use.html b/docs/api/scriptella/driver/mssql/package-use.html index 072b3dc..d01d79a 100644 --- a/docs/api/scriptella/driver/mssql/package-use.html +++ b/docs/api/scriptella/driver/mssql/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.mssql (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.mssql

    -
    No usage of scriptella.driver.mssql
    - -
    - - - - - - - +No usage of scriptella.driver.mssql
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mysql/Driver.html b/docs/api/scriptella/driver/mysql/Driver.html index cba2080..ae593da 100644 --- a/docs/api/scriptella/driver/mysql/Driver.html +++ b/docs/api/scriptella/driver/mysql/Driver.html @@ -1,315 +1,193 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.mysql
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            MYSQL_DRIVER_NAME

            -
            public static final java.lang.String MYSQL_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mysql/class-use/Driver.html b/docs/api/scriptella/driver/mysql/class-use/Driver.html index a35a6a0..66c7606 100644 --- a/docs/api/scriptella/driver/mysql/class-use/Driver.html +++ b/docs/api/scriptella/driver/mysql/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.mysql.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.mysql.Driver

    +

    Uses of Class
    scriptella.driver.mysql.Driver

    -
    No usage of scriptella.driver.mysql.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.mysql.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mysql/package-frame.html b/docs/api/scriptella/driver/mysql/package-frame.html deleted file mode 100644 index 05482aa..0000000 --- a/docs/api/scriptella/driver/mysql/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.mysql (Scriptella API Documentation) - - - - - -

    scriptella.driver.mysql

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/mysql/package-summary.html b/docs/api/scriptella/driver/mysql/package-summary.html index f48cba8..6d151e4 100644 --- a/docs/api/scriptella/driver/mysql/package-summary.html +++ b/docs/api/scriptella/driver/mysql/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.mysql (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.mysql

    -
    -
    MySQL Driver(Connector/J) adapter for Scriptella.
    +

    Package scriptella.driver.mysql

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for MySQL database.
      -
      -
    • -
    - - - -

    Package scriptella.driver.mysql Description

    +
    +
    package scriptella.driver.mysql
    +
    MySQL Driver(Connector/J) adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    General information

    @@ -151,55 +114,44 @@

    Examples

    statement.separator=$$ </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/mysql/package-tree.html b/docs/api/scriptella/driver/mysql/package-tree.html index 41b600d..522c26b 100644 --- a/docs/api/scriptella/driver/mysql/package-tree.html +++ b/docs/api/scriptella/driver/mysql/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.mysql Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.mysql

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/mysql/package-use.html b/docs/api/scriptella/driver/mysql/package-use.html index 8f5ef09..125103e 100644 --- a/docs/api/scriptella/driver/mysql/package-use.html +++ b/docs/api/scriptella/driver/mysql/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.mysql (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.mysql

    -
    No usage of scriptella.driver.mysql
    - -
    - - - - - - - +No usage of scriptella.driver.mysql
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/odbc/Driver.html b/docs/api/scriptella/driver/odbc/Driver.html deleted file mode 100644 index c61c448..0000000 --- a/docs/api/scriptella/driver/odbc/Driver.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - -Driver (Scriptella API Documentation) - - - - - - - - - - - - -
    -
    scriptella.driver.odbc
    -

    Class Driver

    -
    -
    - -
    -
      -
    • -
      -
      All Implemented Interfaces:
      -
      ScriptellaDriver
      -
      -
      -
      -
      public class Driver
      -extends GenericDriver
      -
      Scriptella Adapter for Sun's JDBC-ODBC driver. - -

      For configuration details and examples see overview page.

      -
      -
      Version:
      -
      1.0
      -
      Author:
      -
      Fyodor Kupolov
      -
      -
    • -
    -
    -
    - -
    -
    -
      -
    • - -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          ODBC_DRIVER_NAME

          -
          public static final java.lang.String ODBC_DRIVER_NAME
          -
          -
          See Also:
          -
          Constant Field Values
          -
          -
        • -
        -
      • -
      - -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          Driver

          -
          public Driver()
          -
        • -
        -
      • -
      -
    • -
    -
    -
    - - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/odbc/class-use/Driver.html b/docs/api/scriptella/driver/odbc/class-use/Driver.html deleted file mode 100644 index 9dcf9ca..0000000 --- a/docs/api/scriptella/driver/odbc/class-use/Driver.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - -Uses of Class scriptella.driver.odbc.Driver (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Uses of Class
    scriptella.driver.odbc.Driver

    -
    -
    No usage of scriptella.driver.odbc.Driver
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/odbc/package-frame.html b/docs/api/scriptella/driver/odbc/package-frame.html deleted file mode 100644 index 390290e..0000000 --- a/docs/api/scriptella/driver/odbc/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.odbc (Scriptella API Documentation) - - - - - -

    scriptella.driver.odbc

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/odbc/package-summary.html b/docs/api/scriptella/driver/odbc/package-summary.html deleted file mode 100644 index 6bfa0e3..0000000 --- a/docs/api/scriptella/driver/odbc/package-summary.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - -scriptella.driver.odbc (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Package scriptella.driver.odbc

    -
    -
    The JDBC-ODBC Bridge Adapter for Scriptella.
    -
    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for Sun's JDBC-ODBC driver.
      -
      -
    • -
    - - - -

    Package scriptella.driver.odbc Description

    -

    The JDBC-ODBC Bridge Adapter for Scriptella.

    -The JDBC-ODBC Bridge is a JDBC driver that implements JDBC operations by translating them into ODBC operations. To ODBC it appears as a normal application program. The Bridge implements JDBC for any database for which an ODBC driver is available. The Bridge is implemented as the sun.jdbc.odbc Java package and contains a native library used to access ODBC. -

    See Overview of JDBC package for a description of common features and connection properties.

    -

    General information

    - - - - - - - - - - -
    Driver class:scriptella.driver.odbc.Driver
    URL:Same as for Sun's JDBC-ODBC Bridge.
    Runtime dependencies:None
    -

    Driver Specific Properties

    - - - - - - -
    NameDescriptionRequired
    - -

    Examples

    -
    -    <connection url="jdbc:odbc:DRIVER={Microsoft Access Driver (*.mdb)};DBQ=Northwind.mdb"/>
    -
    -
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/odbc/package-tree.html b/docs/api/scriptella/driver/odbc/package-tree.html deleted file mode 100644 index a976473..0000000 --- a/docs/api/scriptella/driver/odbc/package-tree.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - -scriptella.driver.odbc Class Hierarchy (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Hierarchy For Package scriptella.driver.odbc

    -Package Hierarchies: - -
    -
    -

    Class Hierarchy

    - -
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/odbc/package-use.html b/docs/api/scriptella/driver/odbc/package-use.html deleted file mode 100644 index 7574d04..0000000 --- a/docs/api/scriptella/driver/odbc/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - -Uses of Package scriptella.driver.odbc (Scriptella API Documentation) - - - - - - - - - - - -
    -

    Uses of Package
    scriptella.driver.odbc

    -
    -
    No usage of scriptella.driver.odbc
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    - - diff --git a/docs/api/scriptella/driver/oracle/Driver.html b/docs/api/scriptella/driver/oracle/Driver.html index 48d6c05..310a62c 100644 --- a/docs/api/scriptella/driver/oracle/Driver.html +++ b/docs/api/scriptella/driver/oracle/Driver.html @@ -1,367 +1,242 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.oracle
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.jdbc.GenericDriver

    +connect, getConnection, loadDrivers
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            ORACLE_DRIVER_NAME

            -
            public static final java.lang.String ORACLE_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                Driver

                +
                public Driver()
                +
              +
            • -
            - -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/oracle/OracleConnection.html b/docs/api/scriptella/driver/oracle/OracleConnection.html index 417523e..d644d45 100644 --- a/docs/api/scriptella/driver/oracle/OracleConnection.html +++ b/docs/api/scriptella/driver/oracle/OracleConnection.html @@ -1,357 +1,225 @@ - - + - + OracleConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.oracle
    -

    Class OracleConnection

    + +

    Class OracleConnection

    -
    - -
    - -
    -
    -
    +
    + +
    +

    Fields inherited from class scriptella.spi.AbstractConnection

    +counter
    + - - +
    +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/oracle/class-use/Driver.html b/docs/api/scriptella/driver/oracle/class-use/Driver.html index ab79d15..8301137 100644 --- a/docs/api/scriptella/driver/oracle/class-use/Driver.html +++ b/docs/api/scriptella/driver/oracle/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.oracle.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.oracle.Driver

    +

    Uses of Class
    scriptella.driver.oracle.Driver

    -
    No usage of scriptella.driver.oracle.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.oracle.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/oracle/class-use/OracleConnection.html b/docs/api/scriptella/driver/oracle/class-use/OracleConnection.html index aa9e986..22429da 100644 --- a/docs/api/scriptella/driver/oracle/class-use/OracleConnection.html +++ b/docs/api/scriptella/driver/oracle/class-use/OracleConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.oracle.OracleConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.oracle.OracleConnection

    +

    Uses of Class
    scriptella.driver.oracle.OracleConnection

    -
    No usage of scriptella.driver.oracle.OracleConnection
    - -
    - - - - - - - +No usage of scriptella.driver.oracle.OracleConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/oracle/package-frame.html b/docs/api/scriptella/driver/oracle/package-frame.html deleted file mode 100644 index 12d1118..0000000 --- a/docs/api/scriptella/driver/oracle/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - -scriptella.driver.oracle (Scriptella API Documentation) - - - - - -

    scriptella.driver.oracle

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/oracle/package-summary.html b/docs/api/scriptella/driver/oracle/package-summary.html index 0417339..ea82a8e 100644 --- a/docs/api/scriptella/driver/oracle/package-summary.html +++ b/docs/api/scriptella/driver/oracle/package-summary.html @@ -1,111 +1,68 @@ - - + - + scriptella.driver.oracle (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.oracle

    -
    -
    Oracle Driver Adapter for Scriptella.
    -
    -

    See: Description

    +

    Package scriptella.driver.oracle

    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for Oracle database.
      -
      OracleConnection -
      Oracle connection wrapper.
      -
      -
    • -
    - - - -

    Package scriptella.driver.oracle Description

    +
    +
    package scriptella.driver.oracle
    +
    Oracle Driver Adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    General information

    @@ -157,55 +114,48 @@

    Examples

    </script>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/oracle/package-tree.html b/docs/api/scriptella/driver/oracle/package-tree.html index 5f194ab..5ff3346 100644 --- a/docs/api/scriptella/driver/oracle/package-tree.html +++ b/docs/api/scriptella/driver/oracle/package-tree.html @@ -1,100 +1,80 @@ - - + - + scriptella.driver.oracle Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.oracle

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/oracle/package-use.html b/docs/api/scriptella/driver/oracle/package-use.html index b0b7ccc..bf6904f 100644 --- a/docs/api/scriptella/driver/oracle/package-use.html +++ b/docs/api/scriptella/driver/oracle/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.oracle (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.oracle

    -
    No usage of scriptella.driver.oracle
    - -
    - - - - - - - +No usage of scriptella.driver.oracle
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/package-frame.html b/docs/api/scriptella/driver/package-frame.html deleted file mode 100644 index 14030a7..0000000 --- a/docs/api/scriptella/driver/package-frame.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -scriptella.driver (Scriptella API Documentation) - - - - - -

    scriptella.driver

    - - diff --git a/docs/api/scriptella/driver/package-summary.html b/docs/api/scriptella/driver/package-summary.html index 376df0d..2b52cf8 100644 --- a/docs/api/scriptella/driver/package-summary.html +++ b/docs/api/scriptella/driver/package-summary.html @@ -1,140 +1,82 @@ - - + - + scriptella.driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver

    -
    -
    Parent package for Scriptella drivers.
    -
    -

    See: Description

    +

    Package scriptella.driver

    -
    - - -

    Package scriptella.driver Description

    +
    +
    package scriptella.driver
    +
    Parent package for Scriptella drivers.

    This package is the recommended namespace for drivers. Scriptella's driver lookup automatically searches for driver classes in this package without requiring a fully qualified class name. The search procedure is - described in DriverFactory.

    -
    - -
    - - - - - - - + described in DriverFactory.
    + +
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/package-tree.html b/docs/api/scriptella/driver/package-tree.html index 9b0b924..bc03ba9 100644 --- a/docs/api/scriptella/driver/package-tree.html +++ b/docs/api/scriptella/driver/package-tree.html @@ -1,129 +1,68 @@ - - + - + scriptella.driver Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver

    -Package Hierarchies: +Package Hierarchies:
    - -
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/package-use.html b/docs/api/scriptella/driver/package-use.html index ed7457b..7fde3f9 100644 --- a/docs/api/scriptella/driver/package-use.html +++ b/docs/api/scriptella/driver/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver

    -
    No usage of scriptella.driver
    - -
    - - - - - - - +No usage of scriptella.driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/postgresql/Driver.html b/docs/api/scriptella/driver/postgresql/Driver.html index f910025..8e8c34f 100644 --- a/docs/api/scriptella/driver/postgresql/Driver.html +++ b/docs/api/scriptella/driver/postgresql/Driver.html @@ -1,319 +1,197 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.postgresql
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            POSTGRESQL_DRIVER_NAME

            -
            public static final java.lang.String POSTGRESQL_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/postgresql/class-use/Driver.html b/docs/api/scriptella/driver/postgresql/class-use/Driver.html index 3b33298..4ceff88 100644 --- a/docs/api/scriptella/driver/postgresql/class-use/Driver.html +++ b/docs/api/scriptella/driver/postgresql/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.postgresql.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.postgresql.Driver

    +

    Uses of Class
    scriptella.driver.postgresql.Driver

    -
    No usage of scriptella.driver.postgresql.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.postgresql.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/postgresql/package-frame.html b/docs/api/scriptella/driver/postgresql/package-frame.html deleted file mode 100644 index a7f7d03..0000000 --- a/docs/api/scriptella/driver/postgresql/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.postgresql (Scriptella API Documentation) - - - - - -

    scriptella.driver.postgresql

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/postgresql/package-summary.html b/docs/api/scriptella/driver/postgresql/package-summary.html index a469639..881a2df 100644 --- a/docs/api/scriptella/driver/postgresql/package-summary.html +++ b/docs/api/scriptella/driver/postgresql/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.postgresql (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.postgresql

    -
    -
    PostgreSQL Driver Adapter for Scriptella.
    +

    Package scriptella.driver.postgresql

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for PostgreSQL database.
      -
      -
    • -
    - - - -

    Package scriptella.driver.postgresql Description

    +
    +
    package scriptella.driver.postgresql
    +
    PostgreSQL Driver Adapter for Scriptella.

    See Overview of JDBC package for a description of common features and connection properties.

    General information

    @@ -129,55 +92,44 @@

    Examples

    <connection url="jdbc:postgresql://localhost:5432/test" user="username" password="password"> </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/postgresql/package-tree.html b/docs/api/scriptella/driver/postgresql/package-tree.html index 0ebb934..f204515 100644 --- a/docs/api/scriptella/driver/postgresql/package-tree.html +++ b/docs/api/scriptella/driver/postgresql/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.postgresql Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.postgresql

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/postgresql/package-use.html b/docs/api/scriptella/driver/postgresql/package-use.html index 3cc2663..eb6e37f 100644 --- a/docs/api/scriptella/driver/postgresql/package-use.html +++ b/docs/api/scriptella/driver/postgresql/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.postgresql (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.postgresql

    -
    No usage of scriptella.driver.postgresql
    - -
    - - - - - - - +No usage of scriptella.driver.postgresql
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/BindingsParametersCallback.html b/docs/api/scriptella/driver/script/BindingsParametersCallback.html index 8622fe0..20822e2 100644 --- a/docs/api/scriptella/driver/script/BindingsParametersCallback.html +++ b/docs/api/scriptella/driver/script/BindingsParametersCallback.html @@ -1,312 +1,182 @@ - - + - + BindingsParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.script
    -

    Class BindingsParametersCallback

    + +

    Class BindingsParametersCallback

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            BindingsParametersCallback

            -
            public BindingsParametersCallback(ParametersCallback parentParameters)
            -
          • -
          - - - -
            -
          • -

            BindingsParametersCallback

            -
            public BindingsParametersCallback(ParametersCallback parentParameters,
            -                                  QueryCallback queryCallback)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              BindingsParametersCallback

              +
              public BindingsParametersCallback(ParametersCallback parentParameters)
              +
            • -
            +
          • +
            +

            BindingsParametersCallback

            +
            public BindingsParametersCallback(ParametersCallback parentParameters, + QueryCallback queryCallback)
            +
          +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/Driver.html b/docs/api/scriptella/driver/script/Driver.html index 9354145..ab2a0bb 100644 --- a/docs/api/scriptella/driver/script/Driver.html +++ b/docs/api/scriptella/driver/script/Driver.html @@ -1,308 +1,193 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.script
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/MissingQueryNextCallDetector.html b/docs/api/scriptella/driver/script/MissingQueryNextCallDetector.html index 4b96412..1d62f8a 100644 --- a/docs/api/scriptella/driver/script/MissingQueryNextCallDetector.html +++ b/docs/api/scriptella/driver/script/MissingQueryNextCallDetector.html @@ -1,298 +1,194 @@ - - + - + MissingQueryNextCallDetector (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.script
    -

    Class MissingQueryNextCallDetector

    + +

    Class MissingQueryNextCallDetector

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.script.MissingQueryNextCallDetector
      • -
      -
    • -
    -
    -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - - -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              detectMissingQueryNextCall

              -
              public boolean detectMissingQueryNextCall()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                detectMissingQueryNextCall

                +
                public boolean detectMissingQueryNextCall()
                Detects if a query.next() call is missing by using the following rules:
                • query.isNextCalled return false, i.e. it was never called
                • -
                • Heuristically checks that the source code of the script contains query.next(), by using the regex QUERY_NEXT_CALL. +
                • Heuristically checks that the source code of the script contains query.next(), by using the regex QUERY_NEXT_CALL.
                -
                -
                Returns:
                +
                +
                Returns:
                true if missing query.next() was detected
                +
              +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/NashornBindingsParametersCallback.html b/docs/api/scriptella/driver/script/NashornBindingsParametersCallback.html index 837b05f..fc886c0 100644 --- a/docs/api/scriptella/driver/script/NashornBindingsParametersCallback.html +++ b/docs/api/scriptella/driver/script/NashornBindingsParametersCallback.html @@ -1,446 +1,298 @@ - - + - + NashornBindingsParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.script
    -

    Class NashornBindingsParametersCallback

    + +

    Class NashornBindingsParametersCallback

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.driver.script.ParametersCallbackMap

    +clear, containsValue, entrySet, isEmpty, isNextCalled, keySet, next, putAll, remove, setQueryCallback, size, values
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface javax.script.Bindings

    +putAll, remove
    + + -
    -
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/ParametersCallbackMap.html b/docs/api/scriptella/driver/script/ParametersCallbackMap.html index 1ea1a4a..f39c0c7 100644 --- a/docs/api/scriptella/driver/script/ParametersCallbackMap.html +++ b/docs/api/scriptella/driver/script/ParametersCallbackMap.html @@ -1,654 +1,472 @@ - - + - + ParametersCallbackMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.script
    -

    Class ParametersCallbackMap

    + +

    Class ParametersCallbackMap

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.script.ParametersCallbackMap
      • -
      -
    • -
    -
    - -
    -
    -
    +
    + - - +
    +
    int
    + +
     
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ParametersCallbackMap

            -
            public ParametersCallbackMap(ParametersCallback parentParameters)
            -
            Initializes instance and set parent parameters to use in getParameter(String).
            -
            -
            Parameters:
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ParametersCallbackMap

              +
              public ParametersCallbackMap(ParametersCallback parentParameters)
              +
              Initializes instance and set parent parameters to use in getParameter(String).
              +
              +
              Parameters:
              parentParameters - parent parameters.
              +
            • -
            - - - -
              -
            • -

              ParametersCallbackMap

              -
              public ParametersCallbackMap(ParametersCallback parentParameters,
              -                             QueryCallback queryCallback)
              +
            • +
              +

              ParametersCallbackMap

              +
              public ParametersCallbackMap(ParametersCallback parentParameters, + QueryCallback queryCallback)
              Initializes parameters callback for query element.
              -
              -
              Parameters:
              +
              +
              Parameters:
              parentParameters - parent parameters.
              queryCallback - callback to notify on row iteration.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getParameter

              -
              public java.lang.Object getParameter(java.lang.String name)
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                get

                -
                public java.lang.Object get(java.lang.Object key)
                - -
                -
                Specified by:
                -
                get in interface java.util.Map<java.lang.String,java.lang.Object>
                -
                Parameters:
                +
              • +
                +

                get

                +
                public Object get(Object key)
                + +
                +
                Specified by:
                +
                get in interface Map<String,Object>
                +
                Parameters:
                key - variable name.
                -
                Returns:
                +
                Returns:
                value of variable.
                +
              • -
              - - - -
                -
              • -

                containsKey

                -
                public boolean containsKey(java.lang.Object key)
                -
                -
                Specified by:
                -
                containsKey in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                containsKey

                +
                public boolean containsKey(Object key)
                +
                +
                Specified by:
                +
                containsKey in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                put

                -
                public java.lang.Object put(java.lang.String key,
                -                            java.lang.Object value)
                +
              • +
                +

                put

                +
                public Object put(String key, + Object value)
                Sets local variable.
                -
                -
                Specified by:
                -
                put in interface java.util.Map<java.lang.String,java.lang.Object>
                -
                Parameters:
                +
                +
                Specified by:
                +
                put in interface Map<String,Object>
                +
                Parameters:
                key - variable name.
                value - variable value.
                -
                Returns:
                +
                Returns:
                previous variable value.
                +
              • -
              - - - -
                -
              • -

                remove

                -
                public java.lang.Object remove(java.lang.Object key)
                +
              • +
                +

                remove

                +
                public Object remove(Object key)
                Removes local variable.
                -
                -
                Specified by:
                -
                remove in interface java.util.Map<java.lang.String,java.lang.Object>
                -
                Parameters:
                +
                +
                Specified by:
                +
                remove in interface Map<String,Object>
                +
                Parameters:
                key - variable name.
                -
                Returns:
                +
                Returns:
                previous value.
                +
              • -
              - - - -
                -
              • -

                putAll

                -
                public void putAll(java.util.Map<? extends java.lang.String,?> t)
                +
              • +
                +

                putAll

                +
                public void putAll(Map<? extends String,?> t)
                Registers local variables.
                -
                -
                Specified by:
                -
                putAll in interface java.util.Map<java.lang.String,java.lang.Object>
                -
                Parameters:
                +
                +
                Specified by:
                +
                putAll in interface Map<String,Object>
                +
                Parameters:
                t - local variables map.
                +
              • -
              - - - -
                -
              • -

                clear

                -
                public void clear()
                +
              • +
                +

                clear

                +
                public void clear()
                Clears local variables.
                -
                -
                Specified by:
                -
                clear in interface java.util.Map<java.lang.String,java.lang.Object>
                +
                +
                Specified by:
                +
                clear in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                setQueryCallback

                -
                public void setQueryCallback(QueryCallback queryCallback)
                +
              • +
                +

                setQueryCallback

                +
                public void setQueryCallback(QueryCallback queryCallback)
                Sets query callback and enables the query mode, i.e. query variable is exposed.
                -
                -
                Parameters:
                +
                +
                Parameters:
                queryCallback - query callback.
                +
              • -
              - - - -
                -
              • -

                next

                -
                public void next()
                +
              • +
                +

                next

                +
                public void next()
                Executes nested elements and exposes local variables set by the current query.
                +
              • -
              - - - -
                -
              • -

                isNextCalled

                -
                public boolean isNextCalled()
                +
              • +
                +

                isNextCalled

                +
                public boolean isNextCalled()
                CRQ-12257. Returns true if next was called on this query.
                -
                -
                Returns:
                +
                +
                Returns:
                true if next was called on this query.
                +
              • -
              - - - -
                -
              • -

                size

                -
                public int size()
                -
                -
                Specified by:
                -
                size in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                size

                +
                public int size()
                +
                +
                Specified by:
                +
                size in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                isEmpty

                -
                public boolean isEmpty()
                -
                -
                Specified by:
                -
                isEmpty in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                isEmpty

                +
                public boolean isEmpty()
                +
                +
                Specified by:
                +
                isEmpty in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                containsValue

                -
                public boolean containsValue(java.lang.Object value)
                -
                -
                Specified by:
                -
                containsValue in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                containsValue

                +
                public boolean containsValue(Object value)
                +
                +
                Specified by:
                +
                containsValue in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                keySet

                -
                public java.util.Set<java.lang.String> keySet()
                -
                -
                Specified by:
                -
                keySet in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                keySet

                +
                public Set<String> keySet()
                +
                +
                Specified by:
                +
                keySet in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                values

                -
                public java.util.Collection<java.lang.Object> values()
                -
                -
                Specified by:
                -
                values in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                values

                +
                public Collection<Object> values()
                +
                +
                Specified by:
                +
                values in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                entrySet

                -
                public java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>> entrySet()
                -
                -
                Specified by:
                -
                entrySet in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                entrySet

                +
                public Set<Map.Entry<String,Object>> entrySet()
                +
                +
                Specified by:
                +
                entrySet in interface Map<String,Object>
                +
              +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/ScriptConnection.html b/docs/api/scriptella/driver/script/ScriptConnection.html index a219ca5..59cfae7 100644 --- a/docs/api/scriptella/driver/script/ScriptConnection.html +++ b/docs/api/scriptella/driver/script/ScriptConnection.html @@ -1,411 +1,280 @@ - - + - + ScriptConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.script
    -

    Class ScriptConnection

    + +

    Class ScriptConnection

    -
    - -
    - -
    -
    -
    +
    + - - +
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/ScriptProviderException.html b/docs/api/scriptella/driver/script/ScriptProviderException.html index 0068e3b..d0b1877 100644 --- a/docs/api/scriptella/driver/script/ScriptProviderException.html +++ b/docs/api/scriptella/driver/script/ScriptProviderException.html @@ -1,353 +1,222 @@ - - + - + ScriptProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.script
    -

    Class ScriptProviderException

    + +

    Class ScriptProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ScriptProviderException

          -
          public ScriptProviderException(java.lang.String message,
          -                               java.lang.Throwable cause)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            ScriptProviderException

            +
            public ScriptProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            ScriptProviderException

            -
            public ScriptProviderException(java.lang.String message,
            -                               java.lang.Throwable cause,
            -                               java.lang.String errorStatement)
            +
          • +
            +

            ScriptProviderException

            +
            public ScriptProviderException(String message, + Throwable cause, + String errorStatement)
            +
          +
        • -
        - -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/class-use/BindingsParametersCallback.html b/docs/api/scriptella/driver/script/class-use/BindingsParametersCallback.html index 19ae583..79d1edb 100644 --- a/docs/api/scriptella/driver/script/class-use/BindingsParametersCallback.html +++ b/docs/api/scriptella/driver/script/class-use/BindingsParametersCallback.html @@ -1,170 +1,93 @@ - - + - + Uses of Class scriptella.driver.script.BindingsParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.script.BindingsParametersCallback

    +

    Uses of Class
    scriptella.driver.script.BindingsParametersCallback

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/script/class-use/Driver.html b/docs/api/scriptella/driver/script/class-use/Driver.html index 9fdb72f..49b3863 100644 --- a/docs/api/scriptella/driver/script/class-use/Driver.html +++ b/docs/api/scriptella/driver/script/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.script.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.script.Driver

    +

    Uses of Class
    scriptella.driver.script.Driver

    -
    No usage of scriptella.driver.script.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.script.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/class-use/MissingQueryNextCallDetector.html b/docs/api/scriptella/driver/script/class-use/MissingQueryNextCallDetector.html index 8fffb88..56f5a2d 100644 --- a/docs/api/scriptella/driver/script/class-use/MissingQueryNextCallDetector.html +++ b/docs/api/scriptella/driver/script/class-use/MissingQueryNextCallDetector.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.script.MissingQueryNextCallDetector (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.script.MissingQueryNextCallDetector

    +

    Uses of Class
    scriptella.driver.script.MissingQueryNextCallDetector

    -
    No usage of scriptella.driver.script.MissingQueryNextCallDetector
    - -
    - - - - - - - +No usage of scriptella.driver.script.MissingQueryNextCallDetector
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/class-use/NashornBindingsParametersCallback.html b/docs/api/scriptella/driver/script/class-use/NashornBindingsParametersCallback.html index 0c34424..ce4eb5e 100644 --- a/docs/api/scriptella/driver/script/class-use/NashornBindingsParametersCallback.html +++ b/docs/api/scriptella/driver/script/class-use/NashornBindingsParametersCallback.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.script.NashornBindingsParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.script.NashornBindingsParametersCallback

    +

    Uses of Class
    scriptella.driver.script.NashornBindingsParametersCallback

    -
    No usage of scriptella.driver.script.NashornBindingsParametersCallback
    - -
    - - - - - - - +No usage of scriptella.driver.script.NashornBindingsParametersCallback
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/class-use/ParametersCallbackMap.html b/docs/api/scriptella/driver/script/class-use/ParametersCallbackMap.html index ee03e0b..61b57a0 100644 --- a/docs/api/scriptella/driver/script/class-use/ParametersCallbackMap.html +++ b/docs/api/scriptella/driver/script/class-use/ParametersCallbackMap.html @@ -1,213 +1,129 @@ - - + - + Uses of Class scriptella.driver.script.ParametersCallbackMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.script.ParametersCallbackMap

    +

    Uses of Class
    scriptella.driver.script.ParametersCallbackMap

    -
    -
    +
    + -
  • - - -

    Uses of ParametersCallbackMap in scriptella.driver.script

    - - - - - - - - - - - - - - - - -
    Subclasses of ParametersCallbackMap in scriptella.driver.script 
    Modifier and TypeClass and Description
    class BindingsParametersCallback -
    Bindings implementation for +
  • +
    +

    Uses of ParametersCallbackMap in scriptella.driver.script

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Bindings implementation for integration into Scriptella execution environment.
    -
  • class NashornBindingsParametersCallback -
    Implementation of Bindings for Java 8 JavaScript engine "Nashorn".
    -
    - - - - - - - - - - -
    Constructors in scriptella.driver.script with parameters of type ParametersCallbackMap 
    Constructor and Description
    MissingQueryNextCallDetector(ParametersCallbackMap map, - Resource resource) 
    -
  • - - -
    - -
    - - - - - - - +
    class 
    + +
    +
    Implementation of Bindings for Java 8 JavaScript engine "Nashorn".
    - - -

    +

    Constructors in scriptella.driver.script with parameters of type ParametersCallbackMap
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
    + + + + + +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/script/class-use/ScriptConnection.html b/docs/api/scriptella/driver/script/class-use/ScriptConnection.html index ffc4553..afa0d8f 100644 --- a/docs/api/scriptella/driver/script/class-use/ScriptConnection.html +++ b/docs/api/scriptella/driver/script/class-use/ScriptConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.script.ScriptConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.script.ScriptConnection

    +

    Uses of Class
    scriptella.driver.script.ScriptConnection

    -
    No usage of scriptella.driver.script.ScriptConnection
    - -
    - - - - - - - +No usage of scriptella.driver.script.ScriptConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/class-use/ScriptProviderException.html b/docs/api/scriptella/driver/script/class-use/ScriptProviderException.html index 5c7b95e..305b5c5 100644 --- a/docs/api/scriptella/driver/script/class-use/ScriptProviderException.html +++ b/docs/api/scriptella/driver/script/class-use/ScriptProviderException.html @@ -1,175 +1,97 @@ - - + - + Uses of Class scriptella.driver.script.ScriptProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.script.ScriptProviderException

    +

    Uses of Class
    scriptella.driver.script.ScriptProviderException

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/script/package-frame.html b/docs/api/scriptella/driver/script/package-frame.html deleted file mode 100644 index b9db792..0000000 --- a/docs/api/scriptella/driver/script/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -scriptella.driver.script (Scriptella API Documentation) - - - - - -

    scriptella.driver.script

    - - - diff --git a/docs/api/scriptella/driver/script/package-summary.html b/docs/api/scriptella/driver/script/package-summary.html index 4415d5c..ec976df 100644 --- a/docs/api/scriptella/driver/script/package-summary.html +++ b/docs/api/scriptella/driver/script/package-summary.html @@ -1,162 +1,78 @@ - - + - + scriptella.driver.script (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.script

    -
    -
    Scriptella bridge for the JSR 223: Scripting for the Java Platform.
    +

    Package scriptella.driver.script

    -

    See: Description

    -
    -
    - - - - -

    Package scriptella.driver.script Description

    +
    +
    package scriptella.driver.script
    +

    Scriptella bridge for the JSR 223: Scripting for the Java Platform.

    Allows usage of JSR 223 compatible scripting languages in ETL <query> and <script> elements. -

    The driver relies on javax.script package from Java SE 6. -The default language expected by the driver is JavaScript which is bundled with JRE.

    - -

    Important: See Nashorn JavaScript engine notes -

    +

    The driver uses the Java SE javax.script API. The default +language name is JavaScript. Scriptella distributions bundle Mozilla Rhino; +JEXL also remains available out of the box.

    General information

    @@ -167,7 +83,7 @@

    General information

    If url is not specified console (System.in/out) is used. - +
    Runtime dependencies:Java SE 6 is required. Additional dependencies are specific to a scripting language.Runtime dependencies:Additional dependencies are specific to a scripting language.

    Driver Specific Properties

    @@ -190,36 +106,46 @@

    Driver Specific Properties

    Query and Script Syntax

    -This driver does not impose any limitations on a language syntax. See JSR-223 script engines -project for more details on supported languages. +This driver executes code through a JSR-223 script engine. The selected engine +defines the language syntax.

    - Scripts and queries can reference variables from ancestor elements. Declared variables are - exposed to nested elements. + A script runs once when reached. A query produces rows, and its nested + elements run once for every produced row. Scripts and queries can reference + variables from ancestor elements.

    -

    Implicit variable query is available in <query> elements. This variable -should be used to produce a result set:

    - -
    +

    + Script-based queries produce a row explicitly. The implicit + query variable is available inside a <query>; calling + query.next() exposes the current script variables to the nested + elements, runs those elements once, and then resumes the query script. + Database, CSV, and other row-producing drivers advance their queries + themselves and do not require query.next() in ETL content. +

    +
    
         <query><![CDATA[
             var v1 = 'This variable is visible in a child script';
    -        for (var i = 0; i < 10; i++) {
    -            query.next(); // Triggers execution of a child script.
    +        for (var i = 0; i < 3; i++) {
    +            query.next(); // Runs the nested script for the current row.
             }]]>
             <script>
    -            ......
    -            v2 = v1 + '!';
    -            ......
    +            Current values are ${i} and ${v1}
             </script>
         </query>
    -
    -See ParametersCallbackMap class Javadoc for more details. - -

    JDK 8 Nashorn JavaScript Engine notes

    -Due to Nashorn being deprecated in JDK11 and its incompatibilities with Scriptella, -please use Rhino -with javax.script adapter (language=rhino in connection properties). -
    If you use Maven, add cat.inspiracion:rhino-js-engine dependency. -
    Jars can be found in the lib directory of the Github repository. +
    +

    See ParametersCallbackMap class Javadoc +for more details.

    +

    JavaScript provider

    +

    On JDK 17, JavaScript requires a JSR-223 provider. Scriptella's binary and +examples distributions include Mozilla Rhino 1.9.1 as separate +lib/rhino-engine.jar and lib/rhino.jar files. +Keep the distribution intact when using java -jar scriptella.jar, +bin/scriptella.sh, or bin/scriptella.bat.

    +

    Maven applications add +org.mozilla:rhino-engine:1.9.1, which brings the matching +org.mozilla:rhino:1.9.1 runtime.

    +

    Embedded applications must make the provider visible to the same +application classloader as Scriptella's script driver. A script connection's +classpath attribute is not used for JSR-223 provider discovery.

    Example of the connection declaration:

    @@ -227,89 +153,122 @@ 

    JDK 8 Nashorn JavaScript Engine notes

    language=rhino </connection>
    -For more details see GitHub Issue +The aliases js, JS, javascript, +JavaScript, ecmascript, and +ECMAScript also use Rhino when their primary engine lookup +does not resolve another provider.

    Examples

    -The following query executes a child script 10 times. As the result of execution 10 records -are inserted into a database table. Additionally a log file log.txt is produced. +The script driver defaults to JavaScript. The following query produces three +rows. Each call to query.next() runs the nested text script with the +current values of i and name: +
    +<connection id="script" driver="script"/>
    +<connection id="console" driver="text"/>
    +
    +<query connection-id="script">
    +    <![CDATA[
    +    for (var i = 0; i < 3; i++) {
    +        name = 'row-' + i;
    +        query.next();
    +    }]]>
    +    <script connection-id="console">
    +        ROW_${i}=${name}
    +    </script>
    +</query>
    +
    + +

    Advanced example: Script variables and Java objects created +by a query are also available to its nested scripts. This variation uses Java +MessageFormat and reflection to write a formatted message to +log.txt for every produced row:

     <connection id="script" driver="script"/>
    -<connection id="out" driver="oracle" url="jdbc:oracle:thin:@localhost:1521:DB"/>
     <connection id="log" driver="script" url="log.txt"/>
     
     <query connection-id="script">
         <![CDATA[
    -    for (var i = 0; i < 10; i++) {
    -        login = 'login' + i;
    -        //You can instantiate Java objects and invoke static methods
    -        var now = new java.sql.Timestamp(java.lang.System.currentTimeMillis());
    -        query.next(); //Executes a child script element
    +    var format = new java.text.MessageFormat('Row {0}: {1}');
    +    for (var i = 0; i < 3; i++) {
    +        name = 'row-' + i;
    +        query.next();
         }]]>
     
    -    <!-- Inserts a parameterized row into a database -->
    -    <script connection-id="out">
    -        INSERT INTO Table(ID, Login, Login_Time) VALUES (?i, ?login, ?now);
    +    <script connection-id="log">
    +        // Build the Object[] expected by MessageFormat.format().
    +        var values = java.lang.reflect.Array.newInstance(java.lang.Object, 2);
    +        values[0] = i;
    +        values[1] = name;
    +        println(format.format(values));
         </script>
    -    
    -    <!-- Logs the message using MessageFormat class and parent context variables -->
    -    <script connection-id="log">
    -        // create Java String array of 2 elements
    -        var a = java.lang.reflect.Array.newInstance(java.lang.Object, 2)
    -        a[0] = now;a[1] = i;
    -        println(format.format(a));
    -    >/script>
     </query>
    -
     
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/script/package-tree.html b/docs/api/scriptella/driver/script/package-tree.html index aa5ceb0..d2dc9d8 100644 --- a/docs/api/scriptella/driver/script/package-tree.html +++ b/docs/api/scriptella/driver/script/package-tree.html @@ -1,117 +1,97 @@ - - + - + scriptella.driver.script Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.script

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/script/package-use.html b/docs/api/scriptella/driver/script/package-use.html index 4d279f8..de57945 100644 --- a/docs/api/scriptella/driver/script/package-use.html +++ b/docs/api/scriptella/driver/script/package-use.html @@ -1,199 +1,118 @@ - - + - + Uses of Package scriptella.driver.script (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.script

    -
    -
    +
    + -
  • - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.driver.script used by scriptella.driver.script 
    Class and Description
    BindingsParametersCallback -
    Bindings implementation for +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Bindings implementation for integration into Scriptella execution environment.
    -
  • ParametersCallbackMap -
    Map implementation of ParametersCallback for +
    + +
    +
    Map implementation of ParametersCallback for integration into Scriptella execution environment.
    -
    ScriptProviderException + + +
    Thrown to indicate an error in scripting engine.
    -
    -
  • -
    - - - - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/scriptella/Driver.html b/docs/api/scriptella/driver/scriptella/Driver.html index 6cfbfff..645d457 100644 --- a/docs/api/scriptella/driver/scriptella/Driver.html +++ b/docs/api/scriptella/driver/scriptella/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.scriptella
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/scriptella/ScriptellaConnection.html b/docs/api/scriptella/driver/scriptella/ScriptellaConnection.html index d37e440..95e81a3 100644 --- a/docs/api/scriptella/driver/scriptella/ScriptellaConnection.html +++ b/docs/api/scriptella/driver/scriptella/ScriptellaConnection.html @@ -1,407 +1,276 @@ - - + - + ScriptellaConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.scriptella
    -

    Class ScriptellaConnection

    + +

    Class ScriptellaConnection

    -
    - -
    - -
    -
    -
    +
    + - - +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/scriptella/ScriptellaProviderException.html b/docs/api/scriptella/driver/scriptella/ScriptellaProviderException.html index 390cc34..c7949d2 100644 --- a/docs/api/scriptella/driver/scriptella/ScriptellaProviderException.html +++ b/docs/api/scriptella/driver/scriptella/ScriptellaProviderException.html @@ -1,361 +1,223 @@ - - + - + ScriptellaProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.scriptella
    -

    Class ScriptellaProviderException

    + +

    Class ScriptellaProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    +
    +

    Methods inherited from class scriptella.jdbc.JdbcException

    +getNativeException, initVendorCodes
    +
    +

    Methods inherited from class scriptella.spi.ProviderException

    +addErrorCode, getErrorCodes, getErrorStatement, setErrorStatement, toString
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ScriptellaProviderException

          -
          public ScriptellaProviderException(java.lang.String message,
          -                                   java.lang.Throwable cause)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            ScriptellaProviderException

            +
            public ScriptellaProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            ScriptellaProviderException

            -
            public ScriptellaProviderException(java.lang.String message)
            +
          • +
            +

            ScriptellaProviderException

            +
            public ScriptellaProviderException(String message)
            +
          +
        • -
        - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/scriptella/class-use/Driver.html b/docs/api/scriptella/driver/scriptella/class-use/Driver.html index e84819d..025e750 100644 --- a/docs/api/scriptella/driver/scriptella/class-use/Driver.html +++ b/docs/api/scriptella/driver/scriptella/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.scriptella.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.scriptella.Driver

    +

    Uses of Class
    scriptella.driver.scriptella.Driver

    -
    No usage of scriptella.driver.scriptella.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.scriptella.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/scriptella/class-use/ScriptellaConnection.html b/docs/api/scriptella/driver/scriptella/class-use/ScriptellaConnection.html index 75244a2..484dafa 100644 --- a/docs/api/scriptella/driver/scriptella/class-use/ScriptellaConnection.html +++ b/docs/api/scriptella/driver/scriptella/class-use/ScriptellaConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.scriptella.ScriptellaConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.scriptella.ScriptellaConnection

    +

    Uses of Class
    scriptella.driver.scriptella.ScriptellaConnection

    -
    No usage of scriptella.driver.scriptella.ScriptellaConnection
    - -
    - - - - - - - +No usage of scriptella.driver.scriptella.ScriptellaConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/scriptella/class-use/ScriptellaProviderException.html b/docs/api/scriptella/driver/scriptella/class-use/ScriptellaProviderException.html index 5d6057f..a467040 100644 --- a/docs/api/scriptella/driver/scriptella/class-use/ScriptellaProviderException.html +++ b/docs/api/scriptella/driver/scriptella/class-use/ScriptellaProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.scriptella.ScriptellaProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.scriptella.ScriptellaProviderException

    +

    Uses of Class
    scriptella.driver.scriptella.ScriptellaProviderException

    -
    No usage of scriptella.driver.scriptella.ScriptellaProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.scriptella.ScriptellaProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/scriptella/package-frame.html b/docs/api/scriptella/driver/scriptella/package-frame.html deleted file mode 100644 index 7d68aa5..0000000 --- a/docs/api/scriptella/driver/scriptella/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -scriptella.driver.scriptella (Scriptella API Documentation) - - - - - -

    scriptella.driver.scriptella

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/docs/api/scriptella/driver/scriptella/package-summary.html b/docs/api/scriptella/driver/scriptella/package-summary.html index 8638191..ca7d05e 100644 --- a/docs/api/scriptella/driver/scriptella/package-summary.html +++ b/docs/api/scriptella/driver/scriptella/package-summary.html @@ -1,128 +1,72 @@ - - + - + scriptella.driver.scriptella (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.scriptella

    -
    -
    Driver for running Scriptella ETL files.
    -
    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      This driver allows execution of external ETL files.
      -
      ScriptellaConnection -
      Represents a connection to externally located Scriptella ETL file.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      ScriptellaProviderException -
      Thrown to indicate Spring provider failure.
      -
      -
    • -
    - - - -

    Package scriptella.driver.scriptella Description

    +

    Package scriptella.driver.scriptella

    +
    +
    +
    package scriptella.driver.scriptella
    +

    Driver for running Scriptella ETL files.

    The idea of this driver is similar to Ant's <ant> task, i.e. it is suitable for splitting ETL files into sub-projects. @@ -188,55 +132,54 @@

    Examples

    </query> </etl>
    +
    +
    + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/scriptella/package-tree.html b/docs/api/scriptella/driver/scriptella/package-tree.html index 09b78f1..4ffc973 100644 --- a/docs/api/scriptella/driver/scriptella/package-tree.html +++ b/docs/api/scriptella/driver/scriptella/package-tree.html @@ -1,109 +1,89 @@ - - + - + scriptella.driver.scriptella Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.scriptella

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/scriptella/package-use.html b/docs/api/scriptella/driver/scriptella/package-use.html index f241e77..9e7a804 100644 --- a/docs/api/scriptella/driver/scriptella/package-use.html +++ b/docs/api/scriptella/driver/scriptella/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.scriptella (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.scriptella

    -
    No usage of scriptella.driver.scriptella
    - -
    - - - - - - - +No usage of scriptella.driver.scriptella
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/Driver.html b/docs/api/scriptella/driver/shell/Driver.html index d715ad3..8b5af7d 100644 --- a/docs/api/scriptella/driver/shell/Driver.html +++ b/docs/api/scriptella/driver/shell/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.shell
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/ShellCommandRunner.html b/docs/api/scriptella/driver/shell/ShellCommandRunner.html index 48ef715..056a7b4 100644 --- a/docs/api/scriptella/driver/shell/ShellCommandRunner.html +++ b/docs/api/scriptella/driver/shell/ShellCommandRunner.html @@ -1,418 +1,279 @@ - - + - + ShellCommandRunner (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.shell
    -

    Class ShellCommandRunner

    + +

    Class ShellCommandRunner

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.shell.ShellCommandRunner
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.driver.shell.ShellCommandRunner
      +
      +

      -
      -
      public class ShellCommandRunner
      -extends java.lang.Object
      +
      public class ShellCommandRunner +extends Object
      Runner for shell commands, abstracting threading and process details.
      -
    • -
    -
    -
    -
    +
    protected void
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            procOutputReader

            -
            protected java.io.BufferedReader procOutputReader
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              procOutputReader

              +
              protected BufferedReader procOutputReader
              +
            • -
            - - - -
              -
            • -

              procErrReader

              -
              protected java.io.BufferedReader procErrReader
              +
            • +
              +

              procErrReader

              +
              protected BufferedReader procErrReader
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              ShellCommandRunner

              -
              public ShellCommandRunner(java.lang.String[] shellCmdArgs,
              -                          java.io.BufferedWriter out)
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                ShellCommandRunner

                +
                public ShellCommandRunner(String[] shellCmdArgs, + BufferedWriter out)
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                exec

                -
                public void exec(java.lang.String cmdText)
                -          throws java.io.IOException
                -
                -
                Throws:
                -
                java.io.IOException
                +
              • +
                +

                Method Details

                + - - - -
                  -
                • -

                  waitForAndCheckExceptions

                  -
                  public void waitForAndCheckExceptions()
                  -                               throws java.lang.InterruptedException,
                  -                                      java.util.concurrent.ExecutionException
                  +
                • +
                  +

                  waitForAndCheckExceptions

                  +
                  public void waitForAndCheckExceptions() + throws InterruptedException, +ExecutionException
                  Wait for the process to finish (including stdout/stderr finished forwarding) and check for errors during processing its output
                  -
                  -
                  Throws:
                  -
                  java.lang.InterruptedException - if the current thread is interrupted while waiting
                  -
                  java.util.concurrent.ExecutionException - if an error occurred during processing output of the process (srdin/stderr)
                  +
                  +
                  Throws:
                  +
                  InterruptedException - if the current thread is interrupted while waiting
                  +
                  ExecutionException - if an error occurred during processing output of the process (srdin/stderr)
                  +
                • -
                - - - -
                  -
                • -

                  executeAfterStdoutStderrConsumed

                  -
                  public void executeAfterStdoutStderrConsumed(java.lang.Runnable runnable)
                  +
                • +
                  +

                  executeAfterStdoutStderrConsumed

                  +
                  public void executeAfterStdoutStderrConsumed(Runnable runnable)
                  +
                • -
                - - - -
                  -
                • -

                  close

                  -
                  public void close()
                  +
                • +
                  +

                  close

                  +
                  public void close()
                  +
                • -
                - - - -
                  -
                • -

                  execAndInitReaders

                  -
                  protected void execAndInitReaders(java.lang.String[] args)
                  -                           throws java.io.IOException
                  +
                • +
                  +

                  execAndInitReaders

                  +
                  protected void execAndInitReaders(String[] args) + throws IOException
                  Can be subclassed for testing and no use Process at all.
                  -
                  -
                  Throws:
                  -
                  java.io.IOException
                  +
                  +
                  Throws:
                  +
                  IOException
                  +
                • -
                - - - -
                  -
                • -

                  waitForProc

                  -
                  protected void waitForProc()
                  -                    throws java.lang.InterruptedException
                  -
                  -
                  Throws:
                  -
                  java.lang.InterruptedException
                  +
                • +
                  +

                  waitForProc

                  +
                  protected void waitForProc() + throws InterruptedException
                  +
                  +
                  Throws:
                  +
                  InterruptedException
                  +
                +
              -
            • -
            -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/ShellConnection.html b/docs/api/scriptella/driver/shell/ShellConnection.html index 67b55d6..ba56f85 100644 --- a/docs/api/scriptella/driver/shell/ShellConnection.html +++ b/docs/api/scriptella/driver/shell/ShellConnection.html @@ -1,452 +1,302 @@ - - + - + ShellConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.shell
    -

    Class ShellConnection

    + +

    Class ShellConnection

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.driver.text.AbstractTextConnection

    +newInputReader, newOutputWriter
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/ShellConnectionParameters.html b/docs/api/scriptella/driver/shell/ShellConnectionParameters.html index 33c62d9..fa38839 100644 --- a/docs/api/scriptella/driver/shell/ShellConnectionParameters.html +++ b/docs/api/scriptella/driver/shell/ShellConnectionParameters.html @@ -1,218 +1,115 @@ - - + - + ShellConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.shell
    -

    Class ShellConnectionParameters

    + +

    Class ShellConnectionParameters

    -
    - -
    - -
    -
    -
    -
    + - -
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/ShellOs.html b/docs/api/scriptella/driver/shell/ShellOs.html index 3e26f07..7009e6b 100644 --- a/docs/api/scriptella/driver/shell/ShellOs.html +++ b/docs/api/scriptella/driver/shell/ShellOs.html @@ -1,371 +1,244 @@ - - + - + ShellOs (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.shell
    -

    Enum ShellOs

    + +

    Enum Class ShellOs

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Enum<ShellOs>
      • -
      • -
          -
        • scriptella.driver.shell.ShellOs
        • -
        -
      • -
      -
    • -
    -
    -
    -
    -
      -
    • -
        -
      • - - -

        Enum Constant Summary

        - - - - - - - - - - - - - - -
        Enum Constants 
        Enum Constant and Description
        LINUX 
        MAC 
        WINDOWS 
        +
      • +
        +

        Enum Constant Summary

        +
        Enum Constants
        +
        +
        Enum Constant
        +
        Description
        + +
         
        + +
         
        + +
         
        +
        +
      • -
      -
        -
      • - - -

        Method Summary

        - - - - - - - - - - - - - - - - - - -
        All Methods Static Methods Concrete Methods 
        Modifier and TypeMethod and Description
        static ShellOsfromOsNameVersion(java.lang.String osName, - java.lang.String osVersion) 
        static ShellOsvalueOf(java.lang.String name) -
        Returns the enum constant of this type with the specified name.
        -
        static ShellOs[]values() -
        Returns an array containing the constants of this enum type, in +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        static ShellOs
        +
        fromOsNameVersion(String osName, + String osVersion)
        +
         
        +
        static ShellOs
        + +
        +
        Returns the enum constant of this class with the specified name.
        +
        +
        static ShellOs[]
        + +
        +
        Returns an array containing the constants of this enum class, in the order they are declared.
        -
      • -
          -
        • - - -

          Methods inherited from class java.lang.Enum

          -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
        • -
        -
          -
        • - - -

          Methods inherited from class java.lang.Object

          -getClass, notify, notifyAll, wait, wait, wait
        • -
        -
      • -
      +
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +getClass, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Enum Constant Detail

          - - - -
            -
          • -

            LINUX

            -
            public static final ShellOs LINUX
            +
          • +
            +

            Enum Constant Details

            +
              +
            • +
              +

              LINUX

              +
              public static final ShellOs LINUX
              +
            • -
            - - - -
              -
            • -

              MAC

              -
              public static final ShellOs MAC
              +
            • +
              +

              MAC

              +
              public static final ShellOs MAC
              +
            • -
            - - - -
              -
            • -

              WINDOWS

              -
              public static final ShellOs WINDOWS
              +
            • +
              +

              WINDOWS

              +
              public static final ShellOs WINDOWS
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              values

              -
              public static ShellOs[] values()
              -
              Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
              -for (ShellOs c : ShellOs.values())
              -    System.out.println(c);
              -
              -
              -
              Returns:
              -
              an array containing the constants of this enum type, in the order they are declared
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                values

                +
                public static ShellOs[] values()
                +
                Returns an array containing the constants of this enum class, in +the order they are declared.
                +
                +
                Returns:
                +
                an array containing the constants of this enum class, in the order they are declared
                +
              • -
              - - - -
                -
              • -

                valueOf

                -
                public static ShellOs valueOf(java.lang.String name)
                -
                Returns the enum constant of this type with the specified name. +
              • +
                +

                valueOf

                +
                public static ShellOs valueOf(String name)
                +
                Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are +enum constant in this class. (Extraneous whitespace characters are not permitted.)
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - the name of the enum constant to be returned.
                -
                Returns:
                +
                Returns:
                the enum constant with the specified name
                -
                Throws:
                -
                java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
                -
                java.lang.NullPointerException - if the argument is null
                +
                Throws:
                +
                IllegalArgumentException - if this enum class has no constant with the specified name
                +
                NullPointerException - if the argument is null
                +
              • -
              - - - -
                -
              • -

                fromOsNameVersion

                -
                public static ShellOs fromOsNameVersion(java.lang.String osName,
                -                                        java.lang.String osVersion)
                -
              • -
              +
            • +
              +

              fromOsNameVersion

              +
              public static ShellOs fromOsNameVersion(String osName, + String osVersion)
              +
            +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/ShellProviderException.html b/docs/api/scriptella/driver/shell/ShellProviderException.html index 1012663..9d4c2cb 100644 --- a/docs/api/scriptella/driver/shell/ShellProviderException.html +++ b/docs/api/scriptella/driver/shell/ShellProviderException.html @@ -1,373 +1,234 @@ - - + - + ShellProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.shell
    -

    Class ShellProviderException

    + +

    Class ShellProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          ShellProviderException

          -
          public ShellProviderException()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            ShellProviderException

            +
            public ShellProviderException()
            +
          • -
          - - - -
            -
          • -

            ShellProviderException

            -
            public ShellProviderException(java.lang.String message)
            +
          • +
            +

            ShellProviderException

            +
            public ShellProviderException(String message)
            +
          • -
          - - - -
            -
          • -

            ShellProviderException

            -
            public ShellProviderException(java.lang.String message,
            -                              java.lang.Throwable cause)
            +
          • +
            +

            ShellProviderException

            +
            public ShellProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            ShellProviderException

            -
            public ShellProviderException(java.lang.Throwable cause)
            +
          • +
            +

            ShellProviderException

            +
            public ShellProviderException(Throwable cause)
            +
          +
        • -
        - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/ShellScriptExecutor.html b/docs/api/scriptella/driver/shell/ShellScriptExecutor.html index 30504b0..61b19c8 100644 --- a/docs/api/scriptella/driver/shell/ShellScriptExecutor.html +++ b/docs/api/scriptella/driver/shell/ShellScriptExecutor.html @@ -1,350 +1,238 @@ - - + - + ShellScriptExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.shell
    -

    Class ShellScriptExecutor

    + +

    Class ShellScriptExecutor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.shell.ShellScriptExecutor
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.shell.ShellScriptExecutor
      +
      +
      +
      All Implemented Interfaces:
      -
      java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
      +
      Closeable, Flushable, AutoCloseable

      -
      -
      public class ShellScriptExecutor
      -extends java.lang.Object
      -implements java.io.Closeable, java.io.Flushable
      +
      public class ShellScriptExecutor +extends Object +implements Closeable, Flushable
      Executes a shell script and sends its output to the specified writer.

      See scriptella/driver/shell/ShellDriverITest.xml for usage example

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
      See Also:
      -
      PropertiesSubstitutor
      -
      -
    • +
      See Also:
      +
      + -
    -
    -
    +
    + - - +
    +
    void
    + +
     
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ShellScriptExecutor

            -
            public ShellScriptExecutor(java.io.Writer out,
            -                           ShellConnectionParameters params)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ShellScriptExecutor

              +
              public ShellScriptExecutor(Writer out, + ShellConnectionParameters params)
              Creates an executor.
              -
              -
              Parameters:
              +
              +
              Parameters:
              out - writer for output.
              params - connection parameters.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              execute

              -
              public void execute(java.io.Reader reader,
              -                    ParametersCallback pc,
              -                    AbstractConnection.StatementCounter counter)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                execute

                +
                public void execute(Reader reader, + ParametersCallback pc, + AbstractConnection.StatementCounter counter)
                Parses a script from read, expands properties and produces the output.
                -
                -
                Parameters:
                +
                +
                Parameters:
                reader - script content.
                pc - parameters for substitution.
                counter - statements counter.
                +
              • -
              - - - -
                -
              • -

                flush

                -
                public void flush()
                -           throws java.io.IOException
                -
                -
                Specified by:
                -
                flush in interface java.io.Flushable
                -
                Throws:
                -
                java.io.IOException
                +
              • +
                +

                flush

                +
                public void flush() + throws IOException
                +
                +
                Specified by:
                +
                flush in interface Flushable
                +
                Throws:
                +
                IOException
                +
              • -
              - - - -
                -
              • -

                close

                -
                public void close()
                -
                -
                Specified by:
                -
                close in interface java.io.Closeable
                -
                Specified by:
                -
                close in interface java.lang.AutoCloseable
                +
              • +
                +

                close

                +
                public void close()
                +
                +
                Specified by:
                +
                close in interface AutoCloseable
                +
                Specified by:
                +
                close in interface Closeable
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/class-use/Driver.html b/docs/api/scriptella/driver/shell/class-use/Driver.html index 50e6dbb..213d48a 100644 --- a/docs/api/scriptella/driver/shell/class-use/Driver.html +++ b/docs/api/scriptella/driver/shell/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.shell.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.shell.Driver

    +

    Uses of Class
    scriptella.driver.shell.Driver

    -
    No usage of scriptella.driver.shell.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.shell.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/class-use/ShellCommandRunner.html b/docs/api/scriptella/driver/shell/class-use/ShellCommandRunner.html index aa54a14..ad685e1 100644 --- a/docs/api/scriptella/driver/shell/class-use/ShellCommandRunner.html +++ b/docs/api/scriptella/driver/shell/class-use/ShellCommandRunner.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.shell.ShellCommandRunner (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.shell.ShellCommandRunner

    +

    Uses of Class
    scriptella.driver.shell.ShellCommandRunner

    -
    No usage of scriptella.driver.shell.ShellCommandRunner
    - -
    - - - - - - - +No usage of scriptella.driver.shell.ShellCommandRunner
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/class-use/ShellConnection.html b/docs/api/scriptella/driver/shell/class-use/ShellConnection.html index ff586e7..d92ad38 100644 --- a/docs/api/scriptella/driver/shell/class-use/ShellConnection.html +++ b/docs/api/scriptella/driver/shell/class-use/ShellConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.shell.ShellConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.shell.ShellConnection

    +

    Uses of Class
    scriptella.driver.shell.ShellConnection

    -
    No usage of scriptella.driver.shell.ShellConnection
    - -
    - - - - - - - +No usage of scriptella.driver.shell.ShellConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/class-use/ShellConnectionParameters.html b/docs/api/scriptella/driver/shell/class-use/ShellConnectionParameters.html index c0e2c83..0edf12b 100644 --- a/docs/api/scriptella/driver/shell/class-use/ShellConnectionParameters.html +++ b/docs/api/scriptella/driver/shell/class-use/ShellConnectionParameters.html @@ -1,185 +1,106 @@ - - + - + Uses of Class scriptella.driver.shell.ShellConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.shell.ShellConnectionParameters

    +

    Uses of Class
    scriptella.driver.shell.ShellConnectionParameters

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/shell/class-use/ShellOs.html b/docs/api/scriptella/driver/shell/class-use/ShellOs.html index 9e8fb6b..fe3aa9b 100644 --- a/docs/api/scriptella/driver/shell/class-use/ShellOs.html +++ b/docs/api/scriptella/driver/shell/class-use/ShellOs.html @@ -1,182 +1,103 @@ - - + - -Uses of Class scriptella.driver.shell.ShellOs (Scriptella API Documentation) - + +Uses of Enum Class scriptella.driver.shell.ShellOs (Scriptella API Documentation) + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.shell.ShellOs

    +

    Uses of Enum Class
    scriptella.driver.shell.ShellOs

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/shell/class-use/ShellProviderException.html b/docs/api/scriptella/driver/shell/class-use/ShellProviderException.html index ab23b05..a3582e5 100644 --- a/docs/api/scriptella/driver/shell/class-use/ShellProviderException.html +++ b/docs/api/scriptella/driver/shell/class-use/ShellProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.shell.ShellProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.shell.ShellProviderException

    +

    Uses of Class
    scriptella.driver.shell.ShellProviderException

    -
    No usage of scriptella.driver.shell.ShellProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.shell.ShellProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/class-use/ShellScriptExecutor.html b/docs/api/scriptella/driver/shell/class-use/ShellScriptExecutor.html index ea6c62f..2ad5317 100644 --- a/docs/api/scriptella/driver/shell/class-use/ShellScriptExecutor.html +++ b/docs/api/scriptella/driver/shell/class-use/ShellScriptExecutor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.shell.ShellScriptExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.shell.ShellScriptExecutor

    +

    Uses of Class
    scriptella.driver.shell.ShellScriptExecutor

    -
    No usage of scriptella.driver.shell.ShellScriptExecutor
    - -
    - - - - - - - +No usage of scriptella.driver.shell.ShellScriptExecutor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/package-frame.html b/docs/api/scriptella/driver/shell/package-frame.html deleted file mode 100644 index 4a7513d..0000000 --- a/docs/api/scriptella/driver/shell/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - -scriptella.driver.shell (Scriptella API Documentation) - - - - - -

    scriptella.driver.shell

    - - - diff --git a/docs/api/scriptella/driver/shell/package-summary.html b/docs/api/scriptella/driver/shell/package-summary.html index 26b7dad..cb52744 100644 --- a/docs/api/scriptella/driver/shell/package-summary.html +++ b/docs/api/scriptella/driver/shell/package-summary.html @@ -1,163 +1,72 @@ - - + - + scriptella.driver.shell (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.shell

    -
    -
    Shell scripts driver.
    +

    Package scriptella.driver.shell

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Shell scripts driver.
      -
      ShellCommandRunner -
      Runner for shell commands, abstracting threading and process details.
      -
      ShellConnection -
      Represents a shell script connection.
      -
      ShellConnectionParameters -
      Connection parameters for shell driver.
      -
      ShellScriptExecutor -
      Executes a shell script and sends its output to the specified writer.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Enum Summary 
      EnumDescription
      ShellOs -
      Represents target shell OS
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      ShellProviderException -
      Thrown to indicate a problem with shell script execution.
      -
      -
    • -
    - - - -

    Package scriptella.driver.shell Description

    +
    +
    package scriptella.driver.shell
    +

    Shell scripts driver.

    Allows executing OS shell scripts in ETL files.

    The query works by executing a shell script and exporting its output as a set of rows, @@ -226,55 +135,70 @@

    Query and Script Syntax

    See ParametersCallbackMap class Javadoc for more details.
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/shell/package-tree.html b/docs/api/scriptella/driver/shell/package-tree.html index cdb6291..c580d3c 100644 --- a/docs/api/scriptella/driver/shell/package-tree.html +++ b/docs/api/scriptella/driver/shell/package-tree.html @@ -1,118 +1,98 @@ - - + - + scriptella.driver.shell Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.shell

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +

    Enum Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object
        -
      • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +
      • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/shell/package-use.html b/docs/api/scriptella/driver/shell/package-use.html index 12f1672..3696bcd 100644 --- a/docs/api/scriptella/driver/shell/package-use.html +++ b/docs/api/scriptella/driver/shell/package-use.html @@ -1,168 +1,94 @@ - - + - + Uses of Package scriptella.driver.shell (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.shell

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/spring/BatchEtlExecutorBean.html b/docs/api/scriptella/driver/spring/BatchEtlExecutorBean.html index d036121..973e0f6 100644 --- a/docs/api/scriptella/driver/spring/BatchEtlExecutorBean.html +++ b/docs/api/scriptella/driver/spring/BatchEtlExecutorBean.html @@ -1,124 +1,93 @@ - - + - + BatchEtlExecutorBean (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.spring
    -

    Class BatchEtlExecutorBean

    + +

    Class BatchEtlExecutorBean

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.spring.BatchEtlExecutorBean
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.spring.BatchEtlExecutorBean
      +
      +
      +
      All Implemented Interfaces:
      -
      java.lang.Runnable, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
      +
      Runnable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean

      -
      -
      public class BatchEtlExecutorBean
      -extends java.lang.Object
      -implements java.lang.Runnable, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
      -
      Batched implementation to run ETL executors for Spring IoC container. +
      public class BatchEtlExecutorBean +extends Object +implements Runnable, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
      +
      Batched implementation to run ETL executors for Spring IoC container.

      This class exposes a set of configurable properties and provides - a Runnable invocation interface to avoid dependency on Scriptella + a Runnable invocation interface to avoid dependency on Scriptella in application code.

      Use init-method="run" to automatically start execution of ETL files on Spring initialization.

      Example

      @@ -136,289 +105,188 @@

      Example

      </property> </bean>
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          BatchEtlExecutorBean() +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
          Creates scripts executor.
          -
        • +
    +
    + - - +
    +
    void
    +
    setProperties(Map<String,?> properties)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            BatchEtlExecutorBean

            -
            public BatchEtlExecutorBean()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              BatchEtlExecutorBean

              +
              public BatchEtlExecutorBean()
              Creates scripts executor.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              setJmxEnabled

              -
              public void setJmxEnabled(boolean jmxEnabled)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                setJmxEnabled

                +
                public void setJmxEnabled(boolean jmxEnabled)
                +
              • -
              - - - -
                -
              • -

                setProgressIndicator

                -
                public void setProgressIndicator(ProgressIndicator progressIndicator)
                +
              • +
                +

                setProgressIndicator

                +
                public void setProgressIndicator(ProgressIndicator progressIndicator)
                Sets progress indicator to use.

                By default no progress shown.

                -
                -
                Parameters:
                +
                +
                Parameters:
                progressIndicator - progress indicator to use.
                +
              • -
              - - - -
                -
              • -

                setConfigLocations

                -
                public void setConfigLocations(org.springframework.core.io.Resource[] resources)
                -                        throws java.io.IOException
                +
              • +
                +

                setConfigLocations

                +
                public void setConfigLocations(org.springframework.core.io.Resource[] resources) + throws IOException
                Sets configuration locations.
                -
                -
                Parameters:
                +
                +
                Parameters:
                resources - configuration resources.
                -
                Throws:
                -
                java.io.IOException - if I/O error occurs
                +
                Throws:
                +
                IOException - if I/O error occurs
                +
              • -
              - - - -
                -
              • -

                setProperties

                -
                public void setProperties(java.util.Map<java.lang.String,?> properties)
                +
              • +
                +

                setProperties

                +
                public void setProperties(Map<String,?> properties)
                +
              • -
              - - - -
                -
              • -

                afterPropertiesSet

                -
                public void afterPropertiesSet()
                -                        throws java.lang.Exception
                -
                -
                Specified by:
                +
              • +
                +

                afterPropertiesSet

                +
                public void afterPropertiesSet() + throws Exception
                +
                +
                Specified by:
                afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
                -
                Throws:
                -
                java.lang.Exception
                +
                Throws:
                +
                Exception
                +
              • -
              - - - -
                -
              • -

                run

                -
                public void run()
                +
              • +
                +

                run

                +
                public void run()
                Executes ETL files in a batch.
                -
                -
                Specified by:
                -
                run in interface java.lang.Runnable
                +
                +
                Specified by:
                +
                run in interface Runnable
                +
              • -
              - - - -
                -
              • -

                setBeanFactory

                -
                public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
                -                    throws org.springframework.beans.BeansException
                -
                -
                Specified by:
                +
              • +
                +

                setBeanFactory

                +
                public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) + throws org.springframework.beans.BeansException
                +
                +
                Specified by:
                setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
                -
                Throws:
                +
                Throws:
                org.springframework.beans.BeansException
                +
              +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/Driver.html b/docs/api/scriptella/driver/spring/Driver.html index abb2df8..e7f17ad 100644 --- a/docs/api/scriptella/driver/spring/Driver.html +++ b/docs/api/scriptella/driver/spring/Driver.html @@ -1,327 +1,205 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.spring
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.jdbc.GenericDriver

    +connect, connect, loadDrivers
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
    +
    +
    Overrides:
    +
    getConnection in class GenericDriver
    +
    Throws:
    +
    SQLException
    + + - - -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/EtlExecutorBean.html b/docs/api/scriptella/driver/spring/EtlExecutorBean.html index 98c6293..eee6351 100644 --- a/docs/api/scriptella/driver/spring/EtlExecutorBean.html +++ b/docs/api/scriptella/driver/spring/EtlExecutorBean.html @@ -1,502 +1,355 @@ - - + - + EtlExecutorBean (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.spring
    -

    Class EtlExecutorBean

    + +

    Class EtlExecutorBean

    -
    - -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.execution.EtlExecutor +
      scriptella.driver.spring.EtlExecutorBean
      +
      +
      +
      +
      All Implemented Interfaces:
      -
      java.lang.Runnable, java.util.concurrent.Callable<ExecutionStatistics>, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean
      +
      Runnable, Callable<ExecutionStatistics>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean

      -
      -
      public class EtlExecutorBean
      -extends EtlExecutor
      -implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
      -
      Implementation of EtlExecutor for Spring IoC container. +
      public class EtlExecutorBean +extends EtlExecutor +implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
      +
      Implementation of EtlExecutor for Spring IoC container.

      This class exposes a set of configurable properties and provides - a Callable invocation interface to avoid dependency on Scriptella + a Callable invocation interface to avoid dependency on Scriptella in application code.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          EtlExecutorBean() +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
          Creates scripts executor.
          -
        • +
    +
    + - - +
    +
    void
    +
    setProperties(Map<String,?> properties)
    +
     
    +
    + + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            EtlExecutorBean

            -
            public EtlExecutorBean()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              EtlExecutorBean

              +
              public EtlExecutorBean()
              Creates scripts executor.
              +
            +
          • -
          - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/SpringProviderException.html b/docs/api/scriptella/driver/spring/SpringProviderException.html index 25f1704..1b9dd12 100644 --- a/docs/api/scriptella/driver/spring/SpringProviderException.html +++ b/docs/api/scriptella/driver/spring/SpringProviderException.html @@ -1,361 +1,223 @@ - - + - + SpringProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.spring
    -

    Class SpringProviderException

    + +

    Class SpringProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    +
    +

    Methods inherited from class scriptella.jdbc.JdbcException

    +getNativeException, initVendorCodes
    +
    +

    Methods inherited from class scriptella.spi.ProviderException

    +addErrorCode, getErrorCodes, getErrorStatement, setErrorStatement, toString
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          SpringProviderException

          -
          public SpringProviderException(java.lang.String message,
          -                               java.lang.Throwable cause)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            SpringProviderException

            +
            public SpringProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            SpringProviderException

            -
            public SpringProviderException(java.lang.String message)
            +
          • +
            +

            SpringProviderException

            +
            public SpringProviderException(String message)
            +
          +
        • -
        - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/class-use/BatchEtlExecutorBean.html b/docs/api/scriptella/driver/spring/class-use/BatchEtlExecutorBean.html index cb97a22..061fc85 100644 --- a/docs/api/scriptella/driver/spring/class-use/BatchEtlExecutorBean.html +++ b/docs/api/scriptella/driver/spring/class-use/BatchEtlExecutorBean.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.spring.BatchEtlExecutorBean (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.spring.BatchEtlExecutorBean

    +

    Uses of Class
    scriptella.driver.spring.BatchEtlExecutorBean

    -
    No usage of scriptella.driver.spring.BatchEtlExecutorBean
    - -
    - - - - - - - +No usage of scriptella.driver.spring.BatchEtlExecutorBean
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/class-use/Driver.html b/docs/api/scriptella/driver/spring/class-use/Driver.html index 3c4aece..90ca69f 100644 --- a/docs/api/scriptella/driver/spring/class-use/Driver.html +++ b/docs/api/scriptella/driver/spring/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.spring.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.spring.Driver

    +

    Uses of Class
    scriptella.driver.spring.Driver

    -
    No usage of scriptella.driver.spring.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.spring.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/class-use/EtlExecutorBean.html b/docs/api/scriptella/driver/spring/class-use/EtlExecutorBean.html index 7bf1ffe..aef9295 100644 --- a/docs/api/scriptella/driver/spring/class-use/EtlExecutorBean.html +++ b/docs/api/scriptella/driver/spring/class-use/EtlExecutorBean.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.spring.EtlExecutorBean (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.spring.EtlExecutorBean

    +

    Uses of Class
    scriptella.driver.spring.EtlExecutorBean

    -
    No usage of scriptella.driver.spring.EtlExecutorBean
    - -
    - - - - - - - +No usage of scriptella.driver.spring.EtlExecutorBean
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/class-use/SpringProviderException.html b/docs/api/scriptella/driver/spring/class-use/SpringProviderException.html index 6b30b03..a072aed 100644 --- a/docs/api/scriptella/driver/spring/class-use/SpringProviderException.html +++ b/docs/api/scriptella/driver/spring/class-use/SpringProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.spring.SpringProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.spring.SpringProviderException

    +

    Uses of Class
    scriptella.driver.spring.SpringProviderException

    -
    No usage of scriptella.driver.spring.SpringProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.spring.SpringProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/package-frame.html b/docs/api/scriptella/driver/spring/package-frame.html deleted file mode 100644 index 87cefeb..0000000 --- a/docs/api/scriptella/driver/spring/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -scriptella.driver.spring (Scriptella API Documentation) - - - - - -

    scriptella.driver.spring

    - - - diff --git a/docs/api/scriptella/driver/spring/package-summary.html b/docs/api/scriptella/driver/spring/package-summary.html index fb57cd7..7879a37 100644 --- a/docs/api/scriptella/driver/spring/package-summary.html +++ b/docs/api/scriptella/driver/spring/package-summary.html @@ -1,135 +1,72 @@ - - + - + scriptella.driver.spring (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.spring

    -
    -
    Spring Framework Integration Driver for Scriptella.
    -
    -

    See: Description

    +

    Package scriptella.driver.spring

    -
    - - - - -

    Package scriptella.driver.spring Description

    +
    +
    package scriptella.driver.spring
    +
    Spring Framework Integration Driver for Scriptella.

    This driver allows working in The Spring Framework environment and provides an ability to locate Spring-managed data sources.

    @@ -147,7 +84,13 @@

    General information

    URL:Name of the DataSource bean specified in the bean factory/application context - Runtime dependencies:Spring Framework + Runtime dependencies: + Spring Framework 5.3.x: + spring-aop, spring-beans, + spring-context, spring-core, + spring-expression, spring-jcl, + spring-jdbc, and spring-tx +

    Driver Specific Properties

    @@ -170,8 +113,8 @@

    Example

     <beans>
         <bean id="datasource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
    -        <property name="driverClassName"><value>org.hsqldb.jdbcDriver</value></property>
    -        <property name="url"><value>jdbc:hsqldb:mem:spring</value></property>
    +        <property name="driverClassName"><value>org.h2.Driver</value></property>
    +        <property name="url"><value>jdbc:h2:mem:spring;MODE=LEGACY;NON_KEYWORDS=VALUE</value></property>
             <property name="username"><value>sa</value></property>
             <property name="password"><value></value></property>
         </bean>
    @@ -211,55 +154,59 @@ 

    Example

    Batched execution of ETL files

    BatchEtlExecutorBean provides an API to execute ETL files in a batch.
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/spring/package-tree.html b/docs/api/scriptella/driver/spring/package-tree.html index 6d8daf9..fd93d4f 100644 --- a/docs/api/scriptella/driver/spring/package-tree.html +++ b/docs/api/scriptella/driver/spring/package-tree.html @@ -1,114 +1,94 @@ - - + - + scriptella.driver.spring Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.spring

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/spring/package-use.html b/docs/api/scriptella/driver/spring/package-use.html index 4d58de8..9bdb42d 100644 --- a/docs/api/scriptella/driver/spring/package-use.html +++ b/docs/api/scriptella/driver/spring/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.spring (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.spring

    -
    No usage of scriptella.driver.spring
    - -
    - - - - - - - +No usage of scriptella.driver.spring
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/sybase/Driver.html b/docs/api/scriptella/driver/sybase/Driver.html index a8d80b0..645fb4c 100644 --- a/docs/api/scriptella/driver/sybase/Driver.html +++ b/docs/api/scriptella/driver/sybase/Driver.html @@ -1,366 +1,244 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.sybase
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    -
    - + +
    +
      -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          SYBASE_DRIVER_NAME

          -
          public static final java.lang.String SYBASE_DRIVER_NAME
          -
          -
          See Also:
          -
          Constant Field Values
          +
        • +
          +

          Field Details

          + - - - -
            -
          • -

            SYBASE_JDBC2_DRIVER_NAME

            -
            public static final java.lang.String SYBASE_JDBC2_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            SYBASE_JDBC2_DRIVER_NAME

            +
            public static final String SYBASE_JDBC2_DRIVER_NAME
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            SYBASE_JDBC3_DRIVER_NAME

            -
            public static final java.lang.String SYBASE_JDBC3_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            SYBASE_JDBC3_DRIVER_NAME

            +
            public static final String SYBASE_JDBC3_DRIVER_NAME
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            SYBASE_TDS_DRIVER_NAME

            -
            public static final java.lang.String SYBASE_TDS_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            SYBASE_TDS_DRIVER_NAME

            +
            public static final String SYBASE_TDS_DRIVER_NAME
            +
            +
            See Also:
            +
            + +
            +
          +
        • -
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            -
          • -
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            Driver

            +
            public Driver()
            +
          +
        -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/sybase/class-use/Driver.html b/docs/api/scriptella/driver/sybase/class-use/Driver.html index 832de06..63d9789 100644 --- a/docs/api/scriptella/driver/sybase/class-use/Driver.html +++ b/docs/api/scriptella/driver/sybase/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.sybase.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.sybase.Driver

    +

    Uses of Class
    scriptella.driver.sybase.Driver

    -
    No usage of scriptella.driver.sybase.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.sybase.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/sybase/package-frame.html b/docs/api/scriptella/driver/sybase/package-frame.html deleted file mode 100644 index 4fe8345..0000000 --- a/docs/api/scriptella/driver/sybase/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.sybase (Scriptella API Documentation) - - - - - -

    scriptella.driver.sybase

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/sybase/package-summary.html b/docs/api/scriptella/driver/sybase/package-summary.html index 88a69a3..237aa0f 100644 --- a/docs/api/scriptella/driver/sybase/package-summary.html +++ b/docs/api/scriptella/driver/sybase/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.sybase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.sybase

    -
    -
    Scriptella Driver Adapter for Sybase ASE and ASA.
    +

    Package scriptella.driver.sybase

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for Sybase ASE/ASA databases.
      -
      -
    • -
    - - - -

    Package scriptella.driver.sybase Description

    +
    +
    package scriptella.driver.sybase
    +
    Scriptella Driver Adapter for Sybase ASE and ASA.

    Note: The driver tries to load any of the known JDBC drivers in the following order:

      @@ -136,55 +99,44 @@

      Examples

      <connection driver="sybase" url="jdbc:sybase:Tds:localhost:2638/tst" user="username" password="password"> </connection>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/sybase/package-tree.html b/docs/api/scriptella/driver/sybase/package-tree.html index 35d10e0..30f7ec3 100644 --- a/docs/api/scriptella/driver/sybase/package-tree.html +++ b/docs/api/scriptella/driver/sybase/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.sybase Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.sybase

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/sybase/package-use.html b/docs/api/scriptella/driver/sybase/package-use.html index 8f9b7f2..9dadd37 100644 --- a/docs/api/scriptella/driver/sybase/package-use.html +++ b/docs/api/scriptella/driver/sybase/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.sybase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.sybase

    -
    No usage of scriptella.driver.sybase
    - -
    - - - - - - - +No usage of scriptella.driver.sybase
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/AbstractTextConnection.html b/docs/api/scriptella/driver/text/AbstractTextConnection.html index fccc026..43de3ad 100644 --- a/docs/api/scriptella/driver/text/AbstractTextConnection.html +++ b/docs/api/scriptella/driver/text/AbstractTextConnection.html @@ -1,591 +1,443 @@ - - + - + AbstractTextConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.text
    -

    Class AbstractTextConnection

    + +

    Class AbstractTextConnection

    -
    - -
    - -
    -
    -
    +
    +
    +

    Fields inherited from class scriptella.spi.AbstractConnection

    +counter
    + - -
    +
    + - - +
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface scriptella.spi.Connection

    +close, executeQuery, executeScript
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            ENCODING

            -
            public static final java.lang.String ENCODING
            +
          • +
            +

            Field Details

            + - - - -
              -
            • -

              EOL

              -
              public static final java.lang.String EOL
              +
            • +
              +

              EOL

              +
              public static final String EOL
              Name of the eol connection property. EOL suffix. Default value is \n.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              TRIM

              -
              public static final java.lang.String TRIM
              +
            • +
              +

              TRIM

              +
              public static final String TRIM
              Name of the trim connection property. Value of true specifies that the leading and trailing whitespaces should be omitted.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              FLUSH

              -
              public static final java.lang.String FLUSH
              +
            • +
              +

              FLUSH

              +
              public static final String FLUSH
              Name of the flush connection property. Value of true specifies that the outputted content should flushed immediately after the <script> element completes.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              SKIP_LINES

              -
              public static final java.lang.String SKIP_LINES
              +
            • +
              +

              SKIP_LINES

              +
              public static final String SKIP_LINES
              Name of the skip_lines connection property. The number of lines to skip before start reading. Default value is 0 (no lines are skipped).

              Only valid for <query> elements.

              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              NULL_STRING

              -
              public static final java.lang.String NULL_STRING
              +
            • +
              +

              NULL_STRING

              +
              public static final String NULL_STRING
              Name of the null_string connection property. If set, specifies value of a string token to be parsed/formatted as Java null literal.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              FORMAT_PREFIX

              -
              public static final java.lang.String FORMAT_PREFIX
              +
            • +
              +

              FORMAT_PREFIX

              +
              public static final String FORMAT_PREFIX
              Prefix for properties containing a definition of the column format.
              -
              -
              See Also:
              -
              Constant Field Values
              +
              +
              See Also:
              +
              + +
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              AbstractTextConnection

              -
              protected AbstractTextConnection()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                AbstractTextConnection

                +
                protected AbstractTextConnection()
                For testing only.
                +
              • -
              - - - -
                -
              • -

                AbstractTextConnection

                -
                protected AbstractTextConnection(DialectIdentifier dialectIdentifier,
                -                                 ConnectionParameters parameters)
                +
              • +
                +

                AbstractTextConnection

                +
                protected AbstractTextConnection(DialectIdentifier dialectIdentifier, + ConnectionParameters parameters)
                Initializes a text connection using specified properties.
                -
                -
                Parameters:
                +
                +
                Parameters:
                dialectIdentifier -
                parameters -
                +
              • -
              - - - - +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                newOutputWriter

                -
                protected java.io.Writer newOutputWriter()
                -                                  throws java.io.IOException
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  newOutputWriter

                  +
                  protected Writer newOutputWriter() + throws IOException
                  Creates a new writer to send output to.
                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  writer for output.
                  -
                  Throws:
                  -
                  java.io.IOException - if IO error occured.
                  +
                  Throws:
                  +
                  IOException - if IO error occured.
                  +
                • -
                - - - -
                  -
                • -

                  newInputReader

                  -
                  protected java.io.Reader newInputReader()
                  -                                 throws java.io.IOException
                  +
                • +
                  +

                  newInputReader

                  +
                  protected Reader newInputReader() + throws IOException
                  Creates a new reader for input.
                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  reader for input.
                  -
                  Throws:
                  -
                  java.io.IOException - if IO error occured.
                  +
                  Throws:
                  +
                  IOException - if IO error occured.
                  +
                • -
                - - - - +
              • +
                +

                getConnectionParameters

                +
                protected TextConnectionParameters getConnectionParameters()
                +
              +
    -
    -
    + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/ConsoleAdapters.html b/docs/api/scriptella/driver/text/ConsoleAdapters.html index 059c4b2..d380e06 100644 --- a/docs/api/scriptella/driver/text/ConsoleAdapters.html +++ b/docs/api/scriptella/driver/text/ConsoleAdapters.html @@ -1,318 +1,206 @@ - - + - + ConsoleAdapters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.text
    -

    Class ConsoleAdapters

    + +

    Class ConsoleAdapters

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.text.ConsoleAdapters
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.driver.text.ConsoleAdapters
      +
      +

      -
      -
      public class ConsoleAdapters
      -extends java.lang.Object
      -
      Pre Java SE 6 adapters for System.in and System.out +
      public class ConsoleAdapters +extends Object
      +
      Pre Java SE 6 adapters for System.in and System.out

      TODO: Move this class to a spi.support.text package.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          ConsoleAdapters() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static java.io.ReadergetConsoleReader(java.lang.String charsetName) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          static Reader
          +
          getConsoleReader(String charsetName)
          +
          Returns the reader for System.in.
          -
        • static java.io.WritergetConsoleWriter(java.lang.String charsetName) + +
          static Writer
          +
          getConsoleWriter(String charsetName)
          +
          Returns the writer for System.out.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ConsoleAdapters

            -
            public ConsoleAdapters()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ConsoleAdapters

              +
              public ConsoleAdapters()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getConsoleReader

              -
              public static java.io.Reader getConsoleReader(java.lang.String charsetName)
              -                                       throws java.io.UnsupportedEncodingException
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getConsoleReader

                +
                public static Reader getConsoleReader(String charsetName) + throws UnsupportedEncodingException
                Returns the reader for System.in.
                -
                -
                Parameters:
                +
                +
                Parameters:
                charsetName - charset name, can be null.
                -
                Returns:
                +
                Returns:
                System.in reader.
                -
                Throws:
                -
                java.io.UnsupportedEncodingException - if specified charset is unsupported
                +
                Throws:
                +
                UnsupportedEncodingException - if specified charset is unsupported
                +
              • -
              - - - -
                -
              • -

                getConsoleWriter

                -
                public static java.io.Writer getConsoleWriter(java.lang.String charsetName)
                -                                       throws java.io.UnsupportedEncodingException
                +
              • +
                +

                getConsoleWriter

                +
                public static Writer getConsoleWriter(String charsetName) + throws UnsupportedEncodingException
                Returns the writer for System.out.
                -
                -
                Parameters:
                +
                +
                Parameters:
                charsetName - charset name, can be null.
                -
                Returns:
                +
                Returns:
                System.out writer.
                -
                Throws:
                -
                java.io.UnsupportedEncodingException - if specified charset is unsupported
                +
                Throws:
                +
                UnsupportedEncodingException - if specified charset is unsupported
                +
              +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/Driver.html b/docs/api/scriptella/driver/text/Driver.html index 7a5d51a..548f5bb 100644 --- a/docs/api/scriptella/driver/text/Driver.html +++ b/docs/api/scriptella/driver/text/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.text
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/TextConnection.html b/docs/api/scriptella/driver/text/TextConnection.html index 8f3ccfb..58c9aa0 100644 --- a/docs/api/scriptella/driver/text/TextConnection.html +++ b/docs/api/scriptella/driver/text/TextConnection.html @@ -1,453 +1,303 @@ - - + - + TextConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.text
    -

    Class TextConnection

    + +

    Class TextConnection

    -
    - -
    - -
    -
    -
    +
     
    + +
     
    +
    + - - +
    +
    + + +
    +

    Methods inherited from class scriptella.driver.text.AbstractTextConnection

    +getConnectionParameters, newInputReader, newOutputWriter
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/TextConnectionParameters.html b/docs/api/scriptella/driver/text/TextConnectionParameters.html index 4a14d63..1f216aa 100644 --- a/docs/api/scriptella/driver/text/TextConnectionParameters.html +++ b/docs/api/scriptella/driver/text/TextConnectionParameters.html @@ -1,476 +1,312 @@ - - + - + TextConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.text
    -

    Class TextConnectionParameters

    + +

    Class TextConnectionParameters

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.text.TextConnectionParameters
      • -
      -
    • -
    -
    - -
    -
    -
    +
    boolean
    + +
     
    +
    boolean
    + +
     
    +
    void
    + +
     
    +
    void
    +
    setEncoding(String encoding)
    +
     
    +
    void
    + +
     
    +
    void
    +
    setFlush(boolean flush)
    +
     
    +
    void
    +
    setSkipLines(int skipLines)
    +
     
    +
    void
    +
    setTrimLines(boolean trimLines)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            TextConnectionParameters

            -
            protected TextConnectionParameters()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              TextConnectionParameters

              +
              protected TextConnectionParameters()
              +
            • -
            - - - - +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getConnectionParameters

              -
              public ConnectionParameters getConnectionParameters()
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                getEncoding

                -
                public java.lang.String getEncoding()
                +
              • +
                +

                getEncoding

                +
                public String getEncoding()
                +
              • -
              - - - -
                -
              • -

                isFlush

                -
                public boolean isFlush()
                +
              • +
                +

                isFlush

                +
                public boolean isFlush()
                +
              • -
              - - - -
                -
              • -

                getUrl

                -
                public java.net.URL getUrl()
                +
              • +
                +

                getUrl

                +
                public URL getUrl()
                Returns resolved URL for this connection.

                If null, the console is used for reading/writing.

                -
                -
                Returns:
                +
                +
                Returns:
                resolved URL or null.
                +
              • -
              - - - -
                -
              • -

                getEol

                -
                public java.lang.String getEol()
                -
              • -
              - - - -
                -
              • -

                getSkipLines

                -
                public int getSkipLines()
                +
              • +
                +

                getEol

                +
                public String getEol()
                +
              • -
              - - - -
                -
              • -

                getPropertyFormatter

                -
                public PropertyFormatter getPropertyFormatter()
                +
              • +
                +

                getSkipLines

                +
                public int getSkipLines()
                +
              • -
              - - - -
                -
              • -

                setDefaultNullString

                -
                public void setDefaultNullString(java.lang.String nullString)
                +
              • +
                +

                getPropertyFormatter

                +
                public PropertyFormatter getPropertyFormatter()
                +
              • -
              - - - -
                -
              • -

                setEncoding

                -
                public void setEncoding(java.lang.String encoding)
                +
              • +
                +

                setDefaultNullString

                +
                public void setDefaultNullString(String nullString)
                +
              • -
              - - - -
                -
              • -

                setFlush

                -
                public void setFlush(boolean flush)
                +
              • +
                +

                setEncoding

                +
                public void setEncoding(String encoding)
                +
              • -
              - - - -
                -
              • -

                setEol

                -
                public void setEol(java.lang.String eol)
                +
              • +
                +

                setFlush

                +
                public void setFlush(boolean flush)
                +
              • -
              - - - -
                -
              • -

                setSkipLines

                -
                public void setSkipLines(int skipLines)
                +
              • +
                +

                setEol

                +
                public void setEol(String eol)
                +
              • -
              - - - -
                -
              • -

                isTrimLines

                -
                public boolean isTrimLines()
                +
              • +
                +

                setSkipLines

                +
                public void setSkipLines(int skipLines)
                +
              • -
              - - - -
                -
              • -

                setTrimLines

                -
                public void setTrimLines(boolean trimLines)
                +
              • +
                +

                isTrimLines

                +
                public boolean isTrimLines()
                +
              • -
              +
            • +
              +

              setTrimLines

              +
              public void setTrimLines(boolean trimLines)
              +
            +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/TextProviderException.html b/docs/api/scriptella/driver/text/TextProviderException.html index 9f0df83..6b1fcd9 100644 --- a/docs/api/scriptella/driver/text/TextProviderException.html +++ b/docs/api/scriptella/driver/text/TextProviderException.html @@ -1,373 +1,234 @@ - - + - + TextProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.text
    -

    Class TextProviderException

    + +

    Class TextProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          TextProviderException

          -
          public TextProviderException()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            TextProviderException

            +
            public TextProviderException()
            +
          • -
          - - - -
            -
          • -

            TextProviderException

            -
            public TextProviderException(java.lang.String message)
            +
          • +
            +

            TextProviderException

            +
            public TextProviderException(String message)
            +
          • -
          - - - -
            -
          • -

            TextProviderException

            -
            public TextProviderException(java.lang.String message,
            -                             java.lang.Throwable cause)
            +
          • +
            +

            TextProviderException

            +
            public TextProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            TextProviderException

            -
            public TextProviderException(java.lang.Throwable cause)
            +
          • +
            +

            TextProviderException

            +
            public TextProviderException(Throwable cause)
            +
          +
        • -
        - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/TextScriptExecutor.html b/docs/api/scriptella/driver/text/TextScriptExecutor.html index 1f2f168..6b813bc 100644 --- a/docs/api/scriptella/driver/text/TextScriptExecutor.html +++ b/docs/api/scriptella/driver/text/TextScriptExecutor.html @@ -1,121 +1,90 @@ - - + - + TextScriptExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.text
    -

    Class TextScriptExecutor

    + +

    Class TextScriptExecutor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.text.TextScriptExecutor
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.driver.text.TextScriptExecutor
      +
      +
      +
      All Implemented Interfaces:
      -
      java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
      +
      Closeable, Flushable, AutoCloseable

      -
      -
      public class TextScriptExecutor
      -extends java.lang.Object
      -implements java.io.Closeable, java.io.Flushable
      +
      public class TextScriptExecutor +extends Object +implements Closeable, Flushable
      Writes a text content to the output and performs properties expansion.

      This class is a simplified template engine similar to Velocity, but of course less powerful. Nevertheless this executor @@ -144,236 +113,155 @@

      Class TextScriptExecutor

        1;John;G;john_at_nosuchhost.com
        
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
      See Also:
      -
      PropertiesSubstitutor
      -
      -
    • +
      See Also:
      +
      + -
    -
    -
    +
    + - - +
    +
    void
    + +
     
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            TextScriptExecutor

            -
            public TextScriptExecutor(java.io.Writer out,
            -                          TextConnectionParameters textParams)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              TextScriptExecutor

              +
              public TextScriptExecutor(Writer out, + TextConnectionParameters textParams)
              Creates an executor.
              -
              -
              Parameters:
              +
              +
              Parameters:
              out - writer for output.
              textParams - text connection parameters.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              execute

              -
              public void execute(java.io.Reader reader,
              -                    ParametersCallback pc,
              -                    AbstractConnection.StatementCounter counter)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                execute

                +
                public void execute(Reader reader, + ParametersCallback pc, + AbstractConnection.StatementCounter counter)
                Parses a script from read, expands properties and produces the output.
                -
                -
                Parameters:
                +
                +
                Parameters:
                reader - script content.
                pc - parameters for substitution.
                counter - statements counter.
                +
              • -
              - - - -
                -
              • -

                flush

                -
                public void flush()
                -           throws java.io.IOException
                -
                -
                Specified by:
                -
                flush in interface java.io.Flushable
                -
                Throws:
                -
                java.io.IOException
                +
              • +
                +

                flush

                +
                public void flush() + throws IOException
                +
                +
                Specified by:
                +
                flush in interface Flushable
                +
                Throws:
                +
                IOException
                +
              • -
              - - - -
                -
              • -

                close

                -
                public void close()
                -           throws java.io.IOException
                -
                -
                Specified by:
                -
                close in interface java.io.Closeable
                -
                Specified by:
                -
                close in interface java.lang.AutoCloseable
                -
                Throws:
                -
                java.io.IOException
                +
              • +
                +

                close

                +
                public void close() + throws IOException
                +
                +
                Specified by:
                +
                close in interface AutoCloseable
                +
                Specified by:
                +
                close in interface Closeable
                +
                Throws:
                +
                IOException
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/class-use/AbstractTextConnection.html b/docs/api/scriptella/driver/text/class-use/AbstractTextConnection.html index fe46d28..e7de559 100644 --- a/docs/api/scriptella/driver/text/class-use/AbstractTextConnection.html +++ b/docs/api/scriptella/driver/text/class-use/AbstractTextConnection.html @@ -1,248 +1,153 @@ - - + - + Uses of Class scriptella.driver.text.AbstractTextConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.text.AbstractTextConnection

    -
    -
    -
    +
    + -
  • - - -

    Uses of AbstractTextConnection in scriptella.driver.shell

    - - - - - - - - - - - - -
    Subclasses of AbstractTextConnection in scriptella.driver.shell 
    Modifier and TypeClass and Description
    class ShellConnection +
  • +
    +

    Uses of AbstractTextConnection in scriptella.driver.shell

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a shell script connection.
    -
  • +
  • + + -
  • - - -

    Uses of AbstractTextConnection in scriptella.driver.text

    - - - - - - - - - - - - -
    Subclasses of AbstractTextConnection in scriptella.driver.text 
    Modifier and TypeClass and Description
    class TextConnection +
  • +
    +

    Uses of AbstractTextConnection in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to a Text file.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractTextConnection in scriptella.driver.velocity

    - - - - - - - - - - - - -
    Subclasses of AbstractTextConnection in scriptella.driver.velocity 
    Modifier and TypeClass and Description
    class VelocityConnection +
  • +
    +

    Uses of AbstractTextConnection in scriptella.driver.velocity

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a session to velocity engine.
    -
  • -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/driver/text/class-use/ConsoleAdapters.html b/docs/api/scriptella/driver/text/class-use/ConsoleAdapters.html index 0879793..493de4e 100644 --- a/docs/api/scriptella/driver/text/class-use/ConsoleAdapters.html +++ b/docs/api/scriptella/driver/text/class-use/ConsoleAdapters.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.text.ConsoleAdapters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.text.ConsoleAdapters

    +

    Uses of Class
    scriptella.driver.text.ConsoleAdapters

    -
    No usage of scriptella.driver.text.ConsoleAdapters
    - -
    - - - - - - - +No usage of scriptella.driver.text.ConsoleAdapters
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/class-use/Driver.html b/docs/api/scriptella/driver/text/class-use/Driver.html index 35599ad..966830b 100644 --- a/docs/api/scriptella/driver/text/class-use/Driver.html +++ b/docs/api/scriptella/driver/text/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.text.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.text.Driver

    +

    Uses of Class
    scriptella.driver.text.Driver

    -
    No usage of scriptella.driver.text.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.text.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/class-use/TextConnection.html b/docs/api/scriptella/driver/text/class-use/TextConnection.html index 00d2513..e295779 100644 --- a/docs/api/scriptella/driver/text/class-use/TextConnection.html +++ b/docs/api/scriptella/driver/text/class-use/TextConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.text.TextConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.text.TextConnection

    +

    Uses of Class
    scriptella.driver.text.TextConnection

    -
    No usage of scriptella.driver.text.TextConnection
    - -
    - - - - - - - +No usage of scriptella.driver.text.TextConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/class-use/TextConnectionParameters.html b/docs/api/scriptella/driver/text/class-use/TextConnectionParameters.html index 355f590..ef8a8f7 100644 --- a/docs/api/scriptella/driver/text/class-use/TextConnectionParameters.html +++ b/docs/api/scriptella/driver/text/class-use/TextConnectionParameters.html @@ -1,238 +1,147 @@ - - + - + Uses of Class scriptella.driver.text.TextConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.text.TextConnectionParameters

    -
    -
    -
    +
    + -
  • - - -

    Uses of TextConnectionParameters in scriptella.driver.shell

    - - - - - - - - - - - - -
    Subclasses of TextConnectionParameters in scriptella.driver.shell 
    Modifier and TypeClass and Description
    class ShellConnectionParameters +
  • +
    +

    Uses of TextConnectionParameters in scriptella.driver.shell

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Connection parameters for shell driver.
    -
  • +
  • +
    + -
  • - - -

    Uses of TextConnectionParameters in scriptella.driver.text

    - - - - - - - - - - - - -
    Methods in scriptella.driver.text that return TextConnectionParameters 
    Modifier and TypeMethod and Description
    protected TextConnectionParametersAbstractTextConnection.getConnectionParameters() 
    - - - - - - - - - - - - - -
    Constructors in scriptella.driver.text with parameters of type TextConnectionParameters 
    Constructor and Description
    AbstractTextConnection(DialectIdentifier dialectIdentifier, - TextConnectionParameters parameters) 
    TextScriptExecutor(java.io.Writer out, - TextConnectionParameters textParams) +
  • +
    +

    Uses of TextConnectionParameters in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    AbstractTextConnection.getConnectionParameters()
    +
     
    +
    +
    Constructors in scriptella.driver.text with parameters of type TextConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    + +
     
    +
     
    + +
    Creates an executor.
    -
  • -
  • - - -
    - - - - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/driver/text/class-use/TextProviderException.html b/docs/api/scriptella/driver/text/class-use/TextProviderException.html index ecd6c30..9ea0f7e 100644 --- a/docs/api/scriptella/driver/text/class-use/TextProviderException.html +++ b/docs/api/scriptella/driver/text/class-use/TextProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.text.TextProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.text.TextProviderException

    +

    Uses of Class
    scriptella.driver.text.TextProviderException

    -
    No usage of scriptella.driver.text.TextProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.text.TextProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/class-use/TextScriptExecutor.html b/docs/api/scriptella/driver/text/class-use/TextScriptExecutor.html index 710b655..968b3d6 100644 --- a/docs/api/scriptella/driver/text/class-use/TextScriptExecutor.html +++ b/docs/api/scriptella/driver/text/class-use/TextScriptExecutor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.text.TextScriptExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.text.TextScriptExecutor

    +

    Uses of Class
    scriptella.driver.text.TextScriptExecutor

    -
    No usage of scriptella.driver.text.TextScriptExecutor
    - -
    - - - - - - - +No usage of scriptella.driver.text.TextScriptExecutor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/package-frame.html b/docs/api/scriptella/driver/text/package-frame.html deleted file mode 100644 index 2cd35d5..0000000 --- a/docs/api/scriptella/driver/text/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -scriptella.driver.text (Scriptella API Documentation) - - - - - -

    scriptella.driver.text

    - - - diff --git a/docs/api/scriptella/driver/text/package-summary.html b/docs/api/scriptella/driver/text/package-summary.html index 784c242..566a497 100644 --- a/docs/api/scriptella/driver/text/package-summary.html +++ b/docs/api/scriptella/driver/text/package-summary.html @@ -1,152 +1,72 @@ - - + - + scriptella.driver.text (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.text

    -
    -
    Text Driver for Scriptella.
    -
    -

    See: Description

    +

    Package scriptella.driver.text

    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      AbstractTextConnection -
      Base class for Text/CSV connections.
      -
      ConsoleAdapters -
      Pre Java SE 6 adapters for System.in and System.out
      -
      Driver -
      Represents a Text file driver.
      -
      TextConnection -
      Represents a connection to a Text file.
      -
      TextConnectionParameters -
      Connection parameters for text drivers.
      -
      TextScriptExecutor -
      Writes a text content to the output and performs properties expansion.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      TextProviderException -
      Thrown to indicate a problem with Text file processing.
      -
      -
    • -
    - - - -

    Package scriptella.driver.text Description

    +
    +
    package scriptella.driver.text
    +

    Text Driver for Scriptella.

    It allows querying a text file based on regular expressions, the text driver can also be used as a lightweight replacement for Velocity to produce @@ -241,8 +161,7 @@

    Query Syntax

    It also possible to specify more than one regular expressions to match file content. Specify each regular expression on a separate line to match them using OR condition. -

    The Text driver uses java.util.regex implementation for pattern matching. See java.util.Pattern +

    The Text driver uses java.util.regex implementation for pattern matching. See java.util.Pattern for supported syntax Javadoc.

    Additional notes: @@ -400,7 +319,7 @@

    Declarative formatting/parsing rules for property subst choice - Choice-format pattern, e.g. 0#no files|1#{0} file|2<{0} files, . + Choice-format pattern, e.g. 0#no files|1#{0} file|2<{0} files, . @@ -418,55 +337,70 @@

    Default values for formatting and parsing rules

  • pad_left, pad_right, pad_char - default padding options
  • Currency example demonstrates usage of formatting rules.
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/text/package-tree.html b/docs/api/scriptella/driver/text/package-tree.html index ad5e706..8634d77 100644 --- a/docs/api/scriptella/driver/text/package-tree.html +++ b/docs/api/scriptella/driver/text/package-tree.html @@ -1,114 +1,94 @@ - - + - + scriptella.driver.text Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.text

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/text/package-use.html b/docs/api/scriptella/driver/text/package-use.html index 1e3a017..585f20d 100644 --- a/docs/api/scriptella/driver/text/package-use.html +++ b/docs/api/scriptella/driver/text/package-use.html @@ -1,247 +1,153 @@ - - + - + Uses of Package scriptella.driver.text (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.text

    -
    -
    +
    + -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.driver.text used by scriptella.driver.shell 
    Class and Description
    AbstractTextConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for Text/CSV connections.
    -
  • TextConnectionParameters + + +
    Connection parameters for text drivers.
    -
    +
  • +
    + -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.driver.text used by scriptella.driver.text 
    Class and Description
    AbstractTextConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for Text/CSV connections.
    -
  • TextConnectionParameters + + +
    Connection parameters for text drivers.
    -
    +
  • +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.driver.text used by scriptella.driver.velocity 
    Class and Description
    AbstractTextConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for Text/CSV connections.
    -
  • -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/driver/velocity/Driver.html b/docs/api/scriptella/driver/velocity/Driver.html index 3bca7f6..ac054db 100644 --- a/docs/api/scriptella/driver/velocity/Driver.html +++ b/docs/api/scriptella/driver/velocity/Driver.html @@ -1,305 +1,190 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.velocity
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/velocity/VelocityConnection.html b/docs/api/scriptella/driver/velocity/VelocityConnection.html index c2e1d1a..b51a1ff 100644 --- a/docs/api/scriptella/driver/velocity/VelocityConnection.html +++ b/docs/api/scriptella/driver/velocity/VelocityConnection.html @@ -1,416 +1,274 @@ - - + - + VelocityConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.velocity
    -

    Class VelocityConnection

    + +

    Class VelocityConnection

    -
    - -
    - -
    -
    -
    +
    + - - +
    +
    + + +
    +

    Methods inherited from class scriptella.driver.text.AbstractTextConnection

    +getConnectionParameters, newInputReader, newOutputWriter
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/velocity/VelocityProviderException.html b/docs/api/scriptella/driver/velocity/VelocityProviderException.html index 3a7907a..43ab9b3 100644 --- a/docs/api/scriptella/driver/velocity/VelocityProviderException.html +++ b/docs/api/scriptella/driver/velocity/VelocityProviderException.html @@ -1,369 +1,230 @@ - - + - + VelocityProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.velocity
    -

    Class VelocityProviderException

    + +

    Class VelocityProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          VelocityProviderException

          -
          public VelocityProviderException()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            VelocityProviderException

            +
            public VelocityProviderException()
            +
          • -
          - - - -
            -
          • -

            VelocityProviderException

            -
            public VelocityProviderException(java.lang.String message)
            +
          • +
            +

            VelocityProviderException

            +
            public VelocityProviderException(String message)
            +
          • -
          - - - -
            -
          • -

            VelocityProviderException

            -
            public VelocityProviderException(java.lang.String message,
            -                                 java.lang.Throwable cause)
            +
          • +
            +

            VelocityProviderException

            +
            public VelocityProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            VelocityProviderException

            -
            public VelocityProviderException(java.lang.Throwable cause)
            +
          • +
            +

            VelocityProviderException

            +
            public VelocityProviderException(Throwable cause)
            +
          +
        • -
        - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/velocity/class-use/Driver.html b/docs/api/scriptella/driver/velocity/class-use/Driver.html index 20b484b..8bb1ff3 100644 --- a/docs/api/scriptella/driver/velocity/class-use/Driver.html +++ b/docs/api/scriptella/driver/velocity/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.velocity.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.velocity.Driver

    +

    Uses of Class
    scriptella.driver.velocity.Driver

    -
    No usage of scriptella.driver.velocity.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.velocity.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/velocity/class-use/VelocityConnection.html b/docs/api/scriptella/driver/velocity/class-use/VelocityConnection.html index 09a4270..75148ad 100644 --- a/docs/api/scriptella/driver/velocity/class-use/VelocityConnection.html +++ b/docs/api/scriptella/driver/velocity/class-use/VelocityConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.velocity.VelocityConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.velocity.VelocityConnection

    +

    Uses of Class
    scriptella.driver.velocity.VelocityConnection

    -
    No usage of scriptella.driver.velocity.VelocityConnection
    - -
    - - - - - - - +No usage of scriptella.driver.velocity.VelocityConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/velocity/class-use/VelocityProviderException.html b/docs/api/scriptella/driver/velocity/class-use/VelocityProviderException.html index 083735d..d03c02e 100644 --- a/docs/api/scriptella/driver/velocity/class-use/VelocityProviderException.html +++ b/docs/api/scriptella/driver/velocity/class-use/VelocityProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.velocity.VelocityProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.velocity.VelocityProviderException

    +

    Uses of Class
    scriptella.driver.velocity.VelocityProviderException

    -
    No usage of scriptella.driver.velocity.VelocityProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.velocity.VelocityProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/velocity/package-frame.html b/docs/api/scriptella/driver/velocity/package-frame.html deleted file mode 100644 index d5a3447..0000000 --- a/docs/api/scriptella/driver/velocity/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -scriptella.driver.velocity (Scriptella API Documentation) - - - - - -

    scriptella.driver.velocity

    -
    -

    Classes

    - -

    Exceptions

    - -
    - - diff --git a/docs/api/scriptella/driver/velocity/package-summary.html b/docs/api/scriptella/driver/velocity/package-summary.html index 72ad3cb..c0f86c2 100644 --- a/docs/api/scriptella/driver/velocity/package-summary.html +++ b/docs/api/scriptella/driver/velocity/package-summary.html @@ -1,128 +1,72 @@ - - + - + scriptella.driver.velocity (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.velocity

    -
    -
    Velocity Adapter for Scriptella.
    -
    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Driver for Velocity template engine.
      -
      VelocityConnection -
      Represents a session to velocity engine.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      VelocityProviderException -
      Thrown by Velocity Provider to indicate velocity failure.
      -
      -
    • -
    - - - -

    Package scriptella.driver.velocity Description

    +

    Package scriptella.driver.velocity

    +
    +
    +
    package scriptella.driver.velocity
    +

    Velocity Adapter for Scriptella.

    This driver allows to integrate velocity templates into script files.

    The content inside scipt elements managed by this driver is evaluated by Velocity engine and the output @@ -137,7 +81,11 @@

    General information

    URL:URL to send output to. URIs are resolved relative to a script file directory. - Runtime dependencies:velocity-dep-1.4.jar + Runtime dependencies: + velocity.jar, commons-collections.jar, commons-lang.jar. + These optional libraries are not bundled in the binary distribution. + Supply all three with the connection classpath attribute. + The examples distribution includes them for the packaged primes sample.

    Driver Specific Properties

    @@ -157,61 +105,61 @@

    Driver Specific Properties

    Example

    -<connection driver="scriptella.spi.velocity.Driver" url="report.html">
    +<connection driver="velocity" url="report.html"
    +            classpath="lib/velocity.jar;lib/commons-collections.jar;lib/commons-lang.jar">
         encoding=UTF-8;
     </connection>
     
    Registers a velocity connection which renders its output to a file report.html in the same directory where the script file resides. UTF-8 is used to encode output.
    +
    +
    + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/velocity/package-tree.html b/docs/api/scriptella/driver/velocity/package-tree.html index a7ec72b..6b848f9 100644 --- a/docs/api/scriptella/driver/velocity/package-tree.html +++ b/docs/api/scriptella/driver/velocity/package-tree.html @@ -1,111 +1,91 @@ - - + - + scriptella.driver.velocity Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.velocity

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/velocity/package-use.html b/docs/api/scriptella/driver/velocity/package-use.html index 054a1de..8abddd9 100644 --- a/docs/api/scriptella/driver/velocity/package-use.html +++ b/docs/api/scriptella/driver/velocity/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.velocity (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.velocity

    -
    No usage of scriptella.driver.velocity
    - -
    - - - - - - - +No usage of scriptella.driver.velocity
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xls/Driver.html b/docs/api/scriptella/driver/xls/Driver.html index ad739ac..cab975f 100644 --- a/docs/api/scriptella/driver/xls/Driver.html +++ b/docs/api/scriptella/driver/xls/Driver.html @@ -1,316 +1,194 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.xls
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            XLS_DRIVER_NAME

            -
            public static final java.lang.String XLS_DRIVER_NAME
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              Driver

              -
              public Driver()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xls/class-use/Driver.html b/docs/api/scriptella/driver/xls/class-use/Driver.html index 844dd98..f03c8f2 100644 --- a/docs/api/scriptella/driver/xls/class-use/Driver.html +++ b/docs/api/scriptella/driver/xls/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.xls.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.xls.Driver

    +

    Uses of Class
    scriptella.driver.xls.Driver

    -
    No usage of scriptella.driver.xls.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.xls.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xls/package-frame.html b/docs/api/scriptella/driver/xls/package-frame.html deleted file mode 100644 index cfed0fc..0000000 --- a/docs/api/scriptella/driver/xls/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -scriptella.driver.xls (Scriptella API Documentation) - - - - - -

    scriptella.driver.xls

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/driver/xls/package-summary.html b/docs/api/scriptella/driver/xls/package-summary.html index 7ee9191..ff6510d 100644 --- a/docs/api/scriptella/driver/xls/package-summary.html +++ b/docs/api/scriptella/driver/xls/package-summary.html @@ -1,105 +1,68 @@ - - + - + scriptella.driver.xls (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.xls

    -
    -
    SQLSheet Driver Adapter for Scriptella.
    +

    Package scriptella.driver.xls

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Scriptella Adapter for SQLScheet.
      -
      -
    • -
    - - - -

    Package scriptella.driver.xls Description

    +
    +
    package scriptella.driver.xls
    +
    SQLSheet Driver Adapter for Scriptella.

    SQLSheet is a JDBC driver which allows you to interact with Microsoft Excel spreadsheets using SQL statements. @@ -157,55 +120,44 @@

    Examples

    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/xls/package-tree.html b/docs/api/scriptella/driver/xls/package-tree.html index 61e45d3..a009452 100644 --- a/docs/api/scriptella/driver/xls/package-tree.html +++ b/docs/api/scriptella/driver/xls/package-tree.html @@ -1,91 +1,71 @@ - - + - + scriptella.driver.xls Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.xls

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xls/package-use.html b/docs/api/scriptella/driver/xls/package-use.html index 80d759b..088c5ce 100644 --- a/docs/api/scriptella/driver/xls/package-use.html +++ b/docs/api/scriptella/driver/xls/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.xls (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.xls

    -
    No usage of scriptella.driver.xls
    - -
    - - - - - - - +No usage of scriptella.driver.xls
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/Driver.html b/docs/api/scriptella/driver/xpath/Driver.html index ab91cf4..1baa609 100644 --- a/docs/api/scriptella/driver/xpath/Driver.html +++ b/docs/api/scriptella/driver/xpath/Driver.html @@ -1,307 +1,192 @@ - - + - + Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.xpath
    -

    Class Driver

    + +

    Class Driver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Driver

            -
            public Driver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Driver

              +
              public Driver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              connect

              -
              public Connection connect(ConnectionParameters connectionParameters)
              -
              Description copied from interface: ScriptellaDriver
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                connect

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

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/NodeVariable.html b/docs/api/scriptella/driver/xpath/NodeVariable.html index 3b5c791..c672117 100644 --- a/docs/api/scriptella/driver/xpath/NodeVariable.html +++ b/docs/api/scriptella/driver/xpath/NodeVariable.html @@ -1,416 +1,289 @@ - - + - + NodeVariable (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.xpath
    -

    Class NodeVariable

    + +

    Class NodeVariable

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.xpath.NodeVariable
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.driver.xpath.NodeVariable
      +
      +

      -
      -
      public class NodeVariable
      -extends java.lang.Object
      +
      public class NodeVariable +extends Object
      A special node variable for sub-queries and scripts that wraps the node selected by an XPath query, exposing useful methods.
      -
      -
      Author:
      +
      +
      Author:
      Martin Alderson
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          - - - - - - - - - - -
          Fields 
          Modifier and TypeField and Description
          static java.lang.StringNAME 
          +
        • +
          +

          Field Summary

          +
          Fields
          +
          +
          Modifier and Type
          +
          Field
          +
          Description
          +
          static final String
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          NodeVariable(scriptella.driver.xpath.XPathExpressionCompiler compiler, - org.w3c.dom.Node node) 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          +
          NodeVariable(scriptella.driver.xpath.XPathExpressionCompiler compiler, + Node node)
          +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.Objectget(java.lang.String expression) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + +
          get(String expression)
          +
          Gets the text value(s) of the node(s) selected by the specified XPath expression.
          -
        • java.lang.StringgetString(java.lang.String expression) + + +
          getString(String expression)
          +
          Gets the string value of the first selected node by the specified XPath expression.
          -
          java.lang.StringgetString(java.lang.String expression, - java.lang.String ifNull) + + +
          getString(String expression, + String ifNull)
          +
          Gets the string value of the first selected node by the specified XPath expression.
          -
          java.lang.String[]getStringArray(java.lang.String expression) + + +
          getStringArray(String expression)
          +
          Gets the text values of the nodes selected by the specified XPath expression.
          -
          voidremove() + +
          void
          + +
          Removes this node from the document.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - - -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              NodeVariable

              -
              public NodeVariable(scriptella.driver.xpath.XPathExpressionCompiler compiler,
              -                    org.w3c.dom.Node node)
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                NodeVariable

                +
                public NodeVariable(scriptella.driver.xpath.XPathExpressionCompiler compiler, + Node node)
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                getStringArray

                -
                public java.lang.String[] getStringArray(java.lang.String expression)
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  getStringArray

                  +
                  public String[] getStringArray(String expression)
                  Gets the text values of the nodes selected by the specified XPath expression.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  expression - xpath expression to evaluate.
                  -
                  Returns:
                  +
                  Returns:
                  a String array of text values of the selected nodes.
                  +
                • -
                - - - -
                  -
                • -

                  getString

                  -
                  public java.lang.String getString(java.lang.String expression)
                  +
                • +
                  +

                  getString

                  +
                  public String getString(String expression)
                  Gets the string value of the first selected node by the specified XPath expression.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  expression - xpath expression to evaluate.
                  -
                  Returns:
                  +
                  Returns:
                  the text value of the first selected node, or null.
                  +
                • -
                - - - -
                  -
                • -

                  getString

                  -
                  public java.lang.String getString(java.lang.String expression,
                  -                                  java.lang.String ifNull)
                  +
                • +
                  +

                  getString

                  +
                  public String getString(String expression, + String ifNull)
                  Gets the string value of the first selected node by the specified XPath expression.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  expression - xpath expression to evaluate.
                  ifNull - String to return if the specified expression evaluates to null.
                  -
                  Returns:
                  +
                  Returns:
                  the text value of the first selected node, or the specified string if null.
                  +
                • -
                - - - -
                  -
                • -

                  get

                  -
                  public java.lang.Object get(java.lang.String expression)
                  +
                • +
                  +

                  get

                  +
                  public Object get(String expression)
                  Gets the text value(s) of the node(s) selected by the specified XPath expression.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  expression - xpath expression to evaluate.
                  -
                  Returns:
                  +
                  Returns:
                  a String array of the selected nodes, or just a single String if one node found.
                  +
                • -
                - - - -
                  -
                • -

                  remove

                  -
                  public void remove()
                  +
                • +
                  +

                  remove

                  +
                  public void remove()
                  Removes this node from the document. This is especially useful to improve performance and reduce memory usage when processing large documents.
                  +
                +
              -
            • -
            -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/XPathConnection.html b/docs/api/scriptella/driver/xpath/XPathConnection.html index 8252b1b..e7b1ff0 100644 --- a/docs/api/scriptella/driver/xpath/XPathConnection.html +++ b/docs/api/scriptella/driver/xpath/XPathConnection.html @@ -1,490 +1,350 @@ - - + - + XPathConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.xpath
    -

    Class XPathConnection

    + +

    Class XPathConnection

    -
    - -
    - -
    -
    -
    +
    +
    +

    Fields inherited from class scriptella.spi.AbstractConnection

    +counter
    + - -
    +
     
    + +
     
    +
    + - - +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            CACHE_QUERIES

            -
            public static final java.lang.String CACHE_QUERIES
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              CACHE_QUERIES

              +
              public static final String CACHE_QUERIES
              Name of the cache_queries connection property. Specifies flag to use queries cache, default is true. If set to "false" XML document under URL will be parsed for each or + +
              +
              + +
              -
              - -
              - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/XPathProviderException.html b/docs/api/scriptella/driver/xpath/XPathProviderException.html index 2c6c34b..5d86783 100644 --- a/docs/api/scriptella/driver/xpath/XPathProviderException.html +++ b/docs/api/scriptella/driver/xpath/XPathProviderException.html @@ -1,373 +1,234 @@ - - + - + XPathProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.xpath
    -

    Class XPathProviderException

    + +

    Class XPathProviderException

    -
    - -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          XPathProviderException

          -
          public XPathProviderException()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            XPathProviderException

            +
            public XPathProviderException()
            +
          • -
          - - - -
            -
          • -

            XPathProviderException

            -
            public XPathProviderException(java.lang.String message)
            +
          • +
            +

            XPathProviderException

            +
            public XPathProviderException(String message)
            +
          • -
          - - - -
            -
          • -

            XPathProviderException

            -
            public XPathProviderException(java.lang.String message,
            -                              java.lang.Throwable cause)
            +
          • +
            +

            XPathProviderException

            +
            public XPathProviderException(String message, + Throwable cause)
            +
          • -
          - - - -
            -
          • -

            XPathProviderException

            -
            public XPathProviderException(java.lang.Throwable cause)
            +
          • +
            +

            XPathProviderException

            +
            public XPathProviderException(Throwable cause)
            +
          +
        • -
        - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/XPathQueryExecutor.html b/docs/api/scriptella/driver/xpath/XPathQueryExecutor.html index 7e79231..7abf9af 100644 --- a/docs/api/scriptella/driver/xpath/XPathQueryExecutor.html +++ b/docs/api/scriptella/driver/xpath/XPathQueryExecutor.html @@ -1,220 +1,171 @@ - - + - + XPathQueryExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.driver.xpath
    -

    Class XPathQueryExecutor

    + +

    Class XPathQueryExecutor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.driver.xpath.XPathQueryExecutor
      • -
      -
    • -
    -
    - -
    -
    -
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidexecute(QueryCallback queryCallback, - ParametersCallback parentParameters) +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      void
      +
      execute(QueryCallback queryCallback, + ParametersCallback parentParameters)
      +
      Executes a query and notifies queryCallback for each found node.
      -
    • java.lang.ObjectgetParameter(java.lang.String name) + + + +
      Returns the value of parameter specified by name.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            XPathQueryExecutor

            -
            public XPathQueryExecutor(java.lang.ThreadLocal<org.w3c.dom.Node> context,
            -                          org.w3c.dom.Document document,
            -                          Resource xpathResource,
            -                          scriptella.driver.xpath.XPathExpressionCompiler compiler,
            -                          AbstractConnection.StatementCounter counter,
            -                          boolean returnArrays)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              XPathQueryExecutor

              +
              public XPathQueryExecutor(ThreadLocal<Node> context, + Document document, + Resource xpathResource, + scriptella.driver.xpath.XPathExpressionCompiler compiler, + AbstractConnection.StatementCounter counter, + boolean returnArrays)
              Crates executor to query document using a specified xpath expression.
              -
              -
              Parameters:
              +
              +
              Parameters:
              context - thread local for sharing current node between queries. The instance of thread local is shared between all connection queries.
              document - document to query.
              @@ -223,123 +174,60 @@

              XPathQueryExecutor

              counter - statement counter.
              returnArrays - true if string arrays should be returned for variables.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              execute

              -
              public void execute(QueryCallback queryCallback,
              -                    ParametersCallback parentParameters)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                execute

                +
                public void execute(QueryCallback queryCallback, + ParametersCallback parentParameters)
                Executes a query and notifies queryCallback for each found node.
                -
                -
                Parameters:
                +
                +
                Parameters:
                queryCallback - callback to notify for each found node.
                parentParameters - parent parameters to inherit.
                +
              • -
              - - - -
                -
              • -

                getParameter

                -
                public java.lang.Object getParameter(java.lang.String name)
                -
                Description copied from interface: ParametersCallback
                +
              • +
                +

                getParameter

                +
                public Object getParameter(String name)
                +
                Description copied from interface: ParametersCallback
                Returns the value of parameter specified by name.

                The callback internally delegates a call to parent callbacks if the parameter cannot be found.

                -
                -
                Specified by:
                -
                getParameter in interface ParametersCallback
                -
                Parameters:
                +
                +
                Specified by:
                +
                getParameter in interface ParametersCallback
                +
                Parameters:
                name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
                -
                Returns:
                +
                Returns:
                parameter value or null if parameter doesn't exist.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/class-use/Driver.html b/docs/api/scriptella/driver/xpath/class-use/Driver.html index ad810da..f6936b3 100644 --- a/docs/api/scriptella/driver/xpath/class-use/Driver.html +++ b/docs/api/scriptella/driver/xpath/class-use/Driver.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.xpath.Driver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.xpath.Driver

    +

    Uses of Class
    scriptella.driver.xpath.Driver

    -
    No usage of scriptella.driver.xpath.Driver
    - -
    - - - - - - - +No usage of scriptella.driver.xpath.Driver
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/class-use/NodeVariable.html b/docs/api/scriptella/driver/xpath/class-use/NodeVariable.html index 0d4c08b..aba0f84 100644 --- a/docs/api/scriptella/driver/xpath/class-use/NodeVariable.html +++ b/docs/api/scriptella/driver/xpath/class-use/NodeVariable.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.xpath.NodeVariable (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.xpath.NodeVariable

    +

    Uses of Class
    scriptella.driver.xpath.NodeVariable

    -
    No usage of scriptella.driver.xpath.NodeVariable
    - -
    - - - - - - - +No usage of scriptella.driver.xpath.NodeVariable
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/class-use/XPathConnection.html b/docs/api/scriptella/driver/xpath/class-use/XPathConnection.html index d327468..8a00e87 100644 --- a/docs/api/scriptella/driver/xpath/class-use/XPathConnection.html +++ b/docs/api/scriptella/driver/xpath/class-use/XPathConnection.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.xpath.XPathConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.xpath.XPathConnection

    +

    Uses of Class
    scriptella.driver.xpath.XPathConnection

    -
    No usage of scriptella.driver.xpath.XPathConnection
    - -
    - - - - - - - +No usage of scriptella.driver.xpath.XPathConnection
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/class-use/XPathProviderException.html b/docs/api/scriptella/driver/xpath/class-use/XPathProviderException.html index 29dfcf4..df2ebe4 100644 --- a/docs/api/scriptella/driver/xpath/class-use/XPathProviderException.html +++ b/docs/api/scriptella/driver/xpath/class-use/XPathProviderException.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.xpath.XPathProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.xpath.XPathProviderException

    +

    Uses of Class
    scriptella.driver.xpath.XPathProviderException

    -
    No usage of scriptella.driver.xpath.XPathProviderException
    - -
    - - - - - - - +No usage of scriptella.driver.xpath.XPathProviderException
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/class-use/XPathQueryExecutor.html b/docs/api/scriptella/driver/xpath/class-use/XPathQueryExecutor.html index 6b53530..e38539d 100644 --- a/docs/api/scriptella/driver/xpath/class-use/XPathQueryExecutor.html +++ b/docs/api/scriptella/driver/xpath/class-use/XPathQueryExecutor.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.driver.xpath.XPathQueryExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.driver.xpath.XPathQueryExecutor

    +

    Uses of Class
    scriptella.driver.xpath.XPathQueryExecutor

    -
    No usage of scriptella.driver.xpath.XPathQueryExecutor
    - -
    - - - - - - - +No usage of scriptella.driver.xpath.XPathQueryExecutor
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/package-frame.html b/docs/api/scriptella/driver/xpath/package-frame.html deleted file mode 100644 index e542956..0000000 --- a/docs/api/scriptella/driver/xpath/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -scriptella.driver.xpath (Scriptella API Documentation) - - - - - -

    scriptella.driver.xpath

    - - - diff --git a/docs/api/scriptella/driver/xpath/package-summary.html b/docs/api/scriptella/driver/xpath/package-summary.html index cf7af53..990be25 100644 --- a/docs/api/scriptella/driver/xpath/package-summary.html +++ b/docs/api/scriptella/driver/xpath/package-summary.html @@ -1,141 +1,72 @@ - - + - + scriptella.driver.xpath (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.driver.xpath

    -
    -
    XPath Driver for Scriptella.
    +

    Package scriptella.driver.xpath

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      Driver -
      Represents a driver for querying XML files with XPath expressions.
      -
      NodeVariable -
      A special node variable for sub-queries and scripts that wraps - the node selected by an XPath query, exposing useful methods.
      -
      XPathConnection -
      Represents a connection to an XML file.
      -
      XPathQueryExecutor -
      Executor for XPath queries.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      XPathProviderException -
      Thrown to indicate a problem with XML file querying.
      -
      -
    • -
    - - - -

    Package scriptella.driver.xpath Description

    +
    +
    package scriptella.driver.xpath
    +

    XPath Driver for Scriptella.

    Allows querying an XML file based on XPath expressions.

    @@ -232,55 +163,63 @@

    Examples

    Extracts rows from tables in data.xml file and produces report.csv.
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/driver/xpath/package-tree.html b/docs/api/scriptella/driver/xpath/package-tree.html index 62c648e..a37e9f1 100644 --- a/docs/api/scriptella/driver/xpath/package-tree.html +++ b/docs/api/scriptella/driver/xpath/package-tree.html @@ -1,108 +1,88 @@ - - + - + scriptella.driver.xpath Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.driver.xpath

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/driver/xpath/package-use.html b/docs/api/scriptella/driver/xpath/package-use.html index bb7937b..01bb9e5 100644 --- a/docs/api/scriptella/driver/xpath/package-use.html +++ b/docs/api/scriptella/driver/xpath/package-use.html @@ -1,126 +1,64 @@ - - + - + Uses of Package scriptella.driver.xpath (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.driver.xpath

    -
    No usage of scriptella.driver.xpath
    - -
    - - - - - - - +No usage of scriptella.driver.xpath
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/EtlContext.html b/docs/api/scriptella/execution/EtlContext.html index 0c4a2db..f4b5d1e 100644 --- a/docs/api/scriptella/execution/EtlContext.html +++ b/docs/api/scriptella/execution/EtlContext.html @@ -1,302 +1,232 @@ - - + - + EtlContext (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class EtlContext

    + +

    Class EtlContext

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.execution.EtlContext
      • -
      -
    • -
    -
    -
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            EtlContext

            -
            public EtlContext()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              EtlContext

              +
              public EtlContext()
              +
            • -
            - - - -
              -
            • -

              EtlContext

              -
              public EtlContext(boolean collectStatistics)
              +
            • +
              +

              EtlContext

              +
              public EtlContext(boolean collectStatistics)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getParameter

              -
              public java.lang.Object getParameter(java.lang.String name)
              -
              Description copied from interface: ParametersCallback
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getParameter

                +
                public Object getParameter(String name)
                +
                Description copied from interface: ParametersCallback
                Returns the value of parameter specified by name.

                The callback internally delegates a call to parent callbacks if the parameter cannot be found.

                -
                -
                Specified by:
                -
                getParameter in interface ParametersCallback
                -
                Parameters:
                +
                +
                Specified by:
                +
                getParameter in interface ParametersCallback
                +
                Parameters:
                name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
                -
                Returns:
                +
                Returns:
                parameter value or null if parameter doesn't exist.
                +
              • -
              - - - - - - - - - - - -
                -
              • -

                resolve

                -
                public java.net.URL resolve(java.lang.String uri)
                -                     throws java.net.MalformedURLException
                -
                Description copied from interface: DriverContext
                +
              • +
                +

                resolve

                +
                public URL resolve(String uri) + throws MalformedURLException
                +
                Description copied from interface: DriverContext
                Resolves a fileUrl URI relative to base URL.

                Examples:

                @@ -309,117 +239,55 @@ 

                resolve

                uri = "file.html"
                Resolves to: file:///tmp/file.html
                -
                -
                Specified by:
                -
                resolve in interface DriverContext
                -
                Parameters:
                +
                +
                Specified by:
                +
                resolve in interface DriverContext
                +
                Parameters:
                uri - URI to resolve..
                -
                Returns:
                +
                Returns:
                resolved file URL.
                -
                Throws:
                -
                java.net.MalformedURLException - if uri is malformed or cannot be resolved.
                -
                See Also:
                -
                getScriptFileURL()
                -
                -
              • +
                Throws:
                +
                MalformedURLException - if uri is malformed or cannot be resolved.
                +
                See Also:
                +
                + - - - -
                  -
                • -

                  getGlobalVariables

                  -
                  public java.util.Map<java.lang.String,java.lang.Object> getGlobalVariables()
                  +
                + +
            • -
            - - - - - - - - +
          • +
            +

            getSession

            +
            public Session getSession()
            +
          +
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/EtlExecutor.html b/docs/api/scriptella/execution/EtlExecutor.html index 18295a6..06a3f5a 100644 --- a/docs/api/scriptella/execution/EtlExecutor.html +++ b/docs/api/scriptella/execution/EtlExecutor.html @@ -1,652 +1,508 @@ - - + - + EtlExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class EtlExecutor

    + +

    Class EtlExecutor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.execution.EtlExecutor
      • -
      -
    • -
    -
    - -
    -
    -
    +
    + - - +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            EtlExecutor

            -
            public EtlExecutor()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              EtlExecutor

              +
              public EtlExecutor()
              Creates ETL executor.
              +
            • -
            - - - -
              -
            • -

              EtlExecutor

              -
              public EtlExecutor(ConfigurationEl configuration)
              +
            • +
              +

              EtlExecutor

              +
              public EtlExecutor(ConfigurationEl configuration)
              Creates an ETL executor for specified configuration file.
              -
              -
              Parameters:
              +
              +
              Parameters:
              configuration - ETL configuration.
              +
            +
          • -
          -
    +
    +
    Specified by:
    +
    run in interface Runnable
    +
    Throws:
    +
    SystemException - a wrapped EtlExecutorException.
    +
    See Also:
    +
    + +
    + - - - - - + - - -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/EtlExecutorException.html b/docs/api/scriptella/execution/EtlExecutorException.html index 7d5d399..2774979 100644 --- a/docs/api/scriptella/execution/EtlExecutorException.html +++ b/docs/api/scriptella/execution/EtlExecutorException.html @@ -1,359 +1,229 @@ - - + - + EtlExecutorException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class EtlExecutorException

    + +

    Class EtlExecutorException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • -
          -
        • java.lang.Exception
        • -
        • -
            -
          • scriptella.execution.EtlExecutorException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    -
    - + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          EtlExecutorException

          -
          public EtlExecutorException(java.lang.Throwable cause)
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            EtlExecutorException

            +
            public EtlExecutorException(Throwable cause)
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getMessage

            -
            public java.lang.String getMessage()
            -
            -
            Overrides:
            -
            getMessage in class java.lang.Throwable
            +
          • +
            +

            Method Details

            + - - - - - - - -
              -
            • -

              getLastExpression

              -
              public java.lang.Throwable getLastExpression()
              +
            • +
              +

              getLastProvider

              +
              public ProviderException getLastProvider()
              +
            • -
            - - - -
              -
            • -

              getLastElementLocation

              -
              public Location getLastElementLocation()
              +
            • +
              +

              getLastExpression

              +
              public Throwable getLastExpression()
              +
            • -
            - - - -
              -
            • -

              isCancelled

              -
              public boolean isCancelled()
              +
            • +
              +

              getLastElementLocation

              +
              public Location getLastElementLocation()
              +
            • -
            +
          • +
            +

            isCancelled

            +
            public boolean isCancelled()
            +
          +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/ExecutionStatistics.ElementInfo.html b/docs/api/scriptella/execution/ExecutionStatistics.ElementInfo.html index 67e65c5..add386c 100644 --- a/docs/api/scriptella/execution/ExecutionStatistics.ElementInfo.html +++ b/docs/api/scriptella/execution/ExecutionStatistics.ElementInfo.html @@ -1,366 +1,238 @@ - - + - + ExecutionStatistics.ElementInfo (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class ExecutionStatistics.ElementInfo

    + +

    Class ExecutionStatistics.ElementInfo

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.execution.ExecutionStatistics.ElementInfo
      • -
      -
    • -
    -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ElementInfo

            -
            public ElementInfo()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ElementInfo

              +
              public ElementInfo()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getSuccessfulExecutionCount

              -
              public int getSuccessfulExecutionCount()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getSuccessfulExecutionCount

                +
                public int getSuccessfulExecutionCount()
                +
              • -
              - - - -
                -
              • -

                getFailedExecutionCount

                -
                public int getFailedExecutionCount()
                +
              • +
                +

                getFailedExecutionCount

                +
                public int getFailedExecutionCount()
                +
              • -
              - - - -
                -
              • -

                getStatementsCount

                -
                public long getStatementsCount()
                +
              • +
                +

                getStatementsCount

                +
                public long getStatementsCount()
                Returns total number of executed statements for this element.

                Note: execution in a loop affects total number, i.e. StatementsCount=loop_count*sql_statements_count

                -
                -
                Returns:
                +
                +
                Returns:
                number of executed statements.
                +
              • -
              - - - -
                -
              • -

                getWorkingTime

                -
                public long getWorkingTime()
                +
              • +
                +

                getWorkingTime

                +
                public long getWorkingTime()
                Returns the total number of nanoseconds spent while executing this element.
                -
                -
                Returns:
                +
                +
                Returns:
                total working time in nanoseconds.
                +
              • -
              - - - -
                -
              • -

                getThroughput

                -
                public double getThroughput()
                +
              • +
                +

                getThroughput

                +
                public double getThroughput()
                Returns throughput t=statements/workingTimeSeconds. The throughput has statement/second unit.
                -
                -
                Returns:
                +
                +
                Returns:
                statement/second thoughput or -1 if no statements info available or working time is zero.
                +
              • -
              - - - -
                -
              • -

                getId

                -
                public java.lang.String getId()
                -
              • -
              +
            • +
              +

              getId

              +
              public String getId()
              +
            +
    -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/ExecutionStatistics.html b/docs/api/scriptella/execution/ExecutionStatistics.html index d3f1659..72e34b0 100644 --- a/docs/api/scriptella/execution/ExecutionStatistics.html +++ b/docs/api/scriptella/execution/ExecutionStatistics.html @@ -1,416 +1,280 @@ - - + - + ExecutionStatistics (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class ExecutionStatistics

    + +

    Class ExecutionStatistics

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.execution.ExecutionStatistics
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.execution.ExecutionStatistics
      +
      +

      -
      -
      public class ExecutionStatistics
      -extends java.lang.Object
      +
      public class ExecutionStatistics +extends Object
      Represents script execution statistics

      The statistics is groupped by script elements i.e. script or query.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ExecutionStatistics

            -
            public ExecutionStatistics()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ExecutionStatistics

              +
              public ExecutionStatistics()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getExecutedStatementsCount

              -
              public int getExecutedStatementsCount()
              -
              -
              Returns:
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getExecutedStatementsCount

                +
                public int getExecutedStatementsCount()
                +
                +
                Returns:
                number of statements executed for all elements.
                +
              • -
              - - - - - - - -
                -
              • -

                getCategoriesStatistics

                -
                public java.util.Map<java.lang.String,java.lang.Integer> getCategoriesStatistics()
                +
              • +
                +

                getCategoriesStatistics

                +
                public Map<String,Integer> getCategoriesStatistics()
                Returns the statistics on executed categories, e.g. queries-5times, scripts-10times.

                Note the category names are xml element names, no plural form used.

                -
                -
                Returns:
                +
                +
                Returns:
                xmlelement->count map .
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
              • -
              - - - -
                -
              • -

                getTotalTime

                -
                public long getTotalTime()
                +
              • +
                +

                getTotalTime

                +
                public long getTotalTime()
                Total ETL execution time or -1 if ETL hasn't completed.
                -
                -
                Returns:
                +
                +
                Returns:
                ETL execution time in milliseconds.
                +
              • -
              - - - -
                -
              • -

                getStartDate

                -
                public java.util.Date getStartDate()
                +
              • +
                +

                getStartDate

                +
                public Date getStartDate()
                Returns date/time when ETL was started.
                -
                -
                Returns:
                +
                +
                Returns:
                ETL start date/time.
                +
              • -
              - - - -
                -
              • -

                getFinishDate

                -
                public java.util.Date getFinishDate()
                +
              • +
                +

                getFinishDate

                +
                public Date getFinishDate()
                Returns date/time when ETL was completed.
                -
                -
                Returns:
                +
                +
                Returns:
                ETL finish date/time.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/ExecutionStatisticsBuilder.html b/docs/api/scriptella/execution/ExecutionStatisticsBuilder.html index 414dbf0..34ad05f 100644 --- a/docs/api/scriptella/execution/ExecutionStatisticsBuilder.html +++ b/docs/api/scriptella/execution/ExecutionStatisticsBuilder.html @@ -1,416 +1,281 @@ - - + - + ExecutionStatisticsBuilder (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class ExecutionStatisticsBuilder

    + +

    Class ExecutionStatisticsBuilder

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.execution.ExecutionStatisticsBuilder
      • -
      -
    • -
    -
    - -
    -
    -
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            executionStack

            -
            protected scriptella.execution.ExecutionStatisticsBuilder.ElementsStack executionStack
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              executionStack

              +
              protected scriptella.execution.ExecutionStatisticsBuilder.ElementsStack executionStack
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              ExecutionStatisticsBuilder

              -
              public ExecutionStatisticsBuilder()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                ExecutionStatisticsBuilder

                +
                public ExecutionStatisticsBuilder()
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                elementStarted

                -
                public void elementStarted(Location loc,
                -                           Connection connection)
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  elementStarted

                  +
                  public void elementStarted(Location loc, + Connection connection)
                  Called when new element execution started.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  loc - element location.
                  +
                • -
                - - - -
                  -
                • -

                  elementExecuted

                  -
                  public void elementExecuted()
                  +
                • +
                  +

                  elementExecuted

                  +
                  public void elementExecuted()
                  This method is called when element has been executed.
                  +
                • -
                - - - -
                  -
                • -

                  etlStarted

                  -
                  public void etlStarted()
                  +
                • +
                  +

                  etlStarted

                  +
                  public void etlStarted()
                  Invoked on ETL start
                  +
                • -
                - - - -
                  -
                • -

                  etlComplete

                  -
                  public void etlComplete()
                  +
                • +
                  +

                  etlComplete

                  +
                  public void etlComplete()
                  Invoked on ETL completion.
                  +
                • -
                - - - -
                  -
                • -

                  elementFailed

                  -
                  public void elementFailed()
                  -
                • -
                - - - -
                  -
                • -

                  getStatistics

                  -
                  public ExecutionStatistics getStatistics()
                  +
                • +
                  +

                  elementFailed

                  +
                  public void elementFailed()
                  +
                • -
                +
              • +
                +

                getStatistics

                +
                public ExecutionStatistics getStatistics()
                +
              +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/JmxEtlManager.html b/docs/api/scriptella/execution/JmxEtlManager.html index 9a96eb6..a112c4b 100644 --- a/docs/api/scriptella/execution/JmxEtlManager.html +++ b/docs/api/scriptella/execution/JmxEtlManager.html @@ -1,476 +1,332 @@ - - + - + JmxEtlManager (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class JmxEtlManager

    + +

    Class JmxEtlManager

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.execution.JmxEtlManager
      • -
      -
    • -
    -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
    +
    +
    Parameters:
    mbeanServer - mbean server.
    + - - - - -
      -
    • -

      register

      -
      public void register()
      +
    • +
      +

      register

      +
      public void register()
      Registers this manager as a JMX mbean.
      +
    • -
    - - - -
      -
    • -

      cancelAll

      -
      public static int cancelAll()
      +
    • +
      +

      cancelAll

      +
      public static int cancelAll()
      Cancels all in-progress ETL tasks.
      -
      -
      Returns:
      +
      +
      Returns:
      number of cancelled ETL tasks.
      +
    • -
    - - - -
      -
    • -

      findEtlMBeans

      -
      public static java.util.Set<javax.management.ObjectName> findEtlMBeans()
      +
    • +
      +

      findEtlMBeans

      +
      public static Set<ObjectName> findEtlMBeans()
      Find ETL mbeans.
      -
      -
      Returns:
      +
      +
      Returns:
      set of object names.
      +
    • -
    - - - -
      -
    • -

      unregister

      -
      public void unregister()
      +
    • +
      +

      unregister

      +
      public void unregister()
      Unregisters this manager from the JMX server.

      This method does not throws any exceptions.

      +
    • -
    - - - - - - - -
      -
    • -

      getName

      -
      public javax.management.ObjectName getName()
      +
    • +
      +

      getName

      +
      public ObjectName getName()
      Returns name of the MBean assigned at registration time.
      -
      -
      Returns:
      +
      +
      Returns:
      name of the mbean.
      +
    + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/JmxEtlManagerMBean.html b/docs/api/scriptella/execution/JmxEtlManagerMBean.html index c3f346c..0e76679 100644 --- a/docs/api/scriptella/execution/JmxEtlManagerMBean.html +++ b/docs/api/scriptella/execution/JmxEtlManagerMBean.html @@ -1,111 +1,85 @@ - - + - + JmxEtlManagerMBean (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Interface JmxEtlManagerMBean

    + +

    Interface JmxEtlManagerMBean

    -
    -
    -
      -
    • -
      +
      +
      All Known Implementing Classes:
      -
      JmxEtlManager
      +
      JmxEtlManager

      -
      -
      public interface JmxEtlManagerMBean
      +
      public interface JmxEtlManagerMBean
      JMX MBean interface for ETL task.

      This interface specifies attributes and operations available via JMX.

      The ETL mbeans have the following naming convention: @@ -115,191 +89,113 @@

      Interface JmxEtlManagerMB The collision ID is appended only if the same file is executed simultaneously.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getExecutedStatementsCount

            -
            long getExecutedStatementsCount()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getExecutedStatementsCount

              +
              long getExecutedStatementsCount()
              Returns the number of executed statements by all connections of the ETL task.
              -
              -
              Returns:
              +
              +
              Returns:
              non-negative number of executed statements.
              +
            • -
            - - - -
              -
            • -

              getStartDate

              -
              java.util.Date getStartDate()
              +
            • +
              +

              getStartDate

              +
              Date getStartDate()
              Returns the date/time when ETL was started.
              -
              -
              Returns:
              +
              +
              Returns:
              date/time.
              +
            • -
            - - - -
              -
            • -

              getThroughput

              -
              double getThroughput()
              +
            • +
              +

              getThroughput

              +
              double getThroughput()
              Returns the throughput of the managed ETL task.
              -
              -
              Returns:
              +
              +
              Returns:
              statements/sec throughput or 0 if undefined.
              +
            • -
            - - - -
              -
            • -

              cancel

              -
              void cancel()
              +
            • +
              +

              cancel

              +
              void cancel()
              Cancels the managed ETL task.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/SilentExecutionStatisticsBuilder.html b/docs/api/scriptella/execution/SilentExecutionStatisticsBuilder.html index d8c333f..e984e7b 100644 --- a/docs/api/scriptella/execution/SilentExecutionStatisticsBuilder.html +++ b/docs/api/scriptella/execution/SilentExecutionStatisticsBuilder.html @@ -1,357 +1,228 @@ - - + - + SilentExecutionStatisticsBuilder (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.execution
    -

    Class SilentExecutionStatisticsBuilder

    + +

    Class SilentExecutionStatisticsBuilder

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.execution.ExecutionStatisticsBuilder

    +etlComplete, etlStarted, getStatistics
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/class-use/EtlContext.html b/docs/api/scriptella/execution/class-use/EtlContext.html index 15b6a65..c514987 100644 --- a/docs/api/scriptella/execution/class-use/EtlContext.html +++ b/docs/api/scriptella/execution/class-use/EtlContext.html @@ -1,254 +1,159 @@ - - + - + Uses of Class scriptella.execution.EtlContext (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.EtlContext

    -
    -
    -
    +
    +
    + - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/execution/class-use/EtlExecutor.html b/docs/api/scriptella/execution/class-use/EtlExecutor.html index 1a279ee..1a69d66 100644 --- a/docs/api/scriptella/execution/class-use/EtlExecutor.html +++ b/docs/api/scriptella/execution/class-use/EtlExecutor.html @@ -1,209 +1,124 @@ - - + - + Uses of Class scriptella.execution.EtlExecutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.EtlExecutor

    +

    Uses of Class
    scriptella.execution.EtlExecutor

    -
    -
    +
    +
    + - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/execution/class-use/EtlExecutorException.html b/docs/api/scriptella/execution/class-use/EtlExecutorException.html index 865202d..21bfc2e 100644 --- a/docs/api/scriptella/execution/class-use/EtlExecutorException.html +++ b/docs/api/scriptella/execution/class-use/EtlExecutorException.html @@ -1,240 +1,147 @@ - - + - + Uses of Class scriptella.execution.EtlExecutorException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.EtlExecutorException

    -
    -
    -
    +
    +
    +
    + + - +
  • +
    +

    Uses of EtlExecutorException in scriptella.tools.launcher

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    EtlLauncher.execute(File file)
    +
     
    +
    +
  • + + +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/class-use/ExecutionStatistics.ElementInfo.html b/docs/api/scriptella/execution/class-use/ExecutionStatistics.ElementInfo.html index b38d117..a8445d4 100644 --- a/docs/api/scriptella/execution/class-use/ExecutionStatistics.ElementInfo.html +++ b/docs/api/scriptella/execution/class-use/ExecutionStatistics.ElementInfo.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.execution.ExecutionStatistics.ElementInfo (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.ExecutionStatistics.ElementInfo

    +

    Uses of Class
    scriptella.execution.ExecutionStatistics.ElementInfo

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/execution/class-use/ExecutionStatistics.html b/docs/api/scriptella/execution/class-use/ExecutionStatistics.html index f477487..d1d9fd0 100644 --- a/docs/api/scriptella/execution/class-use/ExecutionStatistics.html +++ b/docs/api/scriptella/execution/class-use/ExecutionStatistics.html @@ -1,220 +1,132 @@ - - + - + Uses of Class scriptella.execution.ExecutionStatistics (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.ExecutionStatistics

    +

    Uses of Class
    scriptella.execution.ExecutionStatistics

    -
    -
    +
    +
    + - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/execution/class-use/ExecutionStatisticsBuilder.html b/docs/api/scriptella/execution/class-use/ExecutionStatisticsBuilder.html index 411fdc7..cad57c5 100644 --- a/docs/api/scriptella/execution/class-use/ExecutionStatisticsBuilder.html +++ b/docs/api/scriptella/execution/class-use/ExecutionStatisticsBuilder.html @@ -1,183 +1,102 @@ - - + - + Uses of Class scriptella.execution.ExecutionStatisticsBuilder (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.ExecutionStatisticsBuilder

    +

    Uses of Class
    scriptella.execution.ExecutionStatisticsBuilder

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/execution/class-use/JmxEtlManager.html b/docs/api/scriptella/execution/class-use/JmxEtlManager.html index 03313d5..b12ad8a 100644 --- a/docs/api/scriptella/execution/class-use/JmxEtlManager.html +++ b/docs/api/scriptella/execution/class-use/JmxEtlManager.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.execution.JmxEtlManager (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.JmxEtlManager

    +

    Uses of Class
    scriptella.execution.JmxEtlManager

    -
    No usage of scriptella.execution.JmxEtlManager
    - -
    - - - - - - - +No usage of scriptella.execution.JmxEtlManager
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/class-use/JmxEtlManagerMBean.html b/docs/api/scriptella/execution/class-use/JmxEtlManagerMBean.html index a312b72..9008135 100644 --- a/docs/api/scriptella/execution/class-use/JmxEtlManagerMBean.html +++ b/docs/api/scriptella/execution/class-use/JmxEtlManagerMBean.html @@ -1,170 +1,93 @@ - - + - + Uses of Interface scriptella.execution.JmxEtlManagerMBean (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.execution.JmxEtlManagerMBean

    +

    Uses of Interface
    scriptella.execution.JmxEtlManagerMBean

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/execution/class-use/SilentExecutionStatisticsBuilder.html b/docs/api/scriptella/execution/class-use/SilentExecutionStatisticsBuilder.html index 51768b4..c55fecd 100644 --- a/docs/api/scriptella/execution/class-use/SilentExecutionStatisticsBuilder.html +++ b/docs/api/scriptella/execution/class-use/SilentExecutionStatisticsBuilder.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.execution.SilentExecutionStatisticsBuilder (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.execution.SilentExecutionStatisticsBuilder

    +

    Uses of Class
    scriptella.execution.SilentExecutionStatisticsBuilder

    -
    No usage of scriptella.execution.SilentExecutionStatisticsBuilder
    - -
    - - - - - - - +No usage of scriptella.execution.SilentExecutionStatisticsBuilder
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/package-frame.html b/docs/api/scriptella/execution/package-frame.html deleted file mode 100644 index c0951ef..0000000 --- a/docs/api/scriptella/execution/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -scriptella.execution (Scriptella API Documentation) - - - - - -

    scriptella.execution

    - - - diff --git a/docs/api/scriptella/execution/package-summary.html b/docs/api/scriptella/execution/package-summary.html index aae8fc1..6de14d4 100644 --- a/docs/api/scriptella/execution/package-summary.html +++ b/docs/api/scriptella/execution/package-summary.html @@ -1,223 +1,130 @@ - - + - + scriptella.execution (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.execution

    -
    -
    Facade classes for xml scripts execution.
    +

    Package scriptella.execution

    -

    See: Description

    -
    -
    - - - - -

    Package scriptella.execution Description

    -
    Facade classes for xml scripts execution.
    - -
    - - - - - - - + +
    +
    Implementation of JmxEtlManagerMBean.
    - +
    +
    + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/execution/package-tree.html b/docs/api/scriptella/execution/package-tree.html index 11718f0..7a453df 100644 --- a/docs/api/scriptella/execution/package-tree.html +++ b/docs/api/scriptella/execution/package-tree.html @@ -1,101 +1,81 @@ - - + - + scriptella.execution Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.execution

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +

    Interface Hierarchy

    -
    - -
    - - - - - - - + +
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/execution/package-use.html b/docs/api/scriptella/execution/package-use.html index 0cedf3e..97c637a 100644 --- a/docs/api/scriptella/execution/package-use.html +++ b/docs/api/scriptella/execution/package-use.html @@ -1,270 +1,171 @@ - - + - + Uses of Package scriptella.execution (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.execution

    -
    -
    +
    + -
  • - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.execution used by scriptella.driver.spring 
    Class and Description
    EtlExecutor +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Executor for ETL files.
    -
  • EtlExecutorException + + +
    Thrown on script execution failure
    -
    ExecutionStatistics + + +
    Represents script execution statistics
    -
    +
  • +
    + -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.execution used by scriptella.execution 
    Class and Description
    EtlContext +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Execution context for script.
    -
  • EtlExecutor + + +
    Executor for ETL files.
    -
    EtlExecutorException + + +
    Thrown on script execution failure
    -
    ExecutionStatistics + + +
    Represents script execution statistics
    -
    ExecutionStatistics.ElementInfo 
    ExecutionStatisticsBuilder + + +
     
    + +
    A builder for execution statistics.
    -
    JmxEtlManagerMBean + + +
    JMX MBean interface for ETL task.
    -
    + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.execution used by scriptella.tools.launcher 
    Class and Description
    EtlExecutorException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Thrown on script execution failure
    -
  • -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/expression/Expression.EvaluationException.html b/docs/api/scriptella/expression/Expression.EvaluationException.html index 8b7fa7a..583a760 100644 --- a/docs/api/scriptella/expression/Expression.EvaluationException.html +++ b/docs/api/scriptella/expression/Expression.EvaluationException.html @@ -1,316 +1,187 @@ - - + - + Expression.EvaluationException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.expression
    -

    Class Expression.EvaluationException

    + +

    Class Expression.EvaluationException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • -
          -
        • java.lang.Exception
        • -
        • - -
        • -
        -
      • -
      -
    • -
    -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            EvaluationException

            -
            public EvaluationException()
            -
          • -
          - - - -
            -
          • -

            EvaluationException

            -
            public EvaluationException(java.lang.String message)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              EvaluationException

              +
              public EvaluationException()
              +
            • -
            - - - -
              -
            • -

              EvaluationException

              -
              public EvaluationException(java.lang.String message,
              -                           java.lang.Throwable cause)
              +
            • +
              +

              EvaluationException

              +
              public EvaluationException(String message)
              +
            • -
            - - - -
              -
            • -

              EvaluationException

              -
              public EvaluationException(java.lang.Throwable cause)
              +
            • +
              +

              EvaluationException

              +
              public EvaluationException(String message, + Throwable cause)
              +
            • -
            +
          • +
            +

            EvaluationException

            +
            public EvaluationException(Throwable cause)
            +
          +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/Expression.ParseException.html b/docs/api/scriptella/expression/Expression.ParseException.html index b31939b..1e783bd 100644 --- a/docs/api/scriptella/expression/Expression.ParseException.html +++ b/docs/api/scriptella/expression/Expression.ParseException.html @@ -1,316 +1,187 @@ - - + - + Expression.ParseException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.expression
    -

    Class Expression.ParseException

    + +

    Class Expression.ParseException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • -
          -
        • java.lang.Exception
        • -
        • - -
        • -
        -
      • -
      -
    • -
    -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ParseException

            -
            public ParseException()
            -
          • -
          - - - -
            -
          • -

            ParseException

            -
            public ParseException(java.lang.String message)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ParseException

              +
              public ParseException()
              +
            • -
            - - - -
              -
            • -

              ParseException

              -
              public ParseException(java.lang.String message,
              -                      java.lang.Throwable cause)
              +
            • +
              +

              ParseException

              +
              public ParseException(String message)
              +
            • -
            - - - -
              -
            • -

              ParseException

              -
              public ParseException(java.lang.Throwable cause)
              +
            • +
              +

              ParseException

              +
              public ParseException(String message, + Throwable cause)
              +
            • -
            +
          • +
            +

            ParseException

            +
            public ParseException(Throwable cause)
            +
          +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/Expression.html b/docs/api/scriptella/expression/Expression.html index 7023f13..f3dac61 100644 --- a/docs/api/scriptella/expression/Expression.html +++ b/docs/api/scriptella/expression/Expression.html @@ -1,345 +1,224 @@ - - + - + Expression (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.expression
    -

    Class Expression

    + +

    Class Expression

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.expression.Expression
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.expression.Expression
      +
      +
      +
      Direct Known Subclasses:
      -
      JexlExpression
      +
      JexlExpression

      -
      -
      public abstract class Expression
      -extends java.lang.Object
      +
      public abstract class Expression +extends Object
      Base class for all expressions.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    -
    -
    -
    + - -
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/JexlExpression.html b/docs/api/scriptella/expression/JexlExpression.html index e845f17..a8a4664 100644 --- a/docs/api/scriptella/expression/JexlExpression.html +++ b/docs/api/scriptella/expression/JexlExpression.html @@ -1,342 +1,217 @@ - - + - + JexlExpression (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.expression
    -

    Class JexlExpression

    + +

    Class JexlExpression

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.expression.Expression

    +compile, getExpression
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
    +
    +
    Returns:
    instance of JexlEngine.
    + + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/LineIterator.html b/docs/api/scriptella/expression/LineIterator.html index 6380517..99df3db 100644 --- a/docs/api/scriptella/expression/LineIterator.html +++ b/docs/api/scriptella/expression/LineIterator.html @@ -1,486 +1,346 @@ - - + - + LineIterator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.expression
    -

    Class LineIterator

    + +

    Class LineIterator

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.expression.LineIterator
      • -
      -
    • -
    -
    -
    -
    -
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclose() 
      protected java.lang.Stringformat(java.lang.String line) +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      void
      + +
       
      +
      protected String
      +
      format(String line)
      +
      Applies additional formatting to the line read.
      -
    • java.lang.StringgetLineAt(int n) + + +
      getLineAt(int n)
      +
      Returns specified line or null if EOF occured.
      -
      booleanhasNext() 
      java.lang.Stringnext() + +
      boolean
      + +
       
      + + +
      Returns the next avalable line in a reader.
      -
      voidremove() 
      intskip(int n) + +
      void
      + +
       
      +
      int
      +
      skip(int n)
      +
      Skips N lines.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
        -
      • - - -

        Methods inherited from interface java.util.Iterator

        -forEachRemaining
      • -
      -
    • -
    +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface java.util.Iterator

    +forEachRemaining
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            LineIterator

            -
            public LineIterator(java.io.Reader reader)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              LineIterator

              +
              public LineIterator(Reader reader)
              +
            • -
            - - - - - - - -
              -
            • -

              LineIterator

              -
              public LineIterator(java.io.Reader reader,
              -                    PropertiesSubstitutor substitutor,
              -                    boolean trimLines)
              +
            • +
              +

              LineIterator

              +
              public LineIterator(Reader reader, + PropertiesSubstitutor substitutor, + boolean trimLines)
              Constructs iterator.
              -
              -
              Parameters:
              +
              +
              Parameters:
              reader - reader to iterate.
              substitutor - substitutor to use to expand properties or null to disable substitution.
              trimLines - true if the returned lines should be trimmed.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              hasNext

              -
              public boolean hasNext()
              -                throws RuntimeIOException
              -
              -
              Specified by:
              -
              hasNext in interface java.util.Iterator<java.lang.String>
              -
              Returns:
              -
              true if a line is available for reading by next()
              -
              Throws:
              -
              RuntimeIOException - if IO error occurs.
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                format

                -
                protected java.lang.String format(java.lang.String line)
                +
              • +
                +

                format

                +
                protected String format(String line)
                Applies additional formatting to the line read.

                May be overriden by decorators.

                -
                -
                Parameters:
                +
                +
                Parameters:
                line - line of text, nulls allowed.
                -
                Returns:
                +
                Returns:
                formatted line.
                +
              • -
              - - - - - - - -
                -
              • -

                skip

                -
                public int skip(int n)
                +
              • +
                +

                skip

                +
                public int skip(int n)
                Skips N lines.
                -
                -
                Parameters:
                +
                +
                Parameters:
                n - number of lines to skip.
                -
                Returns:
                +
                Returns:
                the actual number of lines skipped.
                +
              • -
              - - - -
                -
              • -

                getLineAt

                -
                public java.lang.String getLineAt(int n)
                +
              • +
                +

                getLineAt

                +
                public String getLineAt(int n)
                Returns specified line or null if EOF occured.
                -
                -
                Parameters:
                +
                +
                Parameters:
                n - line number relative to the current line in the input. n>=0
                -
                Returns:
                +
                Returns:
                line n.
                +
              • -
              - - - - - - - -
                -
              • -

                close

                -
                public void close()
                -           throws java.io.IOException
                -
                -
                Specified by:
                -
                close in interface java.io.Closeable
                -
                Specified by:
                -
                close in interface java.lang.AutoCloseable
                -
                Throws:
                -
                java.io.IOException
                +
              • +
                +

                close

                +
                public void close() + throws IOException
                +
                +
                Specified by:
                +
                close in interface AutoCloseable
                +
                Specified by:
                +
                close in interface Closeable
                +
                Throws:
                +
                IOException
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/PropertiesSubstitutor.html b/docs/api/scriptella/expression/PropertiesSubstitutor.html index 13360aa..a18d622 100644 --- a/docs/api/scriptella/expression/PropertiesSubstitutor.html +++ b/docs/api/scriptella/expression/PropertiesSubstitutor.html @@ -1,116 +1,85 @@ - - + - + PropertiesSubstitutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.expression
    -

    Class PropertiesSubstitutor

    + +

    Class PropertiesSubstitutor

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.expression.PropertiesSubstitutor
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.expression.PropertiesSubstitutor
      +
      +

      -
      -
      public class PropertiesSubstitutor
      -extends java.lang.Object
      +
      public class PropertiesSubstitutor +extends Object
      Substitutes properties(or expressions) in strings.

      $ symbol indicate property or expression to evaluate and substitute.

      The following properties/expression syntax is used: @@ -121,467 +90,343 @@

      Property reference

      $foo

      Expression

      . - Expression is wrapped by braces and evaluated by Expression engine. + Expression is wrapped by braces and evaluated by Expression engine. Examples:
      
        ${name+' '+surname} etc.
        

    This class is not thread safe

    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          - - - - - - - - - - - - - - -
          Fields 
          Modifier and TypeField and Description
          static java.util.regex.PatternEXPR_PTR +
        • +
          +

          Field Summary

          +
          Fields
          +
          +
          Modifier and Type
          +
          Field
          +
          Description
          +
          static final Pattern
          + +
          Expression pattern, e.g.
          -
        • static java.util.regex.PatternPROP_PTR + +
          static final Pattern
          + +
          Simple property patterns, e.g.
          -
          +
    +
    + - -
    + + - - + + + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
    + - - - - -
      -
    • -

      PropertiesSubstitutor

      -
      public PropertiesSubstitutor(ParametersCallback parameters)
      +
    • +
      +

      PropertiesSubstitutor

      +
      public PropertiesSubstitutor(ParametersCallback parameters)
      Creates a properties substitutor.
      -
      -
      Parameters:
      +
      +
      Parameters:
      parameters - parameters callback to use for substitution.
      +
    • -
    - - - -
      -
    • -

      PropertiesSubstitutor

      -
      public PropertiesSubstitutor(java.util.Map<java.lang.String,?> map)
      +
    • +
      +

      PropertiesSubstitutor

      +
      public PropertiesSubstitutor(Map<String,?> map)
      Creates a properties substitutor based on specified properties map.
      -
      -
      Parameters:
      +
      +
      Parameters:
      map - parameters to substitute.
      +
    + - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        substitute

        -
        public java.lang.String substitute(java.lang.String s)
        +
      • +
        +

        Method Details

        +
          +
        • +
          +

          substitute

          +
          public String substitute(String s)
          Substitutes properties/expressions in s and returns the result string.

          If result of evaluation is null or the property being substitued doesn't have value in callback - the whole expressions is copied into result string as is.

          -
          -
          Parameters:
          +
          +
          Parameters:
          s - string to substitute. Null strings allowed.
          -
          Returns:
          +
          Returns:
          substituted string.
          +
        • -
        - - - -
          -
        • -

          substitute

          -
          public void substitute(java.io.Reader reader,
          -                       java.io.Writer writer)
          -                throws java.io.IOException
          +
        • +
          +

          substitute

          +
          public void substitute(Reader reader, + Writer writer) + throws IOException
          Copies content from reader to writer and expands properties.
          -
          -
          Parameters:
          +
          +
          Parameters:
          reader - reader to process.
          writer - writer to output substituted content to.
          -
          Throws:
          -
          java.io.IOException - if I/O error occurs.
          +
          Throws:
          +
          IOException - if I/O error occurs.
          +
        • -
        - - - - - - - -
          -
        • -

          getParameters

          -
          public ParametersCallback getParameters()
          -
          -
          Returns:
          +
        • +
          +

          getParameters

          +
          public ParametersCallback getParameters()
          +
          +
          Returns:
          parameter callback used for substitution.
          +
        • -
        - - - -
          -
        • -

          setParameters

          -
          public void setParameters(ParametersCallback parameters)
          +
        • +
          +

          setParameters

          +
          public void setParameters(ParametersCallback parameters)
          Sets parameters callback used for substitution.
          -
          -
          Parameters:
          +
          +
          Parameters:
          parameters - not null parameters callback.
          +
        • -
        - - - -
          -
        • -

          getNullString

          -
          public java.lang.String getNullString()
          +
        • +
          +

          getNullString

          +
          public String getNullString()
          Returns string literal representing null value. -

          Used when converting objects toString(Object).

          -
          -
          Returns:
          +

          Used when converting objects toString(Object). +

          +
          Returns:
          string representing null value.
          +
        • -
        - - - -
          -
        • -

          setNullString

          -
          public void setNullString(java.lang.String nullString)
          +
        • +
          +

          setNullString

          +
          public void setNullString(String nullString)
          Sets string literal representing null. -

          Used when converting objects toString(Object).

          -
          -
          Parameters:
          +

          Used when converting objects toString(Object). +

          +
          Parameters:
          nullString - string literal representing null
          +
        • -
        - - - -
          -
        • -

          toString

          -
          protected java.lang.String toString(java.lang.Object o)
          +
        • +
          +

          toString

          +
          protected String toString(Object o)
          Converts specified object to string. -

          getNullString() represents null values. +

          getNullString() represents null values.

          Subclasses may provide custom conversion strategy here.

          -
          -
          Parameters:
          +
          +
          Parameters:
          o - object to convert to String.
          -
          Returns:
          +
          Returns:
          string representation of object.
          +
        • -
        - - - -
          -
        • -

          hasProperties

          -
          public static boolean hasProperties(java.lang.String string)
          +
        • +
          +

          hasProperties

          +
          public static boolean hasProperties(String string)
          Tests if the given string contains properties/expressions.
          -
          -
          Parameters:
          +
          +
          Parameters:
          string - string to check.
          -
          Returns:
          +
          Returns:
          true if a given string contains properties/expressions.
          +
        +
      -
    • -
    - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/class-use/Expression.EvaluationException.html b/docs/api/scriptella/expression/class-use/Expression.EvaluationException.html index 4b26ab7..8d63ae0 100644 --- a/docs/api/scriptella/expression/class-use/Expression.EvaluationException.html +++ b/docs/api/scriptella/expression/class-use/Expression.EvaluationException.html @@ -1,172 +1,94 @@ - - + - + Uses of Class scriptella.expression.Expression.EvaluationException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.expression.Expression.EvaluationException

    +

    Uses of Class
    scriptella.expression.Expression.EvaluationException

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/expression/class-use/Expression.ParseException.html b/docs/api/scriptella/expression/class-use/Expression.ParseException.html index 93f9058..66c33f5 100644 --- a/docs/api/scriptella/expression/class-use/Expression.ParseException.html +++ b/docs/api/scriptella/expression/class-use/Expression.ParseException.html @@ -1,179 +1,100 @@ - - + - + Uses of Class scriptella.expression.Expression.ParseException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.expression.Expression.ParseException

    +

    Uses of Class
    scriptella.expression.Expression.ParseException

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/expression/class-use/Expression.html b/docs/api/scriptella/expression/class-use/Expression.html index 0f9f863..5f48962 100644 --- a/docs/api/scriptella/expression/class-use/Expression.html +++ b/docs/api/scriptella/expression/class-use/Expression.html @@ -1,183 +1,102 @@ - - + - + Uses of Class scriptella.expression.Expression (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.expression.Expression

    +

    Uses of Class
    scriptella.expression.Expression

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/expression/class-use/JexlExpression.html b/docs/api/scriptella/expression/class-use/JexlExpression.html index 7da9701..ef5e8c1 100644 --- a/docs/api/scriptella/expression/class-use/JexlExpression.html +++ b/docs/api/scriptella/expression/class-use/JexlExpression.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.expression.JexlExpression (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.expression.JexlExpression

    +

    Uses of Class
    scriptella.expression.JexlExpression

    -
    No usage of scriptella.expression.JexlExpression
    - -
    - - - - - - - +No usage of scriptella.expression.JexlExpression
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/class-use/LineIterator.html b/docs/api/scriptella/expression/class-use/LineIterator.html index 03c8ff5..25d694a 100644 --- a/docs/api/scriptella/expression/class-use/LineIterator.html +++ b/docs/api/scriptella/expression/class-use/LineIterator.html @@ -1,187 +1,108 @@ - - + - + Uses of Class scriptella.expression.LineIterator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.expression.LineIterator

    +

    Uses of Class
    scriptella.expression.LineIterator

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/expression/class-use/PropertiesSubstitutor.html b/docs/api/scriptella/expression/class-use/PropertiesSubstitutor.html index 0ddc618..5b3397f 100644 --- a/docs/api/scriptella/expression/class-use/PropertiesSubstitutor.html +++ b/docs/api/scriptella/expression/class-use/PropertiesSubstitutor.html @@ -1,280 +1,183 @@ - - + - + Uses of Class scriptella.expression.PropertiesSubstitutor (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.expression.PropertiesSubstitutor

    +

    Uses of Class
    scriptella.expression.PropertiesSubstitutor

    -
    -
    +
    +
    Constructors in scriptella.configuration with parameters of type PropertiesSubstitutor
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    XmlElement(Element element, + URL documentUrl, + PropertiesSubstitutor substitutor)
    +
     
    +
    + -
  • - - -

    Uses of PropertiesSubstitutor in scriptella.driver.csv

    - - - - - - - - - - - - -
    Methods in scriptella.driver.csv with parameters of type PropertiesSubstitutor 
    Modifier and TypeMethod and Description
    protected CsvQueryCsvConnection.newCsvQuery(CSVReader csvReader, - PropertiesSubstitutor ps) +
  • +
    +

    Uses of PropertiesSubstitutor in scriptella.driver.csv

    +
    Methods in scriptella.driver.csv with parameters of type PropertiesSubstitutor
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected CsvQuery
    +
    CsvConnection.newCsvQuery(CSVReader csvReader, + PropertiesSubstitutor ps)
    +
    Template factory method to instantiate query handlers.
    -
  • - - - - - - - - - - -
    Constructors in scriptella.driver.csv with parameters of type PropertiesSubstitutor 
    Constructor and Description
    CsvQuery(CSVReader queryReader, - PropertiesSubstitutor substitutor, - CsvConnectionParameters csvParams) + + +
    Constructors in scriptella.driver.csv with parameters of type PropertiesSubstitutor
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    CsvQuery(CSVReader queryReader, + PropertiesSubstitutor substitutor, + CsvConnectionParameters csvParams)
    +
    Creates a query for CSVReader.
    -
    +
  • +
    + -
  • - - -

    Uses of PropertiesSubstitutor in scriptella.driver.mail

    - - - - - - - - - - - - -
    Methods in scriptella.driver.mail with parameters of type PropertiesSubstitutor 
    Modifier and TypeMethod and Description
    protected javax.mail.internet.MimeMessageMailConnection.format(java.io.Reader reader, - PropertiesSubstitutor ps) 
    +
  • +
    +

    Uses of PropertiesSubstitutor in scriptella.driver.mail

    +
    Methods in scriptella.driver.mail with parameters of type PropertiesSubstitutor
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected javax.mail.internet.MimeMessage
    +
    MailConnection.format(Reader reader, + PropertiesSubstitutor ps)
    +
     
    +
    +
  • -
  • - - -

    Uses of PropertiesSubstitutor in scriptella.expression

    - - - - - - - - - - - - - -
    Constructors in scriptella.expression with parameters of type PropertiesSubstitutor 
    Constructor and Description
    LineIterator(java.io.Reader reader, - PropertiesSubstitutor substitutor) 
    LineIterator(java.io.Reader reader, - PropertiesSubstitutor substitutor, - boolean trimLines) +
  • +
    +

    Uses of PropertiesSubstitutor in scriptella.expression

    +
    Constructors in scriptella.expression with parameters of type PropertiesSubstitutor
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    LineIterator(Reader reader, + PropertiesSubstitutor substitutor)
    +
     
    +
     
    +
    LineIterator(Reader reader, + PropertiesSubstitutor substitutor, + boolean trimLines)
    +
    Constructs iterator.
    -
  • -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/expression/package-frame.html b/docs/api/scriptella/expression/package-frame.html deleted file mode 100644 index c926cde..0000000 --- a/docs/api/scriptella/expression/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - -scriptella.expression (Scriptella API Documentation) - - - - - -

    scriptella.expression

    - - - diff --git a/docs/api/scriptella/expression/package-summary.html b/docs/api/scriptella/expression/package-summary.html index 5c5f1cb..0bfa975 100644 --- a/docs/api/scriptella/expression/package-summary.html +++ b/docs/api/scriptella/expression/package-summary.html @@ -1,192 +1,116 @@ - - + - + scriptella.expression (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.expression

    -
    -
    Classes for working with expressions and properties substitution.
    -
    -

    See: Description

    +

    Package scriptella.expression

    -
    - - - - -

    Package scriptella.expression Description

    -
    Classes for working with expressions and properties substitution.
    - - - - -

    +

    + + + + +
    +
    + +
    +
    + diff --git a/docs/api/scriptella/expression/package-tree.html b/docs/api/scriptella/expression/package-tree.html index ee4c2fa..0f16a8c 100644 --- a/docs/api/scriptella/expression/package-tree.html +++ b/docs/api/scriptella/expression/package-tree.html @@ -1,103 +1,83 @@ - - + - + scriptella.expression Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.expression

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/expression/package-use.html b/docs/api/scriptella/expression/package-use.html index b0b5f8e..75bdb12 100644 --- a/docs/api/scriptella/expression/package-use.html +++ b/docs/api/scriptella/expression/package-use.html @@ -1,264 +1,164 @@ - - + - + Uses of Package scriptella.expression (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.expression

    -
    -
    +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.expression used by scriptella.driver.csv 
    Class and Description
    PropertiesSubstitutor +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Substitutes properties(or expressions) in strings.
    -
  • +
  • +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.expression used by scriptella.driver.ldap.ldif 
    Class and Description
    LineIterator +
  • +
    + +
    +
    Class
    +
    Description
    + +
    An Iterator over the lines in a Reader, additionally properties substitution is performed.
    -
  • + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.expression used by scriptella.driver.mail 
    Class and Description
    PropertiesSubstitutor +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Substitutes properties(or expressions) in strings.
    -
  • + + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.expression used by scriptella.expression 
    Class and Description
    Expression +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Base class for all expressions.
    -
  • Expression.EvaluationException 
    Expression.ParseException 
    PropertiesSubstitutor + + +
     
    + +
     
    + +
    Substitutes properties(or expressions) in strings.
    -
    -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/interactive/ConsoleProgressIndicator.html b/docs/api/scriptella/interactive/ConsoleProgressIndicator.html index 51eee77..5c5b3ac 100644 --- a/docs/api/scriptella/interactive/ConsoleProgressIndicator.html +++ b/docs/api/scriptella/interactive/ConsoleProgressIndicator.html @@ -1,331 +1,208 @@ - - + - + ConsoleProgressIndicator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.interactive
    -

    Class ConsoleProgressIndicator

    + +

    Class ConsoleProgressIndicator

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ConsoleProgressIndicator

            -
            public ConsoleProgressIndicator(java.lang.String title)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ConsoleProgressIndicator

              +
              public ConsoleProgressIndicator(String title)
              +
            • -
            - - - -
              -
            • -

              ConsoleProgressIndicator

              -
              public ConsoleProgressIndicator()
              +
            • +
              +

              ConsoleProgressIndicator

              +
              public ConsoleProgressIndicator()
              +
            +
          • -
          - -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/LoggingConfigurer.html b/docs/api/scriptella/interactive/LoggingConfigurer.html index c7bf9b3..5e63551 100644 --- a/docs/api/scriptella/interactive/LoggingConfigurer.html +++ b/docs/api/scriptella/interactive/LoggingConfigurer.html @@ -1,266 +1,161 @@ - - + - + LoggingConfigurer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.interactive
    -

    Class LoggingConfigurer

    + +

    Class LoggingConfigurer

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.interactive.LoggingConfigurer
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.interactive.LoggingConfigurer
      +
      +

      -
      -
      public class LoggingConfigurer
      -extends java.lang.Object
      +
      public class LoggingConfigurer +extends Object
      Scriptella runtime configurer for java.util.Logging.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static voidconfigure(java.util.logging.Handler handler) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          static void
          +
          configure(Handler handler)
          +
          Configures logging messages to use specified handler
          -
        • static voidremove(java.util.logging.Handler handler) 
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    static void
    +
    remove(Handler handler)
    +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            configure

            -
            public static void configure(java.util.logging.Handler handler)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              configure

              +
              public static void configure(Handler handler)
              Configures logging messages to use specified handler
              -
              -
              Parameters:
              +
              +
              Parameters:
              handler - to use.
              +
            • -
            - - - -
              -
            • -

              remove

              -
              public static void remove(java.util.logging.Handler handler)
              -
            • -
            +
          • +
            +

            remove

            +
            public static void remove(Handler handler)
            +
          +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/ProgressCallback.Subprogress.html b/docs/api/scriptella/interactive/ProgressCallback.Subprogress.html index 32c1b2b..243ed62 100644 --- a/docs/api/scriptella/interactive/ProgressCallback.Subprogress.html +++ b/docs/api/scriptella/interactive/ProgressCallback.Subprogress.html @@ -1,329 +1,202 @@ - - + - + ProgressCallback.Subprogress (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.interactive
    -

    Class ProgressCallback.Subprogress

    + +

    Class ProgressCallback.Subprogress

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            Subprogress

            -
            public Subprogress(ProgressCallback parent,
            -                   int size,
            -                   int oldSize)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              Subprogress

              +
              public Subprogress(ProgressCallback parent, + int size, + int oldSize)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              step

              -
              public int step(int step,
              -                java.lang.String message)
              -
              -
              Overrides:
              -
              step in class ProgressCallback
              +
            • +
              +

              Method Details

              + +
            -
          • -
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/ProgressCallback.html b/docs/api/scriptella/interactive/ProgressCallback.html index df308b7..7f0ce0e 100644 --- a/docs/api/scriptella/interactive/ProgressCallback.html +++ b/docs/api/scriptella/interactive/ProgressCallback.html @@ -1,500 +1,333 @@ - - + - + ProgressCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.interactive
    -

    Class ProgressCallback

    + +

    Class ProgressCallback

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.interactive.ProgressCallback
      • -
      -
    • -
    -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            size

            -
            protected int size
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              size

              +
              protected int size
              +
            • -
            - - - -
              -
            • -

              pos

              -
              protected int pos
              +
            • +
              +

              pos

              +
              protected int pos
              +
            • -
            - - - - +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              ProgressCallback

              -
              public ProgressCallback(int size)
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                ProgressCallback

                +
                public ProgressCallback(int size)
                +
              • -
              - - - -
                -
              • -

                ProgressCallback

                -
                public ProgressCallback(int size,
                -                        ProgressIndicator indicator)
                +
              • +
                +

                ProgressCallback

                +
                public ProgressCallback(int size, + ProgressIndicator indicator)
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                step

                -
                public int step(int step)
                -
              • -
              - - - -
                -
              • -

                step

                -
                public int step(int step,
                -                java.lang.String message)
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  step

                  +
                  public int step(int step)
                  +
                • -
                - - - -
                  -
                • -

                  isComplete

                  -
                  public boolean isComplete()
                  +
                • +
                  +

                  step

                  +
                  public int step(int step, + String message)
                  +
                • -
                - - - -
                  -
                • -

                  complete

                  -
                  public void complete()
                  +
                • +
                  +

                  isComplete

                  +
                  public boolean isComplete()
                  +
                • -
                - - - -
                  -
                • -

                  getSize

                  -
                  public int getSize()
                  +
                • +
                  +

                  complete

                  +
                  public void complete()
                  +
                • -
                - - - -
                  -
                • -

                  getPos

                  -
                  public int getPos()
                  +
                • +
                  +

                  getSize

                  +
                  public int getSize()
                  +
                • -
                - - - -
                  -
                • -

                  setProgressBar

                  -
                  public void setProgressBar(ProgressIndicator progressIndicator)
                  +
                • +
                  +

                  getPos

                  +
                  public int getPos()
                  +
                • -
                - - - - - - - - - - - -
                  -
                • -

                  getLeft

                  -
                  public int getLeft()
                  +
                • +
                  +

                  fork

                  +
                  public ProgressCallback fork(int step, + int newSize)
                  +
                • -
                +
              • +
                +

                getLeft

                +
                public int getLeft()
                +
              +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/ProgressIndicator.html b/docs/api/scriptella/interactive/ProgressIndicator.html index 2df9a1d..f38406f 100644 --- a/docs/api/scriptella/interactive/ProgressIndicator.html +++ b/docs/api/scriptella/interactive/ProgressIndicator.html @@ -1,244 +1,152 @@ - - + - + ProgressIndicator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.interactive
    -

    Interface ProgressIndicator

    + +

    Interface ProgressIndicator

    -
    -
    - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Instance Methods Abstract Methods 
          Modifier and TypeMethod and Description
          voidshowProgress(double progress, - java.lang.String message) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          void
          +
          showProgress(double progress, + String message)
          +
          Invoked when script execution progress has been changed.
          -
        • -
        • -
        +
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            showProgress

            -
            void showProgress(double progress,
            -                  java.lang.String message)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              showProgress

              +
              void showProgress(double progress, + String message)
              Invoked when script execution progress has been changed.
              -
              -
              Parameters:
              +
              +
              Parameters:
              progress - progress value between 0 and 1 inclusive.
              message - completed event description.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/ProgressIndicatorBase.html b/docs/api/scriptella/interactive/ProgressIndicatorBase.html index 15b0e1c..57985fe 100644 --- a/docs/api/scriptella/interactive/ProgressIndicatorBase.html +++ b/docs/api/scriptella/interactive/ProgressIndicatorBase.html @@ -1,343 +1,223 @@ - - + - + ProgressIndicatorBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.interactive
    -

    Class ProgressIndicatorBase

    + +

    Class ProgressIndicatorBase

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.interactive.ProgressIndicatorBase
      • -
      -
    • -
    -
    - -
    -
    -
      -
    • + +
      +
        - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Abstract Methods Concrete Methods 
          Modifier and TypeMethod and Description
          protected doublegetOutputThreshold() 
          protected voidonComplete(java.lang.String label) 
          protected abstract voidshow(java.lang.String label, - double progress) 
          voidshowProgress(double progress, - java.lang.String message) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          protected double
          + +
           
          +
          protected void
          + +
           
          +
          protected abstract void
          +
          show(String label, + double progress)
          +
           
          +
          void
          +
          showProgress(double progress, + String message)
          +
          Invoked when script execution progress has been changed.
          -
        • -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ProgressIndicatorBase

            -
            public ProgressIndicatorBase()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ProgressIndicatorBase

              +
              public ProgressIndicatorBase()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              showProgress

              -
              public void showProgress(double progress,
              -                         java.lang.String message)
              -
              Description copied from interface: ProgressIndicator
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                showProgress

                +
                public void showProgress(double progress, + String message)
                +
                Description copied from interface: ProgressIndicator
                Invoked when script execution progress has been changed.
                -
                -
                Specified by:
                -
                showProgress in interface ProgressIndicator
                -
                Parameters:
                +
                +
                Specified by:
                +
                showProgress in interface ProgressIndicator
                +
                Parameters:
                progress - progress value between 0 and 1 inclusive.
                message - completed event description.
                +
              • -
              - - - -
                -
              • -

                getOutputThreshold

                -
                protected double getOutputThreshold()
                -
              • -
              - - - -
                -
              • -

                show

                -
                protected abstract void show(java.lang.String label,
                -                             double progress)
                +
              • +
                +

                getOutputThreshold

                +
                protected double getOutputThreshold()
                +
              • -
              - - - -
                -
              • -

                onComplete

                -
                protected void onComplete(java.lang.String label)
                +
              • +
                +

                show

                +
                protected abstract void show(String label, + double progress)
                +
              • -
              +
            • +
              +

              onComplete

              +
              protected void onComplete(String label)
              +
            +
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/SwingProgressIndicator.html b/docs/api/scriptella/interactive/SwingProgressIndicator.html index 1b07fca..df916a3 100644 --- a/docs/api/scriptella/interactive/SwingProgressIndicator.html +++ b/docs/api/scriptella/interactive/SwingProgressIndicator.html @@ -1,319 +1,215 @@ - - + - + SwingProgressIndicator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.interactive
    -

    Class SwingProgressIndicator

    + +

    Class SwingProgressIndicator

    -
    - -
    - -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            SwingProgressIndicator

            -
            public SwingProgressIndicator(java.lang.String title)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              SwingProgressIndicator

              +
              public SwingProgressIndicator(String title)
              +
              Deprecated.
              +
            +
          • -
          - -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/class-use/ConsoleProgressIndicator.html b/docs/api/scriptella/interactive/class-use/ConsoleProgressIndicator.html index e6c0927..5370168 100644 --- a/docs/api/scriptella/interactive/class-use/ConsoleProgressIndicator.html +++ b/docs/api/scriptella/interactive/class-use/ConsoleProgressIndicator.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.interactive.ConsoleProgressIndicator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.interactive.ConsoleProgressIndicator

    +

    Uses of Class
    scriptella.interactive.ConsoleProgressIndicator

    -
    No usage of scriptella.interactive.ConsoleProgressIndicator
    - -
    - - - - - - - +No usage of scriptella.interactive.ConsoleProgressIndicator
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/class-use/LoggingConfigurer.html b/docs/api/scriptella/interactive/class-use/LoggingConfigurer.html index a13d057..cc6bc20 100644 --- a/docs/api/scriptella/interactive/class-use/LoggingConfigurer.html +++ b/docs/api/scriptella/interactive/class-use/LoggingConfigurer.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.interactive.LoggingConfigurer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.interactive.LoggingConfigurer

    +

    Uses of Class
    scriptella.interactive.LoggingConfigurer

    -
    No usage of scriptella.interactive.LoggingConfigurer
    - -
    - - - - - - - +No usage of scriptella.interactive.LoggingConfigurer
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/class-use/ProgressCallback.Subprogress.html b/docs/api/scriptella/interactive/class-use/ProgressCallback.Subprogress.html index 40e9cdd..a0dff18 100644 --- a/docs/api/scriptella/interactive/class-use/ProgressCallback.Subprogress.html +++ b/docs/api/scriptella/interactive/class-use/ProgressCallback.Subprogress.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.interactive.ProgressCallback.Subprogress (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.interactive.ProgressCallback.Subprogress

    +

    Uses of Class
    scriptella.interactive.ProgressCallback.Subprogress

    -
    No usage of scriptella.interactive.ProgressCallback.Subprogress
    - -
    - - - - - - - +No usage of scriptella.interactive.ProgressCallback.Subprogress
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/class-use/ProgressCallback.html b/docs/api/scriptella/interactive/class-use/ProgressCallback.html index 46926ef..19f07a1 100644 --- a/docs/api/scriptella/interactive/class-use/ProgressCallback.html +++ b/docs/api/scriptella/interactive/class-use/ProgressCallback.html @@ -1,223 +1,133 @@ - - + - + Uses of Class scriptella.interactive.ProgressCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.interactive.ProgressCallback

    +

    Uses of Class
    scriptella.interactive.ProgressCallback

    -
    -
    +
    +
    + +
  • +
    +

    Uses of ProgressCallback in scriptella.interactive

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    protected static class 
    + +
     
    - -
    - - - - - - - + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ProgressCallback.fork(int newSize)
    +
     
    + +
    ProgressCallback.fork(int step, + int newSize)
    +
     
    -
    +
  • + +
    + +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/interactive/class-use/ProgressIndicator.html b/docs/api/scriptella/interactive/class-use/ProgressIndicator.html index 1036e01..0ace5a1 100644 --- a/docs/api/scriptella/interactive/class-use/ProgressIndicator.html +++ b/docs/api/scriptella/interactive/class-use/ProgressIndicator.html @@ -1,312 +1,204 @@ - - + - + Uses of Interface scriptella.interactive.ProgressIndicator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.interactive.ProgressIndicator

    +

    Uses of Interface
    scriptella.interactive.ProgressIndicator

    -
    -
    +
    + -
  • - - -

    Uses of ProgressIndicator in scriptella.execution

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.execution with parameters of type ProgressIndicator 
    Modifier and TypeMethod and Description
    ExecutionStatisticsEtlExecutor.execute(ProgressIndicator indicator) +
  • +
    +

    Uses of ProgressIndicator in scriptella.execution

    +
    Methods in scriptella.execution with parameters of type ProgressIndicator
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    EtlExecutor.execute(ProgressIndicator indicator)
    +
    Executes ETL based on a specified configuration.
    -
  • protected EtlContextEtlExecutor.prepare(ProgressIndicator indicator) + +
    protected EtlContext
    +
    EtlExecutor.prepare(ProgressIndicator indicator)
    +
    Prepares the scripts context.
    -
    +
  • +
    + -
  • - - -

    Uses of ProgressIndicator in scriptella.interactive

    - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.interactive that implement ProgressIndicator 
    Modifier and TypeClass and Description
    class ConsoleProgressIndicator +
  • +
    +

    Uses of ProgressIndicator in scriptella.interactive

    +
    Classes in scriptella.interactive that implement ProgressIndicator
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Progress indicator to send out
    -
  • class ProgressIndicatorBase -
    TODO: Add documentation
    -
    class SwingProgressIndicator + +
    class 
    + +
    TODO: Add documentation
    -
    - - - - - - - - - - - - -
    Fields in scriptella.interactive declared as ProgressIndicator 
    Modifier and TypeField and Description
    protected ProgressIndicatorProgressCallback.progressIndicator 
    - - - - - - - - - - - - -
    Methods in scriptella.interactive with parameters of type ProgressIndicator 
    Modifier and TypeMethod and Description
    voidProgressCallback.setProgressBar(ProgressIndicator progressIndicator) 
    - - - - - - - - - - -
    Constructors in scriptella.interactive with parameters of type ProgressIndicator 
    Constructor and Description
    ProgressCallback(int size, - ProgressIndicator indicator) 
    -
  • -
  • - - -

    Uses of ProgressIndicator in scriptella.tools.launcher

    - - - - - - - - - - - - -
    Methods in scriptella.tools.launcher with parameters of type ProgressIndicator 
    Modifier and TypeMethod and Description
    voidEtlLauncher.setProgressIndicator(ProgressIndicator indicator) 
    -
  • - +
    +
    class 
    + +
    +
    Deprecated. +
    No longer used by Scriptella's built-in launchers.
    +
    +
    + + +
    +
    Modifier and Type
    +
    Field
    +
    Description
    + +
    ProgressCallback.progressIndicator
    +
     
    +
    +
    Methods in scriptella.interactive with parameters of type ProgressIndicator
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ProgressCallback.setProgressBar(ProgressIndicator progressIndicator)
    +
     
    +
    +
    Constructors in scriptella.interactive with parameters of type ProgressIndicator
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    ProgressCallback(int size, + ProgressIndicator indicator)
    +
     
    +
    + - +
  • +
    +

    Uses of ProgressIndicator in scriptella.tools.launcher

    +
    Methods in scriptella.tools.launcher with parameters of type ProgressIndicator
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    EtlLauncher.setProgressIndicator(ProgressIndicator indicator)
    +
     
    - -
    +
  • + + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/class-use/ProgressIndicatorBase.html b/docs/api/scriptella/interactive/class-use/ProgressIndicatorBase.html index ab04c88..41487f3 100644 --- a/docs/api/scriptella/interactive/class-use/ProgressIndicatorBase.html +++ b/docs/api/scriptella/interactive/class-use/ProgressIndicatorBase.html @@ -1,176 +1,100 @@ - - + - + Uses of Class scriptella.interactive.ProgressIndicatorBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.interactive.ProgressIndicatorBase

    +

    Uses of Class
    scriptella.interactive.ProgressIndicatorBase

    -
    -
    - -
    - - - - - - - +
    class 
    + +
    +
    Deprecated. +
    No longer used by Scriptella's built-in launchers.
    +
    - - -

    + + + + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/interactive/class-use/SwingProgressIndicator.html b/docs/api/scriptella/interactive/class-use/SwingProgressIndicator.html index cbb94e5..e0f2f23 100644 --- a/docs/api/scriptella/interactive/class-use/SwingProgressIndicator.html +++ b/docs/api/scriptella/interactive/class-use/SwingProgressIndicator.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.interactive.SwingProgressIndicator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.interactive.SwingProgressIndicator

    +

    Uses of Class
    scriptella.interactive.SwingProgressIndicator

    -
    No usage of scriptella.interactive.SwingProgressIndicator
    - -
    - - - - - - - +No usage of scriptella.interactive.SwingProgressIndicator
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/package-frame.html b/docs/api/scriptella/interactive/package-frame.html deleted file mode 100644 index e8450a4..0000000 --- a/docs/api/scriptella/interactive/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - -scriptella.interactive (Scriptella API Documentation) - - - - - -

    scriptella.interactive

    - - - diff --git a/docs/api/scriptella/interactive/package-summary.html b/docs/api/scriptella/interactive/package-summary.html index 13d1b4a..b150525 100644 --- a/docs/api/scriptella/interactive/package-summary.html +++ b/docs/api/scriptella/interactive/package-summary.html @@ -1,200 +1,122 @@ - - + - + scriptella.interactive (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.interactive

    -
    -
    Progress Indicators and other classes related to user interaction.
    +

    Package scriptella.interactive

    -

    See: Description

    -
    -
    - - - - -

    Package scriptella.interactive Description

    -
    Progress Indicators and other classes related to user interaction.
    - -
    - - - - - - - + +
    Deprecated. +
    No longer used by Scriptella's built-in launchers.
    - +
    +
    + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/interactive/package-tree.html b/docs/api/scriptella/interactive/package-tree.html index f9c23e9..18d04f6 100644 --- a/docs/api/scriptella/interactive/package-tree.html +++ b/docs/api/scriptella/interactive/package-tree.html @@ -1,154 +1,95 @@ - - + - + scriptella.interactive Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.interactive

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +

    Interface Hierarchy

    -
    - -
    - - - - - - - + +
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/interactive/package-use.html b/docs/api/scriptella/interactive/package-use.html index c41e31c..306eb10 100644 --- a/docs/api/scriptella/interactive/package-use.html +++ b/docs/api/scriptella/interactive/package-use.html @@ -1,247 +1,153 @@ - - + - + Uses of Package scriptella.interactive (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.interactive

    -
    -
    +
    + -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.interactive used by scriptella.execution 
    Class and Description
    ProgressCallback +
  • +
    + +
    +
    Class
    +
    Description
    + +
    TODO: Add documentation
    -
  • ProgressIndicator + + +
    Script execution progress indicator.
    -
    +
  • +
    + -
  • - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.interactive used by scriptella.interactive 
    Class and Description
    ProgressCallback +
  • +
    + +
    +
    Class
    +
    Description
    + +
    TODO: Add documentation
    -
  • ProgressIndicator + + +
    Script execution progress indicator.
    -
    ProgressIndicatorBase + + +
    TODO: Add documentation
    -
    + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.interactive used by scriptella.tools.launcher 
    Class and Description
    ProgressIndicator +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Script execution progress indicator.
    -
  • -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/jdbc/GenericDriver.html b/docs/api/scriptella/jdbc/GenericDriver.html index 2a033fe..783601a 100644 --- a/docs/api/scriptella/jdbc/GenericDriver.html +++ b/docs/api/scriptella/jdbc/GenericDriver.html @@ -1,384 +1,257 @@ - - + - + GenericDriver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class GenericDriver

    + +

    Class GenericDriver

    -
    - -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.AbstractScriptellaDriver

    +getScriptellaTitle, getScriptellaVersion, toString
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            GenericDriver

            -
            public GenericDriver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              GenericDriver

              +
              public GenericDriver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              loadDrivers

              -
              protected void loadDrivers(java.lang.String... drivers)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                loadDrivers

                +
                protected void loadDrivers(String... drivers)
                Tries to load one of the specified driver class names.
                -
                -
                Parameters:
                +
                +
                Parameters:
                drivers - database driver candidate names.
                -
                Throws:
                -
                JdbcException - if no drivers were loaded
                +
                Throws:
                +
                JdbcException - if no drivers were loaded
                +
              • -
              - - - - - - - -
                -
              • -

                connect

                -
                protected JdbcConnection connect(ConnectionParameters parameters,
                -                                 java.util.Properties props)
                -                          throws java.sql.SQLException
                +
              • +
                +

                connect

                +
                protected JdbcConnection connect(ConnectionParameters parameters, + Properties props) + throws SQLException
                Creates Scriptella JDBC connection.
                -
                -
                Parameters:
                +
                +
                Parameters:
                parameters - connection parameters
                props - properties to pass to jdbc driver
                -
                Returns:
                +
                Returns:
                Scriptella JDBC connection.
                -
                Throws:
                -
                java.sql.SQLException - if DB exception occurs.
                +
                Throws:
                +
                SQLException - if DB exception occurs.
                +
              • -
              - - - -
                -
              • -

                getConnection

                -
                protected java.sql.Connection getConnection(java.lang.String url,
                -                                            java.util.Properties props)
                -                                     throws java.sql.SQLException
                +
              • +
                +

                getConnection

                +
                protected Connection getConnection(String url, + Properties props) + throws SQLException
                A helper method for subclasses to avoid direct interaction with DriverManager API. -

                Calls DriverManager.getConnection(String,java.util.Properties)

                -
                -
                Throws:
                -
                java.sql.SQLException
                +

                Calls DriverManager.getConnection(String,java.util.Properties)

    +
    +
    Throws:
    +
    SQLException
    + + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/JdbcConnection.html b/docs/api/scriptella/jdbc/JdbcConnection.html index 5eba3d9..1d37151 100644 --- a/docs/api/scriptella/jdbc/JdbcConnection.html +++ b/docs/api/scriptella/jdbc/JdbcConnection.html @@ -1,931 +1,735 @@ - - + - + JdbcConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class JdbcConnection

    + +

    Class JdbcConnection

    -
    - -
    - -
    -
    -
    -
    -
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Field Detail

        - - - -
          -
        • -

          STATEMENT_CACHE_KEY

          -
          public static final java.lang.String STATEMENT_CACHE_KEY
          -
          -
          See Also:
          -
          Constant Field Values
          +
        • +
          +

          Field Details

          + - - - -
            -
          • -

            STATEMENT_SEPARATOR_KEY

            -
            public static final java.lang.String STATEMENT_SEPARATOR_KEY
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            STATEMENT_SEPARATOR_KEY

            +
            public static final String STATEMENT_SEPARATOR_KEY
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            STATEMENT_SEPARATOR_SINGLELINE_KEY

            -
            public static final java.lang.String STATEMENT_SEPARATOR_SINGLELINE_KEY
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            STATEMENT_SEPARATOR_SINGLELINE_KEY

            +
            public static final String STATEMENT_SEPARATOR_SINGLELINE_KEY
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            STATEMENT_BATCH_SIZE

            -
            public static final java.lang.String STATEMENT_BATCH_SIZE
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            STATEMENT_BATCH_SIZE

            +
            public static final String STATEMENT_BATCH_SIZE
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            STATEMENT_FETCH_SIZE

            -
            public static final java.lang.String STATEMENT_FETCH_SIZE
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            STATEMENT_FETCH_SIZE

            +
            public static final String STATEMENT_FETCH_SIZE
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - - - - - - - - - -
            -
          • -

            AUTOCOMMIT_SIZE_KEY

            -
            public static final java.lang.String AUTOCOMMIT_SIZE_KEY
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            AUTOCOMMIT_SIZE_KEY

            +
            public static final String AUTOCOMMIT_SIZE_KEY
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - - - - - -
            -
          • -

            TRANSACTION_ISOLATION_KEY

            -
            public static final java.lang.String TRANSACTION_ISOLATION_KEY
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            TRANSACTION_ISOLATION_KEY

            +
            public static final String TRANSACTION_ISOLATION_KEY
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            TRANSACTION_ISOLATION_READ_UNCOMMITTED

            -
            public static final java.lang.String TRANSACTION_ISOLATION_READ_UNCOMMITTED
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            TRANSACTION_ISOLATION_READ_UNCOMMITTED

            +
            public static final String TRANSACTION_ISOLATION_READ_UNCOMMITTED
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            TRANSACTION_ISOLATION_READ_COMMITTED

            -
            public static final java.lang.String TRANSACTION_ISOLATION_READ_COMMITTED
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            TRANSACTION_ISOLATION_READ_COMMITTED

            +
            public static final String TRANSACTION_ISOLATION_READ_COMMITTED
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            TRANSACTION_ISOLATION_REPEATABLE_READ

            -
            public static final java.lang.String TRANSACTION_ISOLATION_REPEATABLE_READ
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            TRANSACTION_ISOLATION_REPEATABLE_READ

            +
            public static final String TRANSACTION_ISOLATION_REPEATABLE_READ
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            TRANSACTION_ISOLATION_SERIALIZABLE

            -
            public static final java.lang.String TRANSACTION_ISOLATION_SERIALIZABLE
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            TRANSACTION_ISOLATION_SERIALIZABLE

            +
            public static final String TRANSACTION_ISOLATION_SERIALIZABLE
            +
            +
            See Also:
            +
            + +
            +
          • -
          - - - -
            -
          • -

            statementCacheSize

            -
            protected int statementCacheSize
            +
          • +
            +

            statementCacheSize

            +
            protected int statementCacheSize
            +
          • -
          - - - -
            -
          • -

            statementBatchSize

            -
            protected int statementBatchSize
            +
          • +
            +

            statementBatchSize

            +
            protected int statementBatchSize
            +
          • -
          - - - -
            -
          • -

            statementFetchSize

            -
            protected int statementFetchSize
            +
          • +
            +

            statementFetchSize

            +
            protected int statementFetchSize
            +
          • -
          - - - -
            -
          • -

            flushBeforeQuery

            -
            protected boolean flushBeforeQuery
            +
          • +
            +

            flushBeforeQuery

            +
            protected boolean flushBeforeQuery
            +
          • -
          - - - -
            -
          • -

            separator

            -
            protected java.lang.String separator
            +
          • +
            +

            separator

            +
            protected String separator
            +
          • -
          - - - -
            -
          • -

            separatorSingleLine

            -
            protected boolean separatorSingleLine
            +
          • +
            +

            separatorSingleLine

            +
            protected boolean separatorSingleLine
            +
          • -
          - - - -
            -
          • -

            keepformat

            -
            protected boolean keepformat
            +
          • +
            +

            keepformat

            +
            protected boolean keepformat
            +
          • -
          - - - -
            -
          • -

            autocommitSize

            -
            protected int autocommitSize
            +
          • +
            +

            autocommitSize

            +
            protected int autocommitSize
            +
          +
        • -
        -
    +
    +
    Specified by:
    +
    commit in interface Connection
    +
    Overrides:
    +
    commit in class AbstractConnection
    + - - - - - - - - - - - - -
      -
    • -

      close

      -
      public void close()
      -
      Description copied from interface: Connection
      +
    • +
      +

      close

      +
      public void close()
      +
      Description copied from interface: Connection
      Closes the connection and releases all related resources.
      -
      -
      Specified by:
      -
      close in interface Connection
      +
      +
      Specified by:
      +
      close in interface Connection
      +
    • -
    - - - - - - - - + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/JdbcException.html b/docs/api/scriptella/jdbc/JdbcException.html index cd46722..a47f11d 100644 --- a/docs/api/scriptella/jdbc/JdbcException.html +++ b/docs/api/scriptella/jdbc/JdbcException.html @@ -1,439 +1,288 @@ - - + - + JdbcException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class JdbcException

    + +

    Class JdbcException

    -
    - -
    -
    -
    -
    +
    protected void
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.spi.ProviderException

    +addErrorCode, getErrorCodes, getErrorStatement, setErrorStatement, toString
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            JdbcException

            -
            public JdbcException(java.lang.String message)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              JdbcException

              +
              public JdbcException(String message)
              +
            • -
            - - - -
              -
            • -

              JdbcException

              -
              public JdbcException(java.lang.String message,
              -                     java.lang.Throwable cause)
              +
            • +
              +

              JdbcException

              +
              public JdbcException(String message, + Throwable cause)
              +
            • -
            - - - -
              -
            • -

              JdbcException

              -
              public JdbcException(java.lang.String message,
              -                     java.lang.Throwable cause,
              -                     java.lang.String sql,
              -                     java.util.List<?> parameters)
              +
            • +
              +

              JdbcException

              +
              public JdbcException(String message, + Throwable cause, + String sql, + List<?> parameters)
              +
            • -
            - - - -
              -
            • -

              JdbcException

              -
              public JdbcException(java.lang.String message,
              -                     java.lang.Throwable cause,
              -                     java.lang.String sql)
              +
            • +
              +

              JdbcException

              +
              public JdbcException(String message, + Throwable cause, + String sql)
              +
            • -
            - - - -
              -
            • -

              JdbcException

              -
              public JdbcException(java.lang.String message,
              -                     java.lang.String sql)
              +
            • +
              +

              JdbcException

              +
              public JdbcException(String message, + String sql)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              initVendorCodes

              -
              protected void initVendorCodes(java.lang.Throwable t)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                initVendorCodes

                +
                protected void initVendorCodes(Throwable t)
                +
              • -
              - - - -
                -
              • -

                getNativeException

                -
                public java.lang.Throwable getNativeException()
                -
                Description copied from class: ProviderException
                +
              • +
                +

                getNativeException

                +
                public Throwable getNativeException()
                +
                Description copied from class: ProviderException
                This method should be overriden by providers relying on external APIs to work with connections. Used only for informative error reporting.

                Examples: SQL Exceptions, LDAP connection exceptions etc.

                -
                -
                Overrides:
                -
                getNativeException in class ProviderException
                -
                Returns:
                +
                +
                Overrides:
                +
                getNativeException in class ProviderException
                +
                Returns:
                external API throwable wich may be important for user to recognize the problem.
                +
              • -
              - - - - +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/JdbcUtils.html b/docs/api/scriptella/jdbc/JdbcUtils.html index a7d0add..83c2fc9 100644 --- a/docs/api/scriptella/jdbc/JdbcUtils.html +++ b/docs/api/scriptella/jdbc/JdbcUtils.html @@ -1,293 +1,184 @@ - - + - + JdbcUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class JdbcUtils

    + +

    Class JdbcUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.jdbc.JdbcUtils
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.jdbc.JdbcUtils
      +
      +

      -
      -
      public final class JdbcUtils
      -extends java.lang.Object
      +
      public final class JdbcUtils +extends Object
      Utility class JDBC related operations.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static voidcloseSilent(java.sql.Connection con) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          static void
          + +
          Silently closes a connection.
          -
        • static voidcloseSilent(java.sql.ResultSet rs) + +
          static void
          + +
          Silently closes a result set.
          -
          static voidcloseSilent(java.sql.Statement s) + +
          static void
          + +
          Silently closes a statement.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            closeSilent

            -
            public static void closeSilent(java.sql.Connection con)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              closeSilent

              +
              public static void closeSilent(Connection con)
              Silently closes a connection.
              -
              -
              Parameters:
              +
              +
              Parameters:
              con - connection to close. Nulls allowed.
              +
            • -
            - - - -
              -
            • -

              closeSilent

              -
              public static void closeSilent(java.sql.Statement s)
              +
            • +
              +

              closeSilent

              +
              public static void closeSilent(Statement s)
              Silently closes a statement.
              -
              -
              Parameters:
              +
              +
              Parameters:
              s - statement to close. Nulls allowed.
              +
            • -
            - - - -
              -
            • -

              closeSilent

              -
              public static void closeSilent(java.sql.ResultSet rs)
              +
            • +
              +

              closeSilent

              +
              public static void closeSilent(ResultSet rs)
              Silently closes a result set.
              -
              -
              Parameters:
              +
              +
              Parameters:
              rs - result set to close. Nulls allowed.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/ParametersParser.html b/docs/api/scriptella/jdbc/ParametersParser.html index 05c7013..a84d8c6 100644 --- a/docs/api/scriptella/jdbc/ParametersParser.html +++ b/docs/api/scriptella/jdbc/ParametersParser.html @@ -1,118 +1,87 @@ - - + - + ParametersParser (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class ParametersParser

    + +

    Class ParametersParser

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.jdbc.ParametersParser
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.jdbc.ParametersParser
      +
      +

      -
      -
      public class ParametersParser
      -extends java.lang.Object
      +
      public class ParametersParser +extends Object
      Parses parameter expressions in SQL statements. - This class use Expression parsing mechanism except the + This class use Expression parsing mechanism except the file reference case.

      The syntax of the file reference is the following:

      ?{file <Expression>} @@ -123,189 +92,116 @@

      Class ParametersParser

    • ?{file 'file:/path/img.gif')
    • ?{file 'img.gif') - represents a reference relative to a directory where script file located.
    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    -
    See Also:
    -
    Expression
    -
    - +
    See Also:
    +
    + -
    -
    -
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      java.lang.Objectevaluate(java.lang.String expression, - ParametersCallback parameters) +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      + +
      evaluate(String expression, + ParametersCallback parameters)
      +
      Parses specified expression and returns the result of evaluation.
      -
    • -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    +
    + + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ParametersParser

            -
            public ParametersParser(DriverContext driverContext)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ParametersParser

              +
              public ParametersParser(DriverContext driverContext)
              Creates a file reference parser.
              -
              -
              Parameters:
              +
              +
              Parameters:
              driverContext - drivers content to use for URL resolution.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              evaluate

              -
              public java.lang.Object evaluate(java.lang.String expression,
              -                                 ParametersCallback parameters)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                evaluate

                +
                public Object evaluate(String expression, + ParametersCallback parameters)
                Parses specified expression and returns the result of evaluation.
                -
                -
                Parameters:
                +
                +
                Parameters:
                expression - expression to parse.
                -
                Returns:
                +
                Returns:
                result of parse.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/ResultSetAdapter.html b/docs/api/scriptella/jdbc/ResultSetAdapter.html index 51aedd3..46839aa 100644 --- a/docs/api/scriptella/jdbc/ResultSetAdapter.html +++ b/docs/api/scriptella/jdbc/ResultSetAdapter.html @@ -1,355 +1,243 @@ - - + - + ResultSetAdapter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class ResultSetAdapter

    + +

    Class ResultSetAdapter

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.jdbc.ResultSetAdapter
      • -
      -
    • -
    -
    - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          ResultSetAdapter(java.sql.ResultSet resultSet, - ParametersCallback parametersCallback, - scriptella.jdbc.JdbcTypesConverter converter) +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          +
          ResultSetAdapter(ResultSet resultSet, + ParametersCallback parametersCallback, + scriptella.jdbc.JdbcTypesConverter converter)
          +
          Instantiates an adapter, prepares a cache and builds a map of column names.
          -
        • +
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclose() +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      void
      + +
      Closes the underlying resultset.
      -
    • java.lang.ObjectgetParameter(java.lang.String name) + + + +
      Returns the value of parameter specified by name.
      -
      booleannext() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    +
    +
    boolean
    + +
     
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ResultSetAdapter

            -
            public ResultSetAdapter(java.sql.ResultSet resultSet,
            -                        ParametersCallback parametersCallback,
            -                        scriptella.jdbc.JdbcTypesConverter converter)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ResultSetAdapter

              +
              public ResultSetAdapter(ResultSet resultSet, + ParametersCallback parametersCallback, + scriptella.jdbc.JdbcTypesConverter converter)
              Instantiates an adapter, prepares a cache and builds a map of column names.
              -
              -
              Parameters:
              +
              +
              Parameters:
              resultSet - resultset to adapt.
              parametersCallback - parent parameter callback.
              converter - type converter to use for getting column values as object.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              next

              -
              public boolean next()
              -
              -
              Returns:
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                next

                +
                public boolean next()
                +
                +
                Returns:
                true if the new current row is valid; false if there are no more rows
                -
                See Also:
                -
                ResultSet.next()
                +
                See Also:
                +
                + +
                +
              • -
              - - - -
                -
              • -

                getParameter

                -
                public java.lang.Object getParameter(java.lang.String name)
                -
                Description copied from interface: ParametersCallback
                +
              • +
                +

                getParameter

                +
                public Object getParameter(String name)
                +
                Description copied from interface: ParametersCallback
                Returns the value of parameter specified by name.

                The callback internally delegates a call to parent callbacks if the parameter cannot be found.

                -
                -
                Specified by:
                -
                getParameter in interface ParametersCallback
                -
                Parameters:
                +
                +
                Specified by:
                +
                getParameter in interface ParametersCallback
                +
                Parameters:
                name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
                -
                Returns:
                +
                Returns:
                parameter value or null if parameter doesn't exist.
                +
              • -
              - - - -
                -
              • -

                close

                -
                public void close()
                +
              • +
                +

                close

                +
                public void close()
                Closes the underlying resultset.

                This method should operate without raising exceptions.

                -
                -
                Specified by:
                -
                close in interface java.io.Closeable
                -
                Specified by:
                -
                close in interface java.lang.AutoCloseable
                +
                +
                Specified by:
                +
                close in interface AutoCloseable
                +
                Specified by:
                +
                close in interface Closeable
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/SqlParserBase.html b/docs/api/scriptella/jdbc/SqlParserBase.html index 91c30eb..9e4c69e 100644 --- a/docs/api/scriptella/jdbc/SqlParserBase.html +++ b/docs/api/scriptella/jdbc/SqlParserBase.html @@ -1,119 +1,88 @@ - - + - + SqlParserBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class SqlParserBase

    + +

    Class SqlParserBase

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.jdbc.SqlParserBase
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.jdbc.SqlParserBase
      +
      +

      -
      -
      public class SqlParserBase
      -extends java.lang.Object
      +
      public class SqlParserBase +extends Object
      Customizable SQL parser.

      Supported extensions - The parser supports extensions described in PropertiesSubstitutor.
      + The parser supports extensions described in PropertiesSubstitutor.
      Additionally ? prefix is used for expressions which should be injected as prepared statement parameters.

      Example:

      
      @@ -135,239 +104,150 @@ 

      Class SqlParserBase

      --only ${prop} and ?surname are handled SELECT * FROM "Table" WHERE NAME="?John${prop}" and SURNAME=?surname;
      - These extensions are handled by subclasses in handleParameter(String, boolean, boolean) method.
      -
      -
      Version:
      + These extensions are handled by subclasses in handleParameter(String, boolean, boolean) method.
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          SqlParserBase() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          protected java.lang.StringhandleParameter(java.lang.String name, - boolean expression, - boolean jdbcParam) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          protected String
          +
          handleParameter(String name, + boolean expression, + boolean jdbcParam)
          +
          Called when parameter is encountered in SQL.
          -
        • voidparse(java.io.Reader reader) + +
          void
          +
          parse(Reader reader)
          +
          Parses SQL script.
          -
          voidparse(SqlTokenizer tok) 
          protected voidstatementParsed(java.lang.String sql) + +
          void
          + +
           
          +
          protected void
          + +
          Invoked when SQL statement has been processed and all expressions handled.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            SqlParserBase

            -
            public SqlParserBase()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              SqlParserBase

              +
              public SqlParserBase()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              parse

              -
              public void parse(java.io.Reader reader)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                parse

                +
                public void parse(Reader reader)
                Parses SQL script.
                -
                -
                Parameters:
                +
                +
                Parameters:
                reader - reader with SQL script.
                +
              • -
              - - - - - - - -
                -
              • -

                handleParameter

                -
                protected java.lang.String handleParameter(java.lang.String name,
                -                                           boolean expression,
                -                                           boolean jdbcParam)
                +
              • +
                +

                handleParameter

                +
                protected String handleParameter(String name, + boolean expression, + boolean jdbcParam)
                Called when parameter is encountered in SQL.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - parameter name or expression
                expression - true if specified name is an expression, not a simple property reference
                jdbcParam - true if parameter value should be passed as prepared statement parameter. Othewise it's value should be inserted into statement text.
                -
                Returns:
                +
                Returns:
                substituion string.
                +
              • -
              - - - -
                -
              • -

                statementParsed

                -
                protected void statementParsed(java.lang.String sql)
                +
              • +
                +

                statementParsed

                +
                protected void statementParsed(String sql)
                Invoked when SQL statement has been processed and all expressions handled.
                -
                -
                Parameters:
                +
                +
                Parameters:
                sql - content of the preprocessed statement.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/SqlReaderTokenizer.html b/docs/api/scriptella/jdbc/SqlReaderTokenizer.html index 1ce0f7d..114a306 100644 --- a/docs/api/scriptella/jdbc/SqlReaderTokenizer.html +++ b/docs/api/scriptella/jdbc/SqlReaderTokenizer.html @@ -1,489 +1,339 @@ - - + - + SqlReaderTokenizer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Class SqlReaderTokenizer

    + +

    Class SqlReaderTokenizer

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.jdbc.SqlReaderTokenizer
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.jdbc.SqlReaderTokenizer
      +
      +
      +
      All Implemented Interfaces:
      -
      java.io.Closeable, java.lang.AutoCloseable, SqlTokenizer
      +
      Closeable, AutoCloseable, SqlTokenizer

      -
      -
      public final class SqlReaderTokenizer
      -extends java.lang.Object
      -implements SqlTokenizer
      +
      public final class SqlReaderTokenizer +extends Object +implements SqlTokenizer
      Reader based SQL tokenizer.

      This class splits sql statements using a specifed - separator string. + separator string.

      The ? injections in quoted literals and comments are skipped. The $ substitutions are skipped only in comments.

      This class became too complex and needs to be refactored.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            SqlReaderTokenizer

            -
            public SqlReaderTokenizer(java.io.Reader reader)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              SqlReaderTokenizer

              +
              public SqlReaderTokenizer(Reader reader)
              +
            • -
            - - - -
              -
            • -

              SqlReaderTokenizer

              -
              public SqlReaderTokenizer(java.io.Reader reader,
              -                          java.lang.String separator,
              -                          boolean separatorOnSingleLine,
              -                          boolean keepFormat)
              +
            • +
              +

              SqlReaderTokenizer

              +
              public SqlReaderTokenizer(Reader reader, + String separator, + boolean separatorOnSingleLine, + boolean keepFormat)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              nextStatement

              -
              public java.lang.String nextStatement()
              -                               throws java.io.IOException
              -
              Description copied from interface: SqlTokenizer
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                getInjections

                -
                public int[] getInjections()
                -
                Description copied from interface: SqlTokenizer
                +
              • +
                +

                getInjections

                +
                public int[] getInjections()
                +
                Description copied from interface: SqlTokenizer
                This method returns list of injections for the last returned statement.
                -
                -
                Specified by:
                -
                getInjections in interface SqlTokenizer
                -
                Returns:
                +
                +
                Specified by:
                +
                getInjections in interface SqlTokenizer
                +
                Returns:
                injections for the last returned statement.
                +
              • -
              - - - -
                -
              • -

                getSeparator

                -
                public java.lang.String getSeparator()
                +
              • +
                +

                getSeparator

                +
                public String getSeparator()
                +
              • -
              - - - -
                -
              • -

                setSeparator

                -
                public void setSeparator(java.lang.String separator)
                +
              • +
                +

                setSeparator

                +
                public void setSeparator(String separator)
                Sets statements separator.
                -
                -
                Parameters:
                +
                +
                Parameters:
                separator - statements separator. Default value is ";"
                +
              • -
              - - - -
                -
              • -

                isSeparatorOnSingleLine

                -
                public boolean isSeparatorOnSingleLine()
                +
              • +
                +

                isSeparatorOnSingleLine

                +
                public boolean isSeparatorOnSingleLine()
                +
              • -
              - - - -
                -
              • -

                setSeparatorOnSingleLine

                -
                public void setSeparatorOnSingleLine(boolean separatorOnSingleLine)
                +
              • +
                +

                setSeparatorOnSingleLine

                +
                public void setSeparatorOnSingleLine(boolean separatorOnSingleLine)
                Sets the separator mode.
                -
                -
                Parameters:
                -
                separatorOnSingleLine - true if separator must be on a single line.
                +
                +
                Parameters:
                +
                separatorOnSingleLine - true if separator must be on a single line.
                +
              • -
              - - - -
                -
              • -

                isKeepFormat

                -
                public boolean isKeepFormat()
                +
              • +
                +

                isKeepFormat

                +
                public boolean isKeepFormat()
                Returns true if preserve comments and whitespaces. Default value is false
                -
                -
                Returns:
                +
                +
                Returns:
                false by default
                +
              • -
              - - - -
                -
              • -

                setKeepFormat

                -
                public void setKeepFormat(boolean keepFormat)
                +
              • +
                +

                setKeepFormat

                +
                public void setKeepFormat(boolean keepFormat)
                Keep original text format, i.e. preserve comments and whitespaces.
                -
                -
                Parameters:
                +
                +
                Parameters:
                keepFormat - true if comments/whitespaces should be preserved.
                +
              • -
              - - - -
                -
              • -

                close

                -
                public void close()
                -           throws java.io.IOException
                -
                -
                Specified by:
                -
                close in interface java.io.Closeable
                -
                Specified by:
                -
                close in interface java.lang.AutoCloseable
                -
                Throws:
                -
                java.io.IOException
                +
              • +
                +

                close

                +
                public void close() + throws IOException
                +
                +
                Specified by:
                +
                close in interface AutoCloseable
                +
                Specified by:
                +
                close in interface Closeable
                +
                Throws:
                +
                IOException
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/SqlTokenizer.html b/docs/api/scriptella/jdbc/SqlTokenizer.html index edf2e0a..3ac61a2 100644 --- a/docs/api/scriptella/jdbc/SqlTokenizer.html +++ b/docs/api/scriptella/jdbc/SqlTokenizer.html @@ -1,314 +1,207 @@ - - + - + SqlTokenizer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.jdbc
    -

    Interface SqlTokenizer

    + +

    Interface SqlTokenizer

    -
    -
    -
      -
    • -
      +
      +
      All Superinterfaces:
      -
      java.lang.AutoCloseable, java.io.Closeable
      +
      AutoCloseable, Closeable
      -
      +
      All Known Implementing Classes:
      -
      SqlReaderTokenizer
      +
      SqlReaderTokenizer

      -
      -
      public interface SqlTokenizer
      -extends java.io.Closeable
      +
      public interface SqlTokenizer +extends Closeable
      This interface provides a contract to iterate SQL statements.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          - - - - - - - - - - -
          Fields 
          Modifier and TypeField and Description
          static int[]EMPTY_INJECTIONS_ARRAY 
          +
        • +
          +

          Field Summary

          +
          Fields
          +
          +
          Modifier and Type
          +
          Field
          +
          Description
          +
          static final int[]
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Instance Methods Abstract Methods 
          Modifier and TypeMethod and Description
          int[]getInjections() +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          int[]
          + +
          This method returns list of injections for the last returned statement.
          -
        • java.lang.StringnextStatement() + + + +
          Parses the following SQL statement from the source.
          -
          -
            -
          • - - -

            Methods inherited from interface java.io.Closeable

            -close
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from interface java.io.Closeable

    +close
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            EMPTY_INJECTIONS_ARRAY

            -
            static final int[] EMPTY_INJECTIONS_ARRAY
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              EMPTY_INJECTIONS_ARRAY

              +
              static final int[] EMPTY_INJECTIONS_ARRAY
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              nextStatement

              -
              java.lang.String nextStatement()
              -                        throws java.io.IOException
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                nextStatement

                +
                String nextStatement() + throws IOException
                Parses the following SQL statement from the source. -

                Use getInjections() to obtain recognized injections, e.g. +

                Use getInjections() to obtain recognized injections, e.g. binding variables and/or expressions.

                -
                -
                Returns:
                +
                +
                Returns:
                parsed SQL statement or null if EOF.
                -
                Throws:
                -
                java.io.IOException - if I/O exception occurs
                +
                Throws:
                +
                IOException - if I/O exception occurs
                +
              • -
              - - - -
                -
              • -

                getInjections

                -
                int[] getInjections()
                +
              • +
                +

                getInjections

                +
                int[] getInjections()
                This method returns list of injections for the last returned statement.
                -
                -
                Returns:
                +
                +
                Returns:
                injections for the last returned statement.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/class-use/GenericDriver.html b/docs/api/scriptella/jdbc/class-use/GenericDriver.html index be0515d..842273a 100644 --- a/docs/api/scriptella/jdbc/class-use/GenericDriver.html +++ b/docs/api/scriptella/jdbc/class-use/GenericDriver.html @@ -1,170 +1,334 @@ - - + - + Uses of Class scriptella.jdbc.GenericDriver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.GenericDriver

    -
    -
    -
    +
    + - +
  • +
    +

    Uses of GenericDriver in scriptella.driver.cubrid

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Cubrid database.
    +
    +
    +
  • - +
  • +
    +

    Uses of GenericDriver in scriptella.driver.db2

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for DB2 database.
    - - -
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.derby

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Derby database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.h2

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for H2 database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.jndi

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for JNDI datasources.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.mssql

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Microsoft SQL Server database JDBC driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.mysql

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for MySQL database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.oracle

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Oracle database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.postgresql

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for PostgreSQL database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.spring

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for The Spring Framework + Bean Factory(or Application Context) registered datasources.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.sybase

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Sybase ASE/ASA databases.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of GenericDriver in scriptella.driver.xls

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for SQLScheet.
    +
    +
    +
    +
  • -
    - -
    - - -
    - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/jdbc/class-use/JdbcConnection.html b/docs/api/scriptella/jdbc/class-use/JdbcConnection.html index 98ef50b..1f2ab30 100644 --- a/docs/api/scriptella/jdbc/class-use/JdbcConnection.html +++ b/docs/api/scriptella/jdbc/class-use/JdbcConnection.html @@ -1,255 +1,127 @@ - - + - + Uses of Class scriptella.jdbc.JdbcConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.JdbcConnection

    +

    Uses of Class
    scriptella.jdbc.JdbcConnection

    -
    -
    +
    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected JdbcConnection
    +
    Driver.connect(ConnectionParameters parameters, + Properties props)
    +
     
    +
    + -
  • - - -

    Uses of JdbcConnection in scriptella.jdbc

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.jdbc that return JdbcConnection 
    Modifier and TypeMethod and Description
    JdbcConnectionGenericDriver.connect(ConnectionParameters params) 
    protected JdbcConnectionGenericDriver.connect(ConnectionParameters parameters, - java.util.Properties props) +
  • +
    +

    Uses of JdbcConnection in scriptella.jdbc

    +
    Methods in scriptella.jdbc that return JdbcConnection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    GenericDriver.connect(ConnectionParameters params)
    +
     
    +
    protected JdbcConnection
    +
    GenericDriver.connect(ConnectionParameters parameters, + Properties props)
    +
    Creates Scriptella JDBC connection.
    -
  • -
  • - - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/jdbc/class-use/JdbcException.html b/docs/api/scriptella/jdbc/class-use/JdbcException.html index 528bf4c..2006c85 100644 --- a/docs/api/scriptella/jdbc/class-use/JdbcException.html +++ b/docs/api/scriptella/jdbc/class-use/JdbcException.html @@ -1,222 +1,133 @@ - - + - + Uses of Class scriptella.jdbc.JdbcException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.JdbcException

    -
    -
    -
    +
    + -
  • - - -

    Uses of JdbcException in scriptella.driver.scriptella

    - - - - - - - - - - - - -
    Subclasses of JdbcException in scriptella.driver.scriptella 
    Modifier and TypeClass and Description
    class ScriptellaProviderException +
  • +
    +

    Uses of JdbcException in scriptella.driver.scriptella

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Spring provider failure.
    -
  • +
  • + + -
  • - - -

    Uses of JdbcException in scriptella.driver.spring

    - - - - - - - - - - - - -
    Subclasses of JdbcException in scriptella.driver.spring 
    Modifier and TypeClass and Description
    class SpringProviderException +
  • +
    +

    Uses of JdbcException in scriptella.driver.spring

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Spring provider failure.
    -
  • -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/jdbc/class-use/JdbcUtils.html b/docs/api/scriptella/jdbc/class-use/JdbcUtils.html index 4d79b9a..ef54004 100644 --- a/docs/api/scriptella/jdbc/class-use/JdbcUtils.html +++ b/docs/api/scriptella/jdbc/class-use/JdbcUtils.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.jdbc.JdbcUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.JdbcUtils

    +

    Uses of Class
    scriptella.jdbc.JdbcUtils

    -
    No usage of scriptella.jdbc.JdbcUtils
    - -
    - - - - - - - +No usage of scriptella.jdbc.JdbcUtils
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/class-use/ParametersParser.html b/docs/api/scriptella/jdbc/class-use/ParametersParser.html index 61ffeed..f19c122 100644 --- a/docs/api/scriptella/jdbc/class-use/ParametersParser.html +++ b/docs/api/scriptella/jdbc/class-use/ParametersParser.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.jdbc.ParametersParser (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.ParametersParser

    +

    Uses of Class
    scriptella.jdbc.ParametersParser

    -
    No usage of scriptella.jdbc.ParametersParser
    - -
    - - - - - - - +No usage of scriptella.jdbc.ParametersParser
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/class-use/ResultSetAdapter.html b/docs/api/scriptella/jdbc/class-use/ResultSetAdapter.html index f33d7ff..a530b9a 100644 --- a/docs/api/scriptella/jdbc/class-use/ResultSetAdapter.html +++ b/docs/api/scriptella/jdbc/class-use/ResultSetAdapter.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.jdbc.ResultSetAdapter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.ResultSetAdapter

    +

    Uses of Class
    scriptella.jdbc.ResultSetAdapter

    -
    No usage of scriptella.jdbc.ResultSetAdapter
    - -
    - - - - - - - +No usage of scriptella.jdbc.ResultSetAdapter
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/class-use/SqlParserBase.html b/docs/api/scriptella/jdbc/class-use/SqlParserBase.html index f4bf0dc..8d18fbf 100644 --- a/docs/api/scriptella/jdbc/class-use/SqlParserBase.html +++ b/docs/api/scriptella/jdbc/class-use/SqlParserBase.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.jdbc.SqlParserBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.SqlParserBase

    +

    Uses of Class
    scriptella.jdbc.SqlParserBase

    -
    No usage of scriptella.jdbc.SqlParserBase
    - -
    - - - - - - - +No usage of scriptella.jdbc.SqlParserBase
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/class-use/SqlReaderTokenizer.html b/docs/api/scriptella/jdbc/class-use/SqlReaderTokenizer.html index 3052ea8..3b53271 100644 --- a/docs/api/scriptella/jdbc/class-use/SqlReaderTokenizer.html +++ b/docs/api/scriptella/jdbc/class-use/SqlReaderTokenizer.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.jdbc.SqlReaderTokenizer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.jdbc.SqlReaderTokenizer

    +

    Uses of Class
    scriptella.jdbc.SqlReaderTokenizer

    -
    No usage of scriptella.jdbc.SqlReaderTokenizer
    - -
    - - - - - - - +No usage of scriptella.jdbc.SqlReaderTokenizer
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/class-use/SqlTokenizer.html b/docs/api/scriptella/jdbc/class-use/SqlTokenizer.html index 83b3052..e69a7ab 100644 --- a/docs/api/scriptella/jdbc/class-use/SqlTokenizer.html +++ b/docs/api/scriptella/jdbc/class-use/SqlTokenizer.html @@ -1,183 +1,102 @@ - - + - + Uses of Interface scriptella.jdbc.SqlTokenizer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.jdbc.SqlTokenizer

    +

    Uses of Interface
    scriptella.jdbc.SqlTokenizer

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/jdbc/package-frame.html b/docs/api/scriptella/jdbc/package-frame.html deleted file mode 100644 index 72e963b..0000000 --- a/docs/api/scriptella/jdbc/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - -scriptella.jdbc (Scriptella API Documentation) - - - - - -

    scriptella.jdbc

    - - - diff --git a/docs/api/scriptella/jdbc/package-summary.html b/docs/api/scriptella/jdbc/package-summary.html index 47c075d..bcc13aa 100644 --- a/docs/api/scriptella/jdbc/package-summary.html +++ b/docs/api/scriptella/jdbc/package-summary.html @@ -1,175 +1,72 @@ - - + - + scriptella.jdbc (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.jdbc

    -
    -
    Scriptella JDBC Bridge.
    -
    -

    See: Description

    +

    Package scriptella.jdbc

    -
    -
      -
    • - - - - - - - - - - - - -
      Interface Summary 
      InterfaceDescription
      SqlTokenizer -
      This interface provides a contract to iterate SQL statements.
      -
      -
    • -
    • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      GenericDriver -
      Generic adapter for JDBC drivers.
      -
      JdbcConnection -
      Represents a JDBC connection.
      -
      JdbcUtils -
      Utility class JDBC related operations.
      -
      ParametersParser -
      Parses parameter expressions in SQL statements.
      -
      ResultSetAdapter -
      Represents SQL query result set as ParametersCallback.
      -
      SqlParserBase -
      Customizable SQL parser.
      -
      SqlReaderTokenizer -
      Reader based SQL tokenizer.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Exception Summary 
      ExceptionDescription
      JdbcException -
      Unchecked wrapper for SQL exceptions or other SQL related errors.
      -
      -
    • -
    - - - -

    Package scriptella.jdbc Description

    +
    +
    package scriptella.jdbc
    +
    Scriptella JDBC Bridge.

    As specified in Service Provider API all JDBC drivers are registered via this bridge. This procedure is transparent to end user, @@ -345,7 +242,7 @@

    Batching

    Examples

    -    <connection id="in" driver="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:file:tmp" user="sa" classpath="hsqldb.jar">
    +    <connection id="in" driver="org.h2.Driver" url="jdbc:h2:tmp" user="sa" classpath="h2.jar">
             #Disable cache - just for example
             statement.cache=0
             #Set SQL statements separator
    @@ -360,55 +257,65 @@ 

    Examples

    </script> </query>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/jdbc/package-tree.html b/docs/api/scriptella/jdbc/package-tree.html index bb7b9d4..e283698 100644 --- a/docs/api/scriptella/jdbc/package-tree.html +++ b/docs/api/scriptella/jdbc/package-tree.html @@ -1,112 +1,92 @@ - - + - + scriptella.jdbc Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.jdbc

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +

    Interface Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/jdbc/package-use.html b/docs/api/scriptella/jdbc/package-use.html index bc0dc2f..6563968 100644 --- a/docs/api/scriptella/jdbc/package-use.html +++ b/docs/api/scriptella/jdbc/package-use.html @@ -1,306 +1,344 @@ - - + - + Uses of Package scriptella.jdbc (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.jdbc

    -
    -
    +
    +
    +
    +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.jdbc used by scriptella.driver.hsqldb 
    Class and Description
    JdbcConnection -
    Represents a JDBC connection.
    -
    +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.jdbc used by scriptella.driver.jndi 
    Class and Description
    JdbcException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    + +
    Unchecked wrapper for SQL exceptions or other SQL related errors.
    -
  • +
  • +
    + + +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.jdbc used by scriptella.driver.oracle 
    Class and Description
    JdbcConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    + +
    Represents a JDBC connection.
    -
  • +
  • +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.jdbc used by scriptella.driver.scriptella 
    Class and Description
    JdbcException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Unchecked wrapper for SQL exceptions or other SQL related errors.
    -
  • +
  • + + -
  • - - - - - - - - - - - - -
    Classes in scriptella.jdbc used by scriptella.driver.spring 
    Class and Description
    JdbcException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    + +
    Unchecked wrapper for SQL exceptions or other SQL related errors.
    -
  • + + +
  • -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.jdbc used by scriptella.jdbc 
    Class and Description
    JdbcConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • +
  • +
    +
    Classes in scriptella.jdbc used by scriptella.jdbc
    +
    +
    Class
    +
    Description
    + +
    Represents a JDBC connection.
    -
  • SqlTokenizer + + +
    This interface provides a contract to iterate SQL statements.
    -
    -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/AbstractConnection.StatementCounter.html b/docs/api/scriptella/spi/AbstractConnection.StatementCounter.html index a4d9d2c..868cd6c 100644 --- a/docs/api/scriptella/spi/AbstractConnection.StatementCounter.html +++ b/docs/api/scriptella/spi/AbstractConnection.StatementCounter.html @@ -1,283 +1,171 @@ - - + - + AbstractConnection.StatementCounter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Class AbstractConnection.StatementCounter

    + +

    Class AbstractConnection.StatementCounter

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.AbstractConnection.StatementCounter
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.spi.AbstractConnection.StatementCounter
      +
      +
      +
      Enclosing class:
      -
      AbstractConnection
      +
      AbstractConnection

      -
      -
      public static class AbstractConnection.StatementCounter
      -extends java.lang.Object
      +
      public static class AbstractConnection.StatementCounter +extends Object
      Helper class to use for executed statements counting.
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          - - - - - - - - - - -
          Fields 
          Modifier and TypeField and Description
          longstatements +
        • +
          +

          Field Summary

          +
          Fields
          +
          +
          Modifier and Type
          +
          Field
          +
          Description
          +
          long
          + +
          Stores number of executed statements.
          -
        • +
    +
    + - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      StatementCounter() 
      +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      + +
       
      +
      +
    • -
    -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    +
  • +
    +

    Method Summary

    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
  • -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            statements

            -
            public volatile long statements
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              statements

              +
              public volatile long statements
              Stores number of executed statements.
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              StatementCounter

              -
              public StatementCounter()
              -
            • -
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              StatementCounter

              +
              public StatementCounter()
              +
            +
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/AbstractConnection.html b/docs/api/scriptella/spi/AbstractConnection.html index b4d8b88..44338fd 100644 --- a/docs/api/scriptella/spi/AbstractConnection.html +++ b/docs/api/scriptella/spi/AbstractConnection.html @@ -1,546 +1,391 @@ - - + - + AbstractConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Class AbstractConnection

    + +

    Class AbstractConnection

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.AbstractConnection
      • -
      -
    • -
    -
    -
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    +
    + - - -
    + + - - + +
    protected void
    + +
     
    + + +
     
    + + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface scriptella.spi.Connection

    +close, executeQuery, executeScript
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - - -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              AbstractConnection

              -
              protected AbstractConnection()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                AbstractConnection

                +
                protected AbstractConnection()
                May be used by sublasses to allow full customization
                +
              • -
              - - - -
                -
              • -

                AbstractConnection

                -
                protected AbstractConnection(DialectIdentifier dialectIdentifier,
                -                             ConnectionParameters parameters)
                +
              • +
                +

                AbstractConnection

                +
                protected AbstractConnection(DialectIdentifier dialectIdentifier, + ConnectionParameters parameters)
                Instantiates a connection with dialectIdentifier and connection parameters.
                -
                -
                Parameters:
                +
                +
                Parameters:
                dialectIdentifier - dialect identifier.
                parameters - connection parameters to use for general properties.
                +
              • -
              - - - -
                -
              • -

                AbstractConnection

                -
                protected AbstractConnection(ConnectionParameters parameters)
                +
              • +
                +

                AbstractConnection

                +
                protected AbstractConnection(ConnectionParameters parameters)
                Instantiates a connection with parameters.
                -
                -
                Parameters:
                +
                +
                Parameters:
                parameters - connection parameters to use for general properties.
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                getDialectIdentifier

                -
                public DialectIdentifier getDialectIdentifier()
                -
                Description copied from interface: Connection
                +
              • +
                +

                Method Details

                + - - - -
                  -
                • -

                  setDialectIdentifier

                  -
                  protected void setDialectIdentifier(DialectIdentifier dialectIdentifier)
                  +
                • +
                  +

                  setDialectIdentifier

                  +
                  protected void setDialectIdentifier(DialectIdentifier dialectIdentifier)
                  +
                • -
                - - - -
                  -
                • -

                  getExecutedStatementsCount

                  -
                  public long getExecutedStatementsCount()
                  -
                  Description copied from interface: Connection
                  +
                • +
                  +

                  getExecutedStatementsCount

                  +
                  public long getExecutedStatementsCount()
                  +
                  Description copied from interface: Connection
                  This method returns the number of executed statements or 0 if this feature is unsupported.

                  If possible the connection should collect statistics about the number of executed statement. It's recommended to provide the most actual execution statistics, i.e. increment internal statements counter during a script or a query execution, so the monitoring tools would be able to track progress.

                  -
                  -
                  Specified by:
                  -
                  getExecutedStatementsCount in interface Connection
                  -
                  Returns:
                  +
                  +
                  Specified by:
                  +
                  getExecutedStatementsCount in interface Connection
                  +
                  Returns:
                  number of executed statements or 0 if this feature is unsupported.
                  +
                • -
                - - - -
                  -
                • -

                  isReadonly

                  -
                  public boolean isReadonly()
                  +
                • +
                  +

                  isReadonly

                  +
                  public boolean isReadonly()
                  Returns readonly mode.

                  readonly=true means updates must be skipped by the driver. This property is configurable by readonly property of connection declaration element. Drivers are not required to support this feauture.

                  -
                  -
                  Returns:
                  +
                  +
                  Returns:
                  true if connection is in readonly mode.
                  +
                • -
                - - - -
    +
    +
    Specified by:
    +
    commit in interface Connection
    +
    Throws:
    +
    ProviderException - if a problem occured during commit phase.
    + - - - - - - - - -
      -
    • -

      toString

      -
      public java.lang.String toString()
      -
      -
      Specified by:
      -
      toString in interface Connection
      -
      Overrides:
      -
      toString in class java.lang.Object
      -
      Returns:
      +
    • +
      +

      toString

      +
      public String toString()
      +
      +
      Specified by:
      +
      toString in interface Connection
      +
      Overrides:
      +
      toString in class Object
      +
      Returns:
      meaningful label for connection
      +
    + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/AbstractScriptellaDriver.html b/docs/api/scriptella/spi/AbstractScriptellaDriver.html index a46a827..179df3f 100644 --- a/docs/api/scriptella/spi/AbstractScriptellaDriver.html +++ b/docs/api/scriptella/spi/AbstractScriptellaDriver.html @@ -1,345 +1,225 @@ - - + - + AbstractScriptellaDriver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Class AbstractScriptellaDriver

    + +

    Class AbstractScriptellaDriver

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.AbstractScriptellaDriver
      • -
      -
    • -
    -
    -
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    + + +
     
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
    +

    Methods inherited from interface scriptella.spi.ScriptellaDriver

    +connect
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            AbstractScriptellaDriver

            -
            public AbstractScriptellaDriver()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              AbstractScriptellaDriver

              +
              public AbstractScriptellaDriver()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              toString

              -
              public java.lang.String toString()
              -
              -
              Specified by:
              -
              toString in interface ScriptellaDriver
              -
              Overrides:
              -
              toString in class java.lang.Object
              -
              Returns:
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                getScriptellaVersion

                -
                public static java.lang.String getScriptellaVersion()
                +
              • +
                +

                getScriptellaVersion

                +
                public static String getScriptellaVersion()
                Helper method which returns an actual version of Scriptella used at runtime.
                -
                -
                Returns:
                +
                +
                Returns:
                project version, e.g. 1.0, or null if package info is absent.
                +
              • -
              - - - -
                -
              • -

                getScriptellaTitle

                -
                public static java.lang.String getScriptellaTitle()
                +
              • +
                +

                getScriptellaTitle

                +
                public static String getScriptellaTitle()
                Helper method which returns an actual product title of Scriptella used at runtime.
                -
                -
                Returns:
                +
                +
                Returns:
                project title, e.g. Scriptella ETL, or null if package info is absent.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/Connection.html b/docs/api/scriptella/spi/Connection.html index 5c9d8e6..ee25558 100644 --- a/docs/api/scriptella/spi/Connection.html +++ b/docs/api/scriptella/spi/Connection.html @@ -1,418 +1,306 @@ - - + - + Connection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Interface Connection

    + +

    Interface Connection

    -
    -
    -
    -
    -
    + + +
     
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getDialectIdentifier

            -
            DialectIdentifier getDialectIdentifier()
            -                                throws ProviderException
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getDialectIdentifier

              +
              DialectIdentifier getDialectIdentifier() + throws ProviderException
              This method returns a language dialect identifier for this connection.
              -
              -
              Returns:
              +
              +
              Returns:
              dialect identifier.
              -
              Throws:
              -
              ProviderException - if driver failed to determine a language dialect.
              +
              Throws:
              +
              ProviderException - if driver failed to determine a language dialect.
              +
            • -
            - - - -
              -
            • -

              executeScript

              -
              void executeScript(Resource scriptContent,
              -                   ParametersCallback parametersCallback)
              -            throws ProviderException
              +
            • +
              +

              executeScript

              +
              void executeScript(Resource scriptContent, + ParametersCallback parametersCallback) + throws ProviderException
              Executes a script specified by its content.

              scriptContent may be used as a key for caching purposes, i.e. provider may precompile scripts and use compiled versions for subsequent executions. - Please note that only inline text resources + Please note that only inline text resources can be safely cached.

              -
              -
              Parameters:
              +
              +
              Parameters:
              scriptContent - script content. Cannot be null.
              parametersCallback - callback to get parameter values. Cannot be null.
              -
              Throws:
              -
              ProviderException - if script execution failed.
              +
              Throws:
              +
              ProviderException - if script execution failed.
              +
            • -
            - - - - - - - -
              -
            • -

              getExecutedStatementsCount

              -
              long getExecutedStatementsCount()
              +
            • +
              +

              getExecutedStatementsCount

              +
              long getExecutedStatementsCount()
              This method returns the number of executed statements or 0 if this feature is unsupported.

              If possible the connection should collect statistics about the number of executed statement. It's recommended to provide the most actual execution statistics, i.e. increment internal statements counter during a script or a query execution, so the monitoring tools would be able to track progress.

              -
              -
              Returns:
              +
              +
              Returns:
              number of executed statements or 0 if this feature is unsupported.
              +
            • -
            - - - -
    +
    +
    Throws:
    +
    ProviderException - if a problem occured during commit phase.
    + - - - - - - - - - - - - -
      -
    • -

      toString

      -
      java.lang.String toString()
      -
      -
      Overrides:
      -
      toString in class java.lang.Object
      -
      Returns:
      +
    • +
      +

      toString

      +
      String toString()
      +
      +
      Overrides:
      +
      toString in class Object
      +
      Returns:
      meaningful label for connection
      +
    + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/ConnectionParameters.html b/docs/api/scriptella/spi/ConnectionParameters.html index b5f6506..c56c32c 100644 --- a/docs/api/scriptella/spi/ConnectionParameters.html +++ b/docs/api/scriptella/spi/ConnectionParameters.html @@ -1,726 +1,558 @@ - - + - + ConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Class ConnectionParameters

    + +

    Class ConnectionParameters

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.ConnectionParameters
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.spi.ConnectionParameters
      +
      +

      -
      -
      public class ConnectionParameters
      -extends java.lang.Object
      +
      public class ConnectionParameters +extends Object
      Represents connection parameters.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    + - - +
    + + +
     
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ConnectionParameters

            -
            protected ConnectionParameters()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ConnectionParameters

              +
              protected ConnectionParameters()
              For testing purposes.
              +
            • -
            - - - -
              -
            • -

              ConnectionParameters

              -
              public ConnectionParameters(ConnectionEl conf,
              -                            DriverContext context)
              +
            • +
              +

              ConnectionParameters

              +
              public ConnectionParameters(ConnectionEl conf, + DriverContext context)
              Creates connection parameters based on <connection> element..
              -
              -
              Parameters:
              +
              +
              Parameters:
              conf - connection declaration element.
              context - driver context.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getProperties

              -
              public java.util.Map<java.lang.String,?> getProperties()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getProperties

                +
                public Map<String,?> getProperties()
                This method returns properties for connection specified inside <connection> element
                -
                -
                Returns:
                +
                +
                Returns:
                properties map.
                +
              • -
              - - - -
                -
              • -

                getProperty

                -
                public java.lang.Object getProperty(java.lang.String name)
                +
              • +
                +

                getProperty

                +
                public Object getProperty(String name)
                Convenience method which returns property by name.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name
                -
                Returns:
                +
                Returns:
                property value
                -
                See Also:
                -
                getProperties()
                +
                See Also:
                +
                + +
                +
              • -
              - - - -
                -
              • -

                getStringProperty

                -
                public java.lang.String getStringProperty(java.lang.String name)
                +
              • +
                +

                getStringProperty

                +
                public String getStringProperty(String name)
                Returns string value of the property.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                -
                Returns:
                +
                Returns:
                property value.
                +
              • -
              - - - - - - - - - - - -
                -
              • -

                getNumberProperty

                -
                public java.lang.Number getNumberProperty(java.lang.String name,
                -                                          java.lang.Number defaultValue)
                -                                   throws ConfigurationException
                +
              • +
                +

                getNumberProperty

                +
                public Number getNumberProperty(String name, + Number defaultValue) + throws ConfigurationException
                Returns numeric value of the property.

                Accepts decimal, hexadecimal, and octal numbers if property is String.

                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                defaultValue - default value to use when property omitted.
                -
                Returns:
                +
                Returns:
                numeric property value.
                -
                Throws:
                -
                ConfigurationException - if parsing failed.
                -
                See Also:
                -
                Long.decode(String)
                +
                Throws:
                +
                ConfigurationException - if parsing failed.
                +
                See Also:
                +
                + +
                +
              • -
              - - - - - - - -
                -
              • -

                getBooleanProperty

                -
                public boolean getBooleanProperty(java.lang.String name,
                -                                  boolean defaultValue)
                -                           throws ConfigurationException
                +
              • +
                +

                getBooleanProperty

                +
                public boolean getBooleanProperty(String name, + boolean defaultValue) + throws ConfigurationException
                Parses property value as a boolean flag.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                defaultValue - default value to use if connection has no such property.
                -
                Returns:
                +
                Returns:
                boolean property value.
                -
                Throws:
                -
                ConfigurationException - if property has unrecognized value.
                +
                Throws:
                +
                ConfigurationException - if property has unrecognized value.
                +
              • -
              - - - -
                -
              • -

                getCharsetProperty

                -
                public java.lang.String getCharsetProperty(java.lang.String name)
                -                                    throws ConfigurationException
                +
              • +
                +

                getCharsetProperty

                +
                public String getCharsetProperty(String name) + throws ConfigurationException
                Parses property value as a charset encoding name.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                -
                Returns:
                +
                Returns:
                value of the property or null if connection has no such property.
                -
                Throws:
                -
                ConfigurationException - if charset name is unsupported.
                +
                Throws:
                +
                ConfigurationException - if charset name is unsupported.
                +
              • -
              - - - -
                -
              • -

                getUrlProperty

                -
                public java.net.URL getUrlProperty(java.lang.String name)
                -                            throws ConfigurationException
                +
              • +
                +

                getUrlProperty

                +
                public URL getUrlProperty(String name) + throws ConfigurationException
                Parses property value as URL parameter.

                Relative URIs are resolved using a script file location as a base.

                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name
                -
                Returns:
                +
                Returns:
                value of the property or null if connection has no such property.
                -
                Throws:
                -
                ConfigurationException - if URL is malformed.
                +
                Throws:
                +
                ConfigurationException - if URL is malformed.
                +
              • -
              - - - -
                -
              • -

                getUrl

                -
                public java.lang.String getUrl()
                +
              • +
                +

                getUrl

                +
                public String getUrl()
                Returns connection URL.

                URL format is arbitrary and specified by Service Provider.

                -
                -
                Returns:
                +
                +
                Returns:
                connection URL
                +
              • -
              - - - -
                -
              • -

                getUrlQueryMap

                -
                public java.util.Map<java.lang.String,java.lang.String> getUrlQueryMap()
                +
              • +
                +

                getUrlQueryMap

                +
                public Map<String,String> getUrlQueryMap()
                Convenience method which parses URL string, extracts a query string and returns a map of URL query parameters. -

                The query is assumed to have the following syntax: ?param=value¶m2=value¶m3 +

                The query is assumed to have the following syntax: ?param=value&param2=value&param3

                If parameter is declared twice, only the last value is returned in a map. If parameter has only a key, but no value part than the returned map would contain key=key mapping, e.g. jdbc:url?readonly produces a map of 1 entry readonly=readonly.

                The drivers may use this method to support overriding connection parameters in an URL string.

                -
                -
                Returns:
                +
                +
                Returns:
                map of parsed parameters.
                +
              • -
              - - - - - - - -
                -
              • -

                getUser

                -
                public java.lang.String getUser()
                +
              • +
                +

                getUser

                +
                public String getUser()
                Optional user name for connection.
                -
                -
                Returns:
                +
                +
                Returns:
                user name
                +
              • -
              - - - -
                -
              • -

                getPassword

                -
                public java.lang.String getPassword()
                +
              • +
                +

                getPassword

                +
                public String getPassword()
                Optional user password for connection.
                -
                -
                Returns:
                +
                +
                Returns:
                user password
                +
              • -
              - - - -
                -
              • -

                getSchema

                -
                public java.lang.String getSchema()
                -
                -
                Returns:
                +
              • +
                +

                getSchema

                +
                public String getSchema()
                +
                +
                Returns:
                optional schema name
                +
              • -
              - - - -
                -
              • -

                getCatalog

                -
                public java.lang.String getCatalog()
                -
                -
                Returns:
                +
              • +
                +

                getCatalog

                +
                public String getCatalog()
                +
                +
                Returns:
                optional catalog name
                +
              • -
              - - - -
                -
              • -

                getContext

                -
                public DriverContext getContext()
                +
              • +
                +

                getContext

                +
                public DriverContext getContext()
                Get a drivers context.
                -
                -
                Returns:
                +
                +
                Returns:
                script context.
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/DialectIdentifier.html b/docs/api/scriptella/spi/DialectIdentifier.html index 8b4fad9..5b22038 100644 --- a/docs/api/scriptella/spi/DialectIdentifier.html +++ b/docs/api/scriptella/spi/DialectIdentifier.html @@ -1,401 +1,270 @@ - - + - + DialectIdentifier (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Class DialectIdentifier

    + +

    Class DialectIdentifier

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.DialectIdentifier
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.spi.DialectIdentifier
      +
      +

      -
      -
      public class DialectIdentifier
      -extends java.lang.Object
      +
      public class DialectIdentifier +extends Object
      Represents vendor dialect information.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    + - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      DialectIdentifier(java.lang.String name, - java.lang.String version) +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      +
      DialectIdentifier(String name, + String version)
      +
      Creates dialect identifier.
      -
    • +
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object o) 
      java.lang.StringgetName() 
      java.lang.StringgetVersion() 
      inthashCode() 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    boolean
    + +
     
    + + +
     
    + + +
     
    +
    int
    + +
     
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
  • - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            NULL_DIALECT

            -
            public static final DialectIdentifier NULL_DIALECT
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              NULL_DIALECT

              +
              public static final DialectIdentifier NULL_DIALECT
              Null-Object to use instead of nulls if necessary
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              DialectIdentifier

              -
              public DialectIdentifier(java.lang.String name,
              -                         java.lang.String version)
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                DialectIdentifier

                +
                public DialectIdentifier(String name, + String version)
                Creates dialect identifier.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - vendor name, e.g. Oracle. Null allowed.
                version - product version, e.g. 1.1.2. Null allowed.
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                getName

                -
                public java.lang.String getName()
                -
                -
                Returns:
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  getName

                  +
                  public String getName()
                  +
                  +
                  Returns:
                  vendor name.
                  +
                • -
                - - - -
                  -
                • -

                  getVersion

                  -
                  public java.lang.String getVersion()
                  -
                  -
                  Returns:
                  +
                • +
                  +

                  getVersion

                  +
                  public String getVersion()
                  +
                  +
                  Returns:
                  product version
                  +
                • -
                - - - -
                  -
                • -

                  equals

                  -
                  public boolean equals(java.lang.Object o)
                  -
                  -
                  Overrides:
                  -
                  equals in class java.lang.Object
                  +
                • +
                  +

                  equals

                  +
                  public boolean equals(Object o)
                  +
                  +
                  Overrides:
                  +
                  equals in class Object
                  +
                • -
                - - - -
                  -
                • -

                  hashCode

                  -
                  public int hashCode()
                  -
                  -
                  Overrides:
                  -
                  hashCode in class java.lang.Object
                  +
                • +
                  +

                  hashCode

                  +
                  public int hashCode()
                  +
                  +
                  Overrides:
                  +
                  hashCode in class Object
                  +
                • -
                - - - -
                  -
                • -

                  toString

                  -
                  public java.lang.String toString()
                  -
                  -
                  Overrides:
                  -
                  toString in class java.lang.Object
                  +
                • +
                  +

                  toString

                  +
                  public String toString()
                  +
                  +
                  Overrides:
                  +
                  toString in class Object
                  +
                +
              -
            • -
            -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/DriverContext.html b/docs/api/scriptella/spi/DriverContext.html index aa1d547..293bcd2 100644 --- a/docs/api/scriptella/spi/DriverContext.html +++ b/docs/api/scriptella/spi/DriverContext.html @@ -1,190 +1,147 @@ - - + - + DriverContext (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Interface DriverContext

    + +

    Interface DriverContext

    -
    -
    - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from interface scriptella.spi.ParametersCallback

    +getParameter
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getScriptFileURL

            -
            java.net.URL getScriptFileURL()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getScriptFileURL

              +
              URL getScriptFileURL()
              +
            • -
            - - - -
              -
            • -

              resolve

              -
              java.net.URL resolve(java.lang.String uri)
              -              throws java.net.MalformedURLException
              +
            • +
              +

              resolve

              +
              URL resolve(String uri) + throws MalformedURLException
              Resolves a fileUrl URI relative to base URL.

              Examples:

              @@ -197,88 +154,35 @@ 

              resolve

              uri = "file.html"
              Resolves to: file:///tmp/file.html
              -
              -
              Parameters:
              +
              +
              Parameters:
              uri - URI to resolve..
              -
              Returns:
              +
              Returns:
              resolved file URL.
              -
              Throws:
              -
              java.net.MalformedURLException - if uri is malformed or cannot be resolved.
              -
              See Also:
              -
              EtlContext.getScriptFileURL()
              +
              Throws:
              +
              MalformedURLException - if uri is malformed or cannot be resolved.
              +
              See Also:
              +
              + +
              +
            +
          -
        • -
        -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/NativeConnectionProvider.html b/docs/api/scriptella/spi/NativeConnectionProvider.html index c8d3adf..d1c0df0 100644 --- a/docs/api/scriptella/spi/NativeConnectionProvider.html +++ b/docs/api/scriptella/spi/NativeConnectionProvider.html @@ -1,251 +1,163 @@ - - + - + NativeConnectionProvider (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Interface NativeConnectionProvider

    + +

    Interface NativeConnectionProvider

    -
    -
    -
      -
    • -
      +
      +
      All Known Implementing Classes:
      -
      HsqlConnection, JdbcConnection, OracleConnection
      +
      JdbcConnection, OracleConnection

      -
      -
      public interface NativeConnectionProvider
      -
      Optional interface implemented by Connection classes. It is introduced as a separate interface for +
      public interface NativeConnectionProvider
      +
      Optional interface implemented by Connection classes. It is introduced as a separate interface for preserving backwards compatibility.

      Represents a Scriptella object which is able to return the native connection used to talk with the datasource. It is up to the driver to decide which object is returned. For example Scriptella adapters for JDBC drivers return an instance of - Connection.

      -
      -
      Since:
      + Connection.
      +
      +
      Since:
      1.2
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
      See Also:
      -
      Connection
      -
      -
    • +
      See Also:
      +
      + -
    -
    -
      -
    • + + + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Instance Methods Abstract Methods 
          Modifier and TypeMethod and Description
          java.lang.ObjectgetNativeConnection() +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + + +
          Returns the native connection which is wrapped by this object or null if this information is not available.
          -
        • -
        • -
        +
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getNativeConnection

            -
            java.lang.Object getNativeConnection()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getNativeConnection

              +
              Object getNativeConnection()
              Returns the native connection which is wrapped by this object or null if this information is not available.
              -
              -
              Returns:
              +
              +
              Returns:
              native connection which is wrapped by this object.
              +
            +
          -
        • -
        -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/ParametersCallback.html b/docs/api/scriptella/spi/ParametersCallback.html index b66e9dd..978c612 100644 --- a/docs/api/scriptella/spi/ParametersCallback.html +++ b/docs/api/scriptella/spi/ParametersCallback.html @@ -1,252 +1,160 @@ - - + - + ParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Interface ParametersCallback

    + +

    Interface ParametersCallback

    -
    -
    - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Instance Methods Abstract Methods 
          Modifier and TypeMethod and Description
          java.lang.ObjectgetParameter(java.lang.String name) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + + +
          Returns the value of parameter specified by name.
          -
        • -
        • -
        +
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getParameter

            -
            java.lang.Object getParameter(java.lang.String name)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getParameter

              +
              Object getParameter(String name)
              Returns the value of parameter specified by name.

              The callback internally delegates a call to parent callbacks if the parameter cannot be found.

              -
              -
              Parameters:
              +
              +
              Parameters:
              name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
              -
              Returns:
              +
              Returns:
              parameter value or null if parameter doesn't exist.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/ProviderException.html b/docs/api/scriptella/spi/ProviderException.html index 62417a0..782265b 100644 --- a/docs/api/scriptella/spi/ProviderException.html +++ b/docs/api/scriptella/spi/ProviderException.html @@ -1,488 +1,332 @@ - - + - + ProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Class ProviderException

    + +

    Class ProviderException

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.lang.Throwable
      • -
      • - -
      • -
      -
    • -
    -
    -
    -
    -
    + + +
     
    +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ProviderException

            -
            public ProviderException()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ProviderException

              +
              public ProviderException()
              +
            • -
            - - - -
              -
            • -

              ProviderException

              -
              public ProviderException(java.lang.String message)
              +
            • +
              +

              ProviderException

              +
              public ProviderException(String message)
              +
            • -
            - - - -
              -
            • -

              ProviderException

              -
              public ProviderException(java.lang.String message,
              -                         java.lang.Throwable cause)
              +
            • +
              +

              ProviderException

              +
              public ProviderException(String message, + Throwable cause)
              +
            • -
            - - - -
              -
            • -

              ProviderException

              -
              public ProviderException(java.lang.Throwable cause)
              +
            • +
              +

              ProviderException

              +
              public ProviderException(Throwable cause)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getErrorCodes

              -
              public java.util.Set<java.lang.String> getErrorCodes()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getErrorCodes

                +
                public Set<String> getErrorCodes()
                Returns error codes attached to this exception. For example JDBC drivers reports 2 error codes: SQLSTATE and vendor code.

                Do not use ", . ;" in error codes.

                -
                -
                Returns:
                +
                +
                Returns:
                set of error codes.
                +
              • -
              - - - -
                -
              • -

                addErrorCode

                -
                public ProviderException addErrorCode(java.lang.String errorCode)
                +
              • +
                +

                addErrorCode

                +
                public ProviderException addErrorCode(String errorCode)
                Adds error code to this exception.
                -
                -
                Parameters:
                +
                +
                Parameters:
                errorCode - vendor specific error code.
                -
                Returns:
                +
                Returns:
                this exception for convenience.
                +
              • -
              - - - -
                -
              • -

                setErrorStatement

                -
                protected ProviderException setErrorStatement(java.lang.String errStmt)
                +
              • +
                +

                setErrorStatement

                +
                protected ProviderException setErrorStatement(String errStmt)
                Sets problem statement which caused this exception/
                -
                -
                Parameters:
                +
                +
                Parameters:
                errStmt - statement text.
                -
                Returns:
                +
                Returns:
                this exception for convenience.
                +
              • -
              - - - -
                -
              • -

                getNativeException

                -
                public java.lang.Throwable getNativeException()
                +
              • +
                +

                getNativeException

                +
                public Throwable getNativeException()
                This method should be overriden by providers relying on external APIs to work with connections. Used only for informative error reporting.

                Examples: SQL Exceptions, LDAP connection exceptions etc.

                -
                -
                Returns:
                +
                +
                Returns:
                external API throwable wich may be important for user to recognize the problem.
                +
              • -
              - - - -
                -
              • -

                getErrorStatement

                -
                public java.lang.String getErrorStatement()
                +
              • +
                +

                getErrorStatement

                +
                public String getErrorStatement()
                Returns a statement for this error if any.
                -
                -
                Returns:
                +
                +
                Returns:
                statement text and additional data.
                +
              • -
              - - - -
                -
              • -

                getProviderName

                -
                public abstract java.lang.String getProviderName()
                +
              • +
                +

                getProviderName

                +
                public abstract String getProviderName()
                Overriden by subclasses to provide user friendly provider name.
                -
                -
                Returns:
                +
                +
                Returns:
                provider name.
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Throwable
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Throwable
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/QueryCallback.html b/docs/api/scriptella/spi/QueryCallback.html index 3548b4f..9cc937f 100644 --- a/docs/api/scriptella/spi/QueryCallback.html +++ b/docs/api/scriptella/spi/QueryCallback.html @@ -1,237 +1,145 @@ - - + - + QueryCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Interface QueryCallback

    + +

    Interface QueryCallback

    -
    -
    -
      -
    • +

      -
      -
      public interface QueryCallback
      +
      public interface QueryCallback
      Callback interface for query result set iteration.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            processRow

            -
            void processRow(ParametersCallback parameters)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              processRow

              +
              void processRow(ParametersCallback parameters)
              Called for each row in a result set.
              -
              -
              Parameters:
              +
              +
              Parameters:
              parameters - parameters to get column values and other properties.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/Resource.html b/docs/api/scriptella/spi/Resource.html index 409f0dc..869d119 100644 --- a/docs/api/scriptella/spi/Resource.html +++ b/docs/api/scriptella/spi/Resource.html @@ -1,265 +1,169 @@ - - + - + Resource (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Interface Resource

    + +

    Interface Resource

    -
    -
    - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Instance Methods Abstract Methods 
          Modifier and TypeMethod and Description
          java.io.Readeropen() +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + + +
          Opens a resource and returns a content reader.
          -
        • java.lang.StringtoString() 
          -
        • -
        +
    + + +
     
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            open

            -
            java.io.Reader open()
            -             throws java.io.IOException
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              open

              +
              Reader open() + throws IOException
              Opens a resource and returns a content reader.

              The returned reader implementation should be effective enough to allow usage without extra buffering, etc.

              -
              -
              Returns:
              +
              +
              Returns:
              resource content reader
              -
              Throws:
              -
              java.io.IOException - if I/O error occurs.
              +
              Throws:
              +
              IOException - if I/O error occurs.
              +
            • -
            - - - -
              -
            • -

              toString

              -
              java.lang.String toString()
              -
              -
              Overrides:
              -
              toString in class java.lang.Object
              -
              Returns:
              +
            • +
              +

              toString

              +
              String toString()
              +
              +
              Overrides:
              +
              toString in class Object
              +
              Returns:
              location of content or meaningful description.
              +
            +
          -
        • -
        -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/ScriptellaDriver.html b/docs/api/scriptella/spi/ScriptellaDriver.html index 8918f07..db90045 100644 --- a/docs/api/scriptella/spi/ScriptellaDriver.html +++ b/docs/api/scriptella/spi/ScriptellaDriver.html @@ -1,263 +1,167 @@ - - + - + ScriptellaDriver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi
    -

    Interface ScriptellaDriver

    + +

    Interface ScriptellaDriver

    -
    -
    - -
    -
    -
    + + +
     
    +
    +
    +
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            connect

            -
            Connection connect(ConnectionParameters connectionParameters)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              connect

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

              toString

              -
              java.lang.String toString()
              -
              -
              Overrides:
              -
              toString in class java.lang.Object
              -
              Returns:
              +
            • +
              +

              toString

              +
              String toString()
              +
              +
              Overrides:
              +
              toString in class Object
              +
              Returns:
              Driver's meaningful name
              +
            +
          -
        • -
        -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/class-use/AbstractConnection.StatementCounter.html b/docs/api/scriptella/spi/class-use/AbstractConnection.StatementCounter.html index d1465ba..66fa673 100644 --- a/docs/api/scriptella/spi/class-use/AbstractConnection.StatementCounter.html +++ b/docs/api/scriptella/spi/class-use/AbstractConnection.StatementCounter.html @@ -1,281 +1,182 @@ - - + - + Uses of Class scriptella.spi.AbstractConnection.StatementCounter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.AbstractConnection.StatementCounter

    +

    Uses of Class
    scriptella.spi.AbstractConnection.StatementCounter

    -
    -
    +
    + -
  • - - -

    Uses of AbstractConnection.StatementCounter in scriptella.driver.shell

    - - - - - - - - - - - - -
    Methods in scriptella.driver.shell with parameters of type AbstractConnection.StatementCounter 
    Modifier and TypeMethod and Description
    voidShellScriptExecutor.execute(java.io.Reader reader, - ParametersCallback pc, - AbstractConnection.StatementCounter counter) +
  • +
    +

    Uses of AbstractConnection.StatementCounter in scriptella.driver.shell

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ShellScriptExecutor.execute(Reader reader, + ParametersCallback pc, + AbstractConnection.StatementCounter counter)
    +
    Parses a script from read, expands properties and produces the output.
    -
  • +
  • + + -
  • - - -

    Uses of AbstractConnection.StatementCounter in scriptella.driver.text

    - - - - - - - - - - - - -
    Methods in scriptella.driver.text with parameters of type AbstractConnection.StatementCounter 
    Modifier and TypeMethod and Description
    voidTextScriptExecutor.execute(java.io.Reader reader, - ParametersCallback pc, - AbstractConnection.StatementCounter counter) +
  • +
    +

    Uses of AbstractConnection.StatementCounter in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    TextScriptExecutor.execute(Reader reader, + ParametersCallback pc, + AbstractConnection.StatementCounter counter)
    +
    Parses a script from read, expands properties and produces the output.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection.StatementCounter in scriptella.driver.xpath

    - - - - - - - - - - -
    Constructors in scriptella.driver.xpath with parameters of type AbstractConnection.StatementCounter 
    Constructor and Description
    XPathQueryExecutor(java.lang.ThreadLocal<org.w3c.dom.Node> context, - org.w3c.dom.Document document, - Resource xpathResource, - scriptella.driver.xpath.XPathExpressionCompiler compiler, - AbstractConnection.StatementCounter counter, - boolean returnArrays) +
  • +
    +

    Uses of AbstractConnection.StatementCounter in scriptella.driver.xpath

    +
    Constructors in scriptella.driver.xpath with parameters of type AbstractConnection.StatementCounter
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    XPathQueryExecutor(ThreadLocal<Node> context, + Document document, + Resource xpathResource, + scriptella.driver.xpath.XPathExpressionCompiler compiler, + AbstractConnection.StatementCounter counter, + boolean returnArrays)
    +
    Crates executor to query document using a specified xpath expression.
    -
  • -
  • -
  • - - -

    Uses of AbstractConnection.StatementCounter in scriptella.spi

    - - - - - - - - - - - - -
    Fields in scriptella.spi declared as AbstractConnection.StatementCounter 
    Modifier and TypeField and Description
    protected AbstractConnection.StatementCounterAbstractConnection.counter 
    -
  • - + + + - +
  • +
    +

    Uses of AbstractConnection.StatementCounter in scriptella.spi

    + +
    +
    Modifier and Type
    +
    Field
    +
    Description
    + +
    AbstractConnection.counter
    +
     
    - -
    +
  • + + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/class-use/AbstractConnection.html b/docs/api/scriptella/spi/class-use/AbstractConnection.html index 8bb2e3b..ea9fadf 100644 --- a/docs/api/scriptella/spi/class-use/AbstractConnection.html +++ b/docs/api/scriptella/spi/class-use/AbstractConnection.html @@ -1,514 +1,338 @@ - - + - + Uses of Class scriptella.spi.AbstractConnection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.AbstractConnection

    -
    -
    -
    +
    + -
  • - - -

    Uses of AbstractConnection in scriptella.driver.janino

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.janino 
    Modifier and TypeClass and Description
    class JaninoConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.janino

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Scriptella connection adapter for Janino Script Evaluator.
    -
  • +
  • + + -
  • - - -

    Uses of AbstractConnection in scriptella.driver.jexl

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.jexl 
    Modifier and TypeClass and Description
    class JexlConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.jexl

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Scriptella connection adapter for JEXL.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.ldap

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.ldap 
    Modifier and TypeClass and Description
    class LdapConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.ldap

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to a directory context.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.mail

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.mail 
    Modifier and TypeClass and Description
    class MailConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.mail

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a JavaMail connection.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.oracle

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.oracle 
    Modifier and TypeClass and Description
    class OracleConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.oracle

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Oracle connection wrapper.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.script

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.script 
    Modifier and TypeClass and Description
    class ScriptConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.script

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Scriptella connection adapter for the JSR 223: Scripting for the Java Platform.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.scriptella

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.scriptella 
    Modifier and TypeClass and Description
    class ScriptellaConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.scriptella

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to externally located Scriptella ETL file.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.shell

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.shell 
    Modifier and TypeClass and Description
    class ShellConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.shell

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a shell script connection.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.text

    - - - - - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.text 
    Modifier and TypeClass and Description
    class AbstractTextConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Base class for Text/CSV connections.
    -
  • class TextConnection + +
    class 
    + +
    Represents a connection to a Text file.
    -
    + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.velocity

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.velocity 
    Modifier and TypeClass and Description
    class VelocityConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.velocity

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a session to velocity engine.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.driver.xpath

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.driver.xpath 
    Modifier and TypeClass and Description
    class XPathConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.driver.xpath

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to an XML file.
    -
  • + + +
  • -
  • - - -

    Uses of AbstractConnection in scriptella.jdbc

    - - - - - - - - - - - - -
    Subclasses of AbstractConnection in scriptella.jdbc 
    Modifier and TypeClass and Description
    class JdbcConnection +
  • +
    +

    Uses of AbstractConnection in scriptella.jdbc

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a JDBC connection.
    -
  • -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/AbstractScriptellaDriver.html b/docs/api/scriptella/spi/class-use/AbstractScriptellaDriver.html index c8407ba..b56d9db 100644 --- a/docs/api/scriptella/spi/class-use/AbstractScriptellaDriver.html +++ b/docs/api/scriptella/spi/class-use/AbstractScriptellaDriver.html @@ -1,196 +1,594 @@ - - + - + Uses of Class scriptella.spi.AbstractScriptellaDriver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.AbstractScriptellaDriver

    -
    -
    -
    +
    + - +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.csv

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for CSV files.
    +
    +
    +
  • - +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.cubrid

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Cubrid database.
    - - -
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.db2

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for DB2 database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.derby

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Derby database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.h2

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for H2 database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.janino

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Driver for Janino Java Compiler.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.jexl

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Driver for JEXL.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.jndi

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for JNDI datasources.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.ldap

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Driver for LDAP.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.mail

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Represents a JavaMail driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.mssql

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Microsoft SQL Server database JDBC driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.mysql

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for MySQL database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.oracle

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Oracle database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.postgresql

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for PostgreSQL database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.script

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella bridge for the JSR 223: Scripting for the Java Platform.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.scriptella

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    This driver allows execution of external ETL files.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.shell

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Shell scripts driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.spring

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for The Spring Framework + Bean Factory(or Application Context) registered datasources.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.sybase

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Sybase ASE/ASA databases.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Represents a Text file driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.velocity

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Driver for Velocity template engine.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.xls

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for SQLScheet.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.driver.xpath

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Represents a driver for querying XML files with XPath expressions.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of AbstractScriptellaDriver in scriptella.jdbc

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • -
    - -
    - - -
    - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/Connection.html b/docs/api/scriptella/spi/class-use/Connection.html index 6c8adf7..45a5723 100644 --- a/docs/api/scriptella/spi/class-use/Connection.html +++ b/docs/api/scriptella/spi/class-use/Connection.html @@ -1,829 +1,570 @@ - - + - + Uses of Interface scriptella.spi.Connection (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.spi.Connection

    -
    -
    -
    + +
    ConnectionManager.newConnection()
    +
     
    +
    +
    Methods in scriptella.core with parameters of type Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected void
    +
    QueryExecutor.execute(Connection connection, + Resource resource, + DynamicContext ctx)
    +
     
    +
    protected void
    +
    ScriptExecutor.execute(Connection connection, + Resource resource, + DynamicContext ctx)
    +
     
    +
    + -
  • - - -

    Uses of Connection in scriptella.driver.auto

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.auto that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    protected ConnectionDriver.getConnection(java.lang.String driver, - ConnectionParameters connectionParameters) +
  • +
    +

    Uses of Connection in scriptella.driver.auto

    +
    Methods in scriptella.driver.auto that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    protected Connection
    +
    Driver.getConnection(String driver, + ConnectionParameters connectionParameters)
    +
    Template method for testing.
    -
  • +
  • + + -
  • - - -

    Uses of Connection in scriptella.driver.csv

    - - - - - - - - - - - - -
    Classes in scriptella.driver.csv that implement Connection 
    Modifier and TypeClass and Description
    class CsvConnection +
  • +
    +

    Uses of Connection in scriptella.driver.csv

    +
    Classes in scriptella.driver.csv that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to CSV file.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.csv that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    -
  • -
  • - - -

    Uses of Connection in scriptella.driver.hsqldb

    - - - - - - - - - - - - -
    Classes in scriptella.driver.hsqldb that implement Connection 
    Modifier and TypeClass and Description
    class HsqlConnection -
    Hsqldb connection wrapper.
    -
    + + +
    Methods in scriptella.driver.csv that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.janino

    - - - - - - - - - - - - -
    Classes in scriptella.driver.janino that implement Connection 
    Modifier and TypeClass and Description
    class JaninoConnection +
  • +
    +

    Uses of Connection in scriptella.driver.janino

    +
    Classes in scriptella.driver.janino that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Scriptella connection adapter for Janino Script Evaluator.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.janino that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + +
    Methods in scriptella.driver.janino that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.jexl

    - - - - - - - - - - - - -
    Classes in scriptella.driver.jexl that implement Connection 
    Modifier and TypeClass and Description
    class JexlConnection +
  • +
    +

    Uses of Connection in scriptella.driver.jexl

    +
    Classes in scriptella.driver.jexl that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Scriptella connection adapter for JEXL.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.jexl that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + +
    Methods in scriptella.driver.jexl that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.ldap

    - - - - - - - - - - - - -
    Classes in scriptella.driver.ldap that implement Connection 
    Modifier and TypeClass and Description
    class LdapConnection +
  • +
    +

    Uses of Connection in scriptella.driver.ldap

    +
    Classes in scriptella.driver.ldap that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to a directory context.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.ldap that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) + + +
    Methods in scriptella.driver.ldap that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
    Implementor should create a new connection based on specified parameters.
    -
    + + +
  • -
  • - - -

    Uses of Connection in scriptella.driver.mail

    - - - - - - - - - - - - -
    Classes in scriptella.driver.mail that implement Connection 
    Modifier and TypeClass and Description
    class MailConnection +
  • +
    +

    Uses of Connection in scriptella.driver.mail

    +
    Classes in scriptella.driver.mail that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a JavaMail connection.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.mail that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + +
    Methods in scriptella.driver.mail that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.oracle

    - - - - - - - - - - - - -
    Classes in scriptella.driver.oracle that implement Connection 
    Modifier and TypeClass and Description
    class OracleConnection +
  • +
    +

    Uses of Connection in scriptella.driver.oracle

    +
    Classes in scriptella.driver.oracle that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Oracle connection wrapper.
    -
  • + + +
  • -
  • - - -

    Uses of Connection in scriptella.driver.script

    - - - - - - - - - - - - -
    Classes in scriptella.driver.script that implement Connection 
    Modifier and TypeClass and Description
    class ScriptConnection +
  • +
    +

    Uses of Connection in scriptella.driver.script

    +
    Classes in scriptella.driver.script that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Scriptella connection adapter for the JSR 223: Scripting for the Java Platform.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.script that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + +
    Methods in scriptella.driver.script that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.scriptella

    - - - - - - - - - - - - -
    Classes in scriptella.driver.scriptella that implement Connection 
    Modifier and TypeClass and Description
    class ScriptellaConnection +
  • +
    +

    Uses of Connection in scriptella.driver.scriptella

    +
    Classes in scriptella.driver.scriptella that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to externally located Scriptella ETL file.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.scriptella that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.shell

    - - - - - - - - - - - - -
    Classes in scriptella.driver.shell that implement Connection 
    Modifier and TypeClass and Description
    class ShellConnection +
  • +
    +

    Uses of Connection in scriptella.driver.shell

    +
    Classes in scriptella.driver.shell that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a shell script connection.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.shell that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + +
    Methods in scriptella.driver.shell that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.text

    - - - - - - - - - - - - - - - - -
    Classes in scriptella.driver.text that implement Connection 
    Modifier and TypeClass and Description
    class AbstractTextConnection +
  • +
    +

    Uses of Connection in scriptella.driver.text

    +
    Classes in scriptella.driver.text that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Base class for Text/CSV connections.
    -
  • class TextConnection + +
    class 
    + +
    Represents a connection to a Text file.
    -
    - - - - - - - - - - - - -
    Methods in scriptella.driver.text that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + +
    Methods in scriptella.driver.text that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.driver.velocity

    - - - - - - - - - - - - -
    Classes in scriptella.driver.velocity that implement Connection 
    Modifier and TypeClass and Description
    class VelocityConnection +
  • +
    +

    Uses of Connection in scriptella.driver.velocity

    +
    Classes in scriptella.driver.velocity that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a session to velocity engine.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.velocity that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) + + +
    Methods in scriptella.driver.velocity that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
    Implementor should create a new connection based on specified parameters.
    -
    + + +
  • -
  • - - -

    Uses of Connection in scriptella.driver.xpath

    - - - - - - - - - - - - -
    Classes in scriptella.driver.xpath that implement Connection 
    Modifier and TypeClass and Description
    class XPathConnection +
  • +
    +

    Uses of Connection in scriptella.driver.xpath

    +
    Classes in scriptella.driver.xpath that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a connection to an XML file.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.xpath that return Connection 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    + + +
    Methods in scriptella.driver.xpath that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of Connection in scriptella.execution

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.execution with parameters of type Connection 
    Modifier and TypeMethod and Description
    voidSilentExecutionStatisticsBuilder.elementStarted(Location loc, - Connection connection) 
    voidExecutionStatisticsBuilder.elementStarted(Location loc, - Connection connection) +
  • +
    +

    Uses of Connection in scriptella.execution

    +
    Methods in scriptella.execution with parameters of type Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ExecutionStatisticsBuilder.elementStarted(Location loc, + Connection connection)
    +
    Called when new element execution started.
    -
  • + +
    void
    +
    SilentExecutionStatisticsBuilder.elementStarted(Location loc, + Connection connection)
    +
     
    + +
  • -
  • - - -

    Uses of Connection in scriptella.jdbc

    - - - - - - - - - - - - -
    Classes in scriptella.jdbc that implement Connection 
    Modifier and TypeClass and Description
    class JdbcConnection +
  • +
    +

    Uses of Connection in scriptella.jdbc

    +
    Classes in scriptella.jdbc that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a JDBC connection.
    -
  • + + +
  • -
  • - - -

    Uses of Connection in scriptella.spi

    - - - - - - - - - - - - -
    Classes in scriptella.spi that implement Connection 
    Modifier and TypeClass and Description
    class AbstractConnection +
  • +
    +

    Uses of Connection in scriptella.spi

    +
    Classes in scriptella.spi that implement Connection
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    A base class for connections.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.spi that return Connection 
    Modifier and TypeMethod and Description
    ConnectionScriptellaDriver.connect(ConnectionParameters connectionParameters) + + +
    Methods in scriptella.spi that return Connection
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ScriptellaDriver.connect(ConnectionParameters connectionParameters)
    +
    Implementor should create a new connection based on specified parameters.
    -
    -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/ConnectionParameters.html b/docs/api/scriptella/spi/class-use/ConnectionParameters.html index eec0f5f..d170524 100644 --- a/docs/api/scriptella/spi/class-use/ConnectionParameters.html +++ b/docs/api/scriptella/spi/class-use/ConnectionParameters.html @@ -1,775 +1,546 @@ - - + - + Uses of Class scriptella.spi.ConnectionParameters (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.ConnectionParameters

    -
    -
    -
    +
    + -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.hsqldb

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.hsqldb with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    protected JdbcConnectionDriver.connect(ConnectionParameters parameters, - java.util.Properties props) 
    protected voidHsqlConnection.init(ConnectionParameters parameters) 
    +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.csv

    +
    Methods in scriptella.driver.csv with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.csv with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
     
    + +
     
    +
    +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.janino

    - - - - - - - - - - - - -
    Methods in scriptella.driver.janino with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.janino with parameters of type ConnectionParameters 
    Constructor and Description
    JaninoConnection(ConnectionParameters parameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.janino

    +
    Methods in scriptella.driver.janino with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.janino with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Instantiates a new connection to Janino Script Evaluator.
    -
  • +
  • + + -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.jexl

    - - - - - - - - - - - - -
    Methods in scriptella.driver.jexl with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.jexl with parameters of type ConnectionParameters 
    Constructor and Description
    JexlConnection(ConnectionParameters parameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.jexl

    +
    Methods in scriptella.driver.jexl with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.jexl with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Instantiates a new connection to JEXL.
    -
  • + + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.ldap

    - - - - - - - - - - - - -
    Methods in scriptella.driver.ldap with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.ldap

    +
    Methods in scriptella.driver.ldap with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
    Implementor should create a new connection based on specified parameters.
    -
  • - - - - - - - - - - -
    Constructors in scriptella.driver.ldap with parameters of type ConnectionParameters 
    Constructor and Description
    LdapConnection(ConnectionParameters parameters) + + +
    Constructors in scriptella.driver.ldap with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates a connnection to a directory.
    -
    + + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.mail

    - - - - - - - - - - - - -
    Methods in scriptella.driver.mail with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.mail with parameters of type ConnectionParameters 
    Constructor and Description
    MailConnection(ConnectionParameters parameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.mail

    +
    Methods in scriptella.driver.mail with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.mail with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates an email connection.
    -
  • + + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.oracle

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.oracle with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    protected JdbcConnectionDriver.connect(ConnectionParameters parameters, - java.util.Properties props) 
    protected voidOracleConnection.init(ConnectionParameters parameters) 
    +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.oracle

    +
    Methods in scriptella.driver.oracle with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected JdbcConnection
    +
    Driver.connect(ConnectionParameters parameters, + Properties props)
    +
     
    +
    protected void
    +
    OracleConnection.init(ConnectionParameters parameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.script

    - - - - - - - - - - - - -
    Methods in scriptella.driver.script with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.script with parameters of type ConnectionParameters 
    Constructor and Description
    ScriptConnection(ConnectionParameters parameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.script

    +
    Methods in scriptella.driver.script with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.script with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Instantiates a new connection to JSR 223 scripting engine.
    -
  • + + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.scriptella

    - - - - - - - - - - - - -
    Methods in scriptella.driver.scriptella with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.scriptella with parameters of type ConnectionParameters 
    Constructor and Description
    ScriptellaConnection(ConnectionParameters parameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.scriptella

    +
    Methods in scriptella.driver.scriptella with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.scriptella with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates an email connection.
    -
  • + + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.shell

    - - - - - - - - - - - - -
    Methods in scriptella.driver.shell with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.shell

    +
    Methods in scriptella.driver.shell with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.text

    - - - - - - - - - - - - -
    Methods in scriptella.driver.text that return ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionParametersTextConnectionParameters.getConnectionParameters() 
    - - - - - - - - - - - - -
    Methods in scriptella.driver.text with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    - - - - - - - - - - - - - - - - -
    Constructors in scriptella.driver.text with parameters of type ConnectionParameters 
    Constructor and Description
    AbstractTextConnection(DialectIdentifier dialectIdentifier, - ConnectionParameters parameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    TextConnectionParameters.getConnectionParameters()
    +
     
    +
    +
    Methods in scriptella.driver.text with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.text with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    + +
    Initializes a text connection using specified properties.
    -
  • TextConnection(ConnectionParameters parameters) 
    TextConnectionParameters(ConnectionParameters parameters) 
    + +
     
    + +
     
    +
     
    + +
     
    + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.velocity

    - - - - - - - - - - - - -
    Methods in scriptella.driver.velocity with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.velocity

    +
    Methods in scriptella.driver.velocity with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
    Implementor should create a new connection based on specified parameters.
    -
  • - - - - - - - - - - -
    Constructors in scriptella.driver.velocity with parameters of type ConnectionParameters 
    Constructor and Description
    VelocityConnection(ConnectionParameters parameters) + + +
    Constructors in scriptella.driver.velocity with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Instantiates a velocity connection.
    -
    + + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.driver.xpath

    - - - - - - - - - - - - -
    Methods in scriptella.driver.xpath with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionDriver.connect(ConnectionParameters connectionParameters) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.xpath with parameters of type ConnectionParameters 
    Constructor and Description
    XPathConnection(ConnectionParameters parameters) 
    +
  • +
    +

    Uses of ConnectionParameters in scriptella.driver.xpath

    +
    Methods in scriptella.driver.xpath with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    Driver.connect(ConnectionParameters connectionParameters)
    +
     
    +
    +
    Constructors in scriptella.driver.xpath with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
    +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.jdbc

    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.jdbc with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    JdbcConnectionGenericDriver.connect(ConnectionParameters params) 
    protected JdbcConnectionGenericDriver.connect(ConnectionParameters parameters, - java.util.Properties props) +
  • +
    +

    Uses of ConnectionParameters in scriptella.jdbc

    +
    Methods in scriptella.jdbc with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    GenericDriver.connect(ConnectionParameters params)
    +
     
    +
    protected JdbcConnection
    +
    GenericDriver.connect(ConnectionParameters parameters, + Properties props)
    +
    Creates Scriptella JDBC connection.
    -
  • protected voidJdbcConnection.init(ConnectionParameters parameters) + +
    protected void
    +
    JdbcConnection.init(ConnectionParameters parameters)
    +
    Called in constructor
    -
    - - - - - - - - - - -
    Constructors in scriptella.jdbc with parameters of type ConnectionParameters 
    Constructor and Description
    JdbcConnection(java.sql.Connection con, - ConnectionParameters parameters) 
    + + +
    Constructors in scriptella.jdbc with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
    +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.spi

    - - - - - - - - - - - - -
    Methods in scriptella.spi with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    ConnectionScriptellaDriver.connect(ConnectionParameters connectionParameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.spi

    +
    Methods in scriptella.spi with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ScriptellaDriver.connect(ConnectionParameters connectionParameters)
    +
    Implementor should create a new connection based on specified parameters.
    -
  • - - - - - - - - - - - - - -
    Constructors in scriptella.spi with parameters of type ConnectionParameters 
    Constructor and Description
    AbstractConnection(ConnectionParameters parameters) + + +
    Constructors in scriptella.spi with parameters of type ConnectionParameters
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    + +
    Instantiates a connection with parameters.
    -
    AbstractConnection(DialectIdentifier dialectIdentifier, - ConnectionParameters parameters) + +
    protected
    +
    AbstractConnection(DialectIdentifier dialectIdentifier, + ConnectionParameters parameters)
    +
    Instantiates a connection with dialectIdentifier and connection parameters.
    -
    + + +
  • -
  • - - -

    Uses of ConnectionParameters in scriptella.text

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.text with parameters of type ConnectionParameters 
    Modifier and TypeMethod and Description
    static TypedPropertiesSourceTypedPropertiesSource.from(ConnectionParameters connectionParameters) +
  • +
    +

    Uses of ConnectionParameters in scriptella.text

    +
    Methods in scriptella.text with parameters of type ConnectionParameters
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    TypedPropertiesSource.from(ConnectionParameters connectionParameters)
    +
    Converts connectionParameters to TypedPropertiesSource.
    -
  • static PropertyFormatInfoPropertyFormatInfo.parse(ConnectionParameters params, - java.lang.String prefix) 
    -
  • - - - - -
    - - - - - - - + +
    PropertyFormatInfo.parse(ConnectionParameters params, + String prefix)
    +
     
    - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/DialectIdentifier.html b/docs/api/scriptella/spi/class-use/DialectIdentifier.html index 4a7f423..b265b8b 100644 --- a/docs/api/scriptella/spi/class-use/DialectIdentifier.html +++ b/docs/api/scriptella/spi/class-use/DialectIdentifier.html @@ -1,279 +1,179 @@ - - + - + Uses of Class scriptella.spi.DialectIdentifier (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.DialectIdentifier

    +

    Uses of Class
    scriptella.spi.DialectIdentifier

    -
    -
    + + +
     
    + +
    ScriptingElement.getDialectContent(DialectIdentifier id)
    +
     
    +
    + -
  • - - -

    Uses of DialectIdentifier in scriptella.driver.text

    - - - - - - - - - - - - - -
    Constructors in scriptella.driver.text with parameters of type DialectIdentifier 
    Constructor and Description
    AbstractTextConnection(DialectIdentifier dialectIdentifier, - ConnectionParameters parameters) +
  • +
    +

    Uses of DialectIdentifier in scriptella.driver.text

    +
    Constructors in scriptella.driver.text with parameters of type DialectIdentifier
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    + +
     
    +
    protected
    + +
    Initializes a text connection using specified properties.
    -
  • AbstractTextConnection(DialectIdentifier dialectIdentifier, - TextConnectionParameters parameters) 
    +
  • + + -
  • - - -

    Uses of DialectIdentifier in scriptella.spi

    - - - - - - - - - - - - -
    Fields in scriptella.spi declared as DialectIdentifier 
    Modifier and TypeField and Description
    static DialectIdentifierDialectIdentifier.NULL_DIALECT +
  • +
    +

    Uses of DialectIdentifier in scriptella.spi

    +
    Fields in scriptella.spi declared as DialectIdentifier
    +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final DialectIdentifier
    +
    DialectIdentifier.NULL_DIALECT
    +
    Null-Object to use instead of nulls if necessary
    -
  • - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi that return DialectIdentifier 
    Modifier and TypeMethod and Description
    DialectIdentifierConnection.getDialectIdentifier() + + +
    Methods in scriptella.spi that return DialectIdentifier
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    AbstractConnection.getDialectIdentifier()
    +
     
    + + +
    This method returns a language dialect identifier for this connection.
    -
    DialectIdentifierAbstractConnection.getDialectIdentifier() 
    - - - - - - - - - - - - -
    Methods in scriptella.spi with parameters of type DialectIdentifier 
    Modifier and TypeMethod and Description
    protected voidAbstractConnection.setDialectIdentifier(DialectIdentifier dialectIdentifier) 
    - - - - - - - - - - -
    Constructors in scriptella.spi with parameters of type DialectIdentifier 
    Constructor and Description
    AbstractConnection(DialectIdentifier dialectIdentifier, - ConnectionParameters parameters) + + +
    Methods in scriptella.spi with parameters of type DialectIdentifier
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected void
    +
    AbstractConnection.setDialectIdentifier(DialectIdentifier dialectIdentifier)
    +
     
    +
    +
    Constructors in scriptella.spi with parameters of type DialectIdentifier
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
    protected
    +
    AbstractConnection(DialectIdentifier dialectIdentifier, + ConnectionParameters parameters)
    +
    Instantiates a connection with dialectIdentifier and connection parameters.
    -
    -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/DriverContext.html b/docs/api/scriptella/spi/class-use/DriverContext.html index aecf338..791b290 100644 --- a/docs/api/scriptella/spi/class-use/DriverContext.html +++ b/docs/api/scriptella/spi/class-use/DriverContext.html @@ -1,234 +1,145 @@ - - + - + Uses of Interface scriptella.spi.DriverContext (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.spi.DriverContext

    -
    -
    -
    +
    + -
  • - - -

    Uses of DriverContext in scriptella.jdbc

    - - - - - - - - - - -
    Constructors in scriptella.jdbc with parameters of type DriverContext 
    Constructor and Description
    ParametersParser(DriverContext driverContext) +
  • +
    +

    Uses of DriverContext in scriptella.jdbc

    +
    Constructors in scriptella.jdbc with parameters of type DriverContext
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates a file reference parser.
    -
  • +
  • + + -
  • - - -

    Uses of DriverContext in scriptella.spi

    - - - - - - - - - - - - -
    Methods in scriptella.spi that return DriverContext 
    Modifier and TypeMethod and Description
    DriverContextConnectionParameters.getContext() +
  • +
    +

    Uses of DriverContext in scriptella.spi

    +
    Methods in scriptella.spi that return DriverContext
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ConnectionParameters.getContext()
    +
    Get a drivers context.
    -
  • - - - - - - - - - - -
    Constructors in scriptella.spi with parameters of type DriverContext 
    Constructor and Description
    ConnectionParameters(ConnectionEl conf, - DriverContext context) + + +
    Constructors in scriptella.spi with parameters of type DriverContext
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates connection parameters based on <connection> element..
    -
    -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/NativeConnectionProvider.html b/docs/api/scriptella/spi/class-use/NativeConnectionProvider.html index 154c2d8..14c5f10 100644 --- a/docs/api/scriptella/spi/class-use/NativeConnectionProvider.html +++ b/docs/api/scriptella/spi/class-use/NativeConnectionProvider.html @@ -1,222 +1,113 @@ - - + - + Uses of Interface scriptella.spi.NativeConnectionProvider (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.spi.NativeConnectionProvider

    +

    Uses of Interface
    scriptella.spi.NativeConnectionProvider

    -
    -
    +
    + -
  • - - -

    Uses of NativeConnectionProvider in scriptella.jdbc

    - - - - - - - - - - - - -
    Classes in scriptella.jdbc that implement NativeConnectionProvider 
    Modifier and TypeClass and Description
    class JdbcConnection +
  • +
    +

    Uses of NativeConnectionProvider in scriptella.jdbc

    +
    Classes in scriptella.jdbc that implement NativeConnectionProvider
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents a JDBC connection.
    -
  • -
  • - - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/ParametersCallback.html b/docs/api/scriptella/spi/class-use/ParametersCallback.html index 33794b7..efa97fc 100644 --- a/docs/api/scriptella/spi/class-use/ParametersCallback.html +++ b/docs/api/scriptella/spi/class-use/ParametersCallback.html @@ -1,1164 +1,875 @@ - - + - + Uses of Interface scriptella.spi.ParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.spi.ParametersCallback

    -
    -
    -
    +
    + -
  • - - -

    Uses of ParametersCallback in scriptella.core

    - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.core that implement ParametersCallback 
    Modifier and TypeClass and Description
    class DynamicContext +
  • +
    +

    Uses of ParametersCallback in scriptella.core

    +
    Classes in scriptella.core that implement ParametersCallback
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents dynamic execution context for executable elements.
    -
  • class DynamicContextDecorator + +
    class 
    + +
    Allows to change behaviour of wrapped DynamicContext.
    -
    class EtlVariable + +
    class 
    + +
    Represents a global etl variable available for all ETL file elements.
    -
    - - - - - - - - - - -
    Constructors in scriptella.core with parameters of type ParametersCallback 
    Constructor and Description
    EtlVariable(ParametersCallback parametersCallback, - EtlContext globalContext) 
    +
  • + +
    Constructors in scriptella.core with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    EtlVariable(ParametersCallback parametersCallback, + EtlContext globalContext)
    +
     
    +
    + -
  • - - -

    Uses of ParametersCallback in scriptella.driver.csv

    - - - - - - - - - - - - -
    Classes in scriptella.driver.csv that implement ParametersCallback 
    Modifier and TypeClass and Description
    class CsvQuery +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.csv

    +
    Classes in scriptella.driver.csv that implement ParametersCallback
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Query for CSV file.
    -
  • - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.csv with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidCsvConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidCsvConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + + +
    Methods in scriptella.driver.csv with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    CsvConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    CsvConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.janino

    - - - - - - - - - - - - -
    Classes in scriptella.driver.janino that implement ParametersCallback 
    Modifier and TypeClass and Description
    class JaninoQuery +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.janino

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    A base class for Janino <query> elements.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.janino that return ParametersCallback 
    Modifier and TypeMethod and Description
    protected ParametersCallbackJaninoScript.getParametersCallback() + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected final ParametersCallback
    +
    JaninoScript.getParametersCallback()
    +
    This method in not a part of the public API.
    -
    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.janino with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidJaninoConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) + + +
    Methods in scriptella.driver.janino with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JaninoConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
    voidJaninoConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + +
    void
    +
    JaninoConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.jexl

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.jexl with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidJexlConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidJexlConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.jexl with parameters of type ParametersCallback 
    Constructor and Description
    JexlContextMap(ParametersCallback parentParameters, - QueryCallback queryCallback) +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.jexl

    +
    Methods in scriptella.driver.jexl with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JexlConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    JexlConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
    Constructors in scriptella.driver.jexl with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    JexlContextMap(ParametersCallback parentParameters, + QueryCallback queryCallback)
    +
    Initializes instance and set parent parameters with query callback..
    -
  • + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.ldap

    - - - - - - - - - - - - -
    Classes in scriptella.driver.ldap that implement ParametersCallback 
    Modifier and TypeClass and Description
    class SearchFilterQuery +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.ldap

    +
    Classes in scriptella.driver.ldap that implement ParametersCallback
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Represents an executor for LDAP search filter query(RFC 2254).
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.ldap with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidLdifScript.execute(java.io.Reader reader, - javax.naming.directory.DirContext ctx, - ParametersCallback parameters) + + +
    Methods in scriptella.driver.ldap with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    LdifScript.execute(Reader reader, + DirContext ctx, + ParametersCallback parameters)
    +
    Executes an LDIF content from the specified reader.
    -
    voidLdapConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidLdapConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.ldap with parameters of type ParametersCallback 
    Constructor and Description
    SearchFilterQuery(LdapConnection connection, - ParametersCallback parameters, - QueryCallback queryCallback) + +
    void
    +
    LdapConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    LdapConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + +
    Constructors in scriptella.driver.ldap with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    SearchFilterQuery(LdapConnection connection, + ParametersCallback parameters, + QueryCallback queryCallback)
    +
    Instantiates an LDAP query.
    -
    + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.ldap.ldif

    - - - - - - - - - - -
    Constructors in scriptella.driver.ldap.ldif with parameters of type ParametersCallback 
    Constructor and Description
    TrackingLineIterator(java.io.Reader in, - ParametersCallback callback) +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.ldap.ldif

    +
    Constructors in scriptella.driver.ldap.ldif with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates instance of line iterator.
    -
  • + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.mail

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.mail with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidMailConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidMailConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.mail

    +
    Methods in scriptella.driver.mail with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    MailConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    MailConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.script

    - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.driver.script that implement ParametersCallback 
    Modifier and TypeClass and Description
    class BindingsParametersCallback -
    Bindings implementation for +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.script

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Bindings implementation for integration into Scriptella execution environment.
    -
  • class NashornBindingsParametersCallback -
    Implementation of Bindings for Java 8 JavaScript engine "Nashorn".
    -
    class ParametersCallbackMap -
    Map implementation of ParametersCallback for +
    +
    class 
    + +
    +
    Implementation of Bindings for Java 8 JavaScript engine "Nashorn".
    +
    +
    class 
    + +
    +
    Map implementation of ParametersCallback for integration into Scriptella execution environment.
    -
    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.script with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidScriptConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidScriptConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Constructors in scriptella.driver.script with parameters of type ParametersCallback 
    Constructor and Description
    BindingsParametersCallback(ParametersCallback parentParameters) 
    BindingsParametersCallback(ParametersCallback parentParameters, - QueryCallback queryCallback) 
    NashornBindingsParametersCallback(ParametersCallback parentParameters) 
    NashornBindingsParametersCallback(ParametersCallback parentParameters, - QueryCallback queryCallback) 
    ParametersCallbackMap(ParametersCallback parentParameters) -
    Initializes instance and set parent parameters to use in ParametersCallbackMap.getParameter(String).
    -
    ParametersCallbackMap(ParametersCallback parentParameters, - QueryCallback queryCallback) + + +
    Methods in scriptella.driver.script with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ScriptConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
    Constructors in scriptella.driver.script with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
     
    +
    BindingsParametersCallback(ParametersCallback parentParameters, + QueryCallback queryCallback)
    +
     
    +
     
    + +
     
    +
     
    + +
     
    +
     
    + +
    +
    Initializes instance and set parent parameters to use in ParametersCallbackMap.getParameter(String).
    +
    +
     
    +
    ParametersCallbackMap(ParametersCallback parentParameters, + QueryCallback queryCallback)
    +
    Initializes parameters callback for query element.
    -
    + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.scriptella

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.scriptella with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidScriptellaConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidScriptellaConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.scriptella

    +
    Methods in scriptella.driver.scriptella with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptellaConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ScriptellaConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.shell

    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.shell with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidShellScriptExecutor.execute(java.io.Reader reader, - ParametersCallback pc, - AbstractConnection.StatementCounter counter) +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.shell

    +
    Methods in scriptella.driver.shell with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ShellScriptExecutor.execute(Reader reader, + ParametersCallback pc, + AbstractConnection.StatementCounter counter)
    +
    Parses a script from read, expands properties and produces the output.
    -
  • voidShellConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidShellConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + +
    void
    +
    ShellConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ShellConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.text

    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.text with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidTextScriptExecutor.execute(java.io.Reader reader, - ParametersCallback pc, - AbstractConnection.StatementCounter counter) +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.text

    +
    Methods in scriptella.driver.text with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    TextScriptExecutor.execute(Reader reader, + ParametersCallback pc, + AbstractConnection.StatementCounter counter)
    +
    Parses a script from read, expands properties and produces the output.
    -
  • voidTextConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidTextConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + +
    void
    +
    TextConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    TextConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.velocity

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.velocity with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidVelocityConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.velocity

    +
    Methods in scriptella.driver.velocity with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    VelocityConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
  • voidVelocityConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) + +
    void
    +
    VelocityConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
    Executes a script specified by its content.
    -
    + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.driver.xpath

    - - - - - - - - - - - - -
    Classes in scriptella.driver.xpath that implement ParametersCallback 
    Modifier and TypeClass and Description
    class XPathQueryExecutor +
  • +
    +

    Uses of ParametersCallback in scriptella.driver.xpath

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Executor for XPath queries.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.xpath with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidXPathQueryExecutor.execute(QueryCallback queryCallback, - ParametersCallback parentParameters) + + +
    Methods in scriptella.driver.xpath with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    XPathQueryExecutor.execute(QueryCallback queryCallback, + ParametersCallback parentParameters)
    +
    Executes a query and notifies queryCallback for each found node.
    -
    voidXPathConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidXPathConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + +
    void
    +
    XPathConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    XPathConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.execution

    - - - - - - - - - - - - -
    Classes in scriptella.execution that implement ParametersCallback 
    Modifier and TypeClass and Description
    class EtlContext +
  • +
    +

    Uses of ParametersCallback in scriptella.execution

    +
    Classes in scriptella.execution that implement ParametersCallback
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Execution context for script.
    -
  • + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.expression

    - - - - - - - - - - - - -
    Methods in scriptella.expression that return ParametersCallback 
    Modifier and TypeMethod and Description
    ParametersCallbackPropertiesSubstitutor.getParameters() 
    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.expression with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    abstract java.lang.ObjectExpression.evaluate(ParametersCallback callback) 
    java.lang.ObjectJexlExpression.evaluate(ParametersCallback callback) 
    voidPropertiesSubstitutor.setParameters(ParametersCallback parameters) +
  • +
    +

    Uses of ParametersCallback in scriptella.expression

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    PropertiesSubstitutor.getParameters()
    +
     
    +
    +
    Methods in scriptella.expression with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    abstract Object
    +
    Expression.evaluate(ParametersCallback callback)
    +
     
    + +
    JexlExpression.evaluate(ParametersCallback callback)
    +
     
    +
    void
    +
    PropertiesSubstitutor.setParameters(ParametersCallback parameters)
    +
    Sets parameters callback used for substitution.
    -
  • - - - - - - - - - - -
    Constructors in scriptella.expression with parameters of type ParametersCallback 
    Constructor and Description
    PropertiesSubstitutor(ParametersCallback parameters) + + +
    Constructors in scriptella.expression with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates a properties substitutor.
    -
    + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.jdbc

    - - - - - - - - - - - - -
    Classes in scriptella.jdbc that implement ParametersCallback 
    Modifier and TypeClass and Description
    class ResultSetAdapter -
    Represents SQL query result set as ParametersCallback.
    -
    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.jdbc with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    java.lang.ObjectParametersParser.evaluate(java.lang.String expression, - ParametersCallback parameters) +
  • +
    +

    Uses of ParametersCallback in scriptella.jdbc

    +
    Classes in scriptella.jdbc that implement ParametersCallback
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Represents SQL query result set as ParametersCallback.
    +
    +
    +
    Methods in scriptella.jdbc with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ParametersParser.evaluate(String expression, + ParametersCallback parameters)
    +
    Parses specified expression and returns the result of evaluation.
    -
  • voidJdbcConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidJdbcConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    - - - - - - - - - - -
    Constructors in scriptella.jdbc with parameters of type ParametersCallback 
    Constructor and Description
    ResultSetAdapter(java.sql.ResultSet resultSet, - ParametersCallback parametersCallback, - scriptella.jdbc.JdbcTypesConverter converter) + +
    void
    +
    JdbcConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    JdbcConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + +
    Constructors in scriptella.jdbc with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    ResultSetAdapter(ResultSet resultSet, + ParametersCallback parametersCallback, + scriptella.jdbc.JdbcTypesConverter converter)
    +
    Instantiates an adapter, prepares a cache and builds a map of column names.
    -
    + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.spi

    - - - - - - - - - - - - -
    Subinterfaces of ParametersCallback in scriptella.spi 
    Modifier and TypeInterface and Description
    interface DriverContext +
  • +
    +

    Uses of ParametersCallback in scriptella.spi

    + +
    +
    Modifier and Type
    +
    Interface
    +
    Description
    +
    interface 
    + +
    Global ETL Context available to drivers.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) + + +
    Methods in scriptella.spi with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    Connection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
    voidConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) + +
    void
    +
    Connection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
    Executes a script specified by its content.
    -
    voidQueryCallback.processRow(ParametersCallback parameters) + +
    void
    +
    QueryCallback.processRow(ParametersCallback parameters)
    +
    Called for each row in a result set.
    -
    + + +
  • -
  • - - -

    Uses of ParametersCallback in scriptella.spi.support

    - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi.support that implement ParametersCallback 
    Modifier and TypeClass and Description
    class HierarchicalParametersCallback -
    Hierarchical implementation of ParametersCallback interface.
    -
    class MapParametersCallback +
  • +
    +

    Uses of ParametersCallback in scriptella.spi.support

    +
    Classes in scriptella.spi.support that implement ParametersCallback
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Hierarchical implementation of ParametersCallback interface.
    +
    +
    class 
    + +
    Map-based parameters callback implementation.
    -
  • class NullParametersCallback -
    Null-object constant for ParametersCallback.
    -
    - - - - - - - - - - - - -
    Fields in scriptella.spi.support declared as ParametersCallback 
    Modifier and TypeField and Description
    static ParametersCallbackNullParametersCallback.INSTANCE 
    - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi.support that return ParametersCallback 
    Modifier and TypeMethod and Description
    ParametersCallbackHierarchicalParametersCallback.getCallback() + +
    class 
    + +
    +
    Null-object constant for ParametersCallback.
    +
    + + +
    +
    Modifier and Type
    +
    Field
    +
    Description
    +
    static final ParametersCallback
    +
    NullParametersCallback.INSTANCE
    +
     
    +
    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    HierarchicalParametersCallback.getCallback()
    +
    Returns primary callback.
    -
    ParametersCallbackHierarchicalParametersCallback.getParentCallback() + + +
    HierarchicalParametersCallback.getParentCallback()
    +
    Returns secondary callback.
    -
    - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi.support with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    voidHierarchicalParametersCallback.setCallback(ParametersCallback callback) + + +
    Methods in scriptella.spi.support with parameters of type ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    HierarchicalParametersCallback.setCallback(ParametersCallback callback)
    +
    Sets primary callback.
    -
    voidHierarchicalParametersCallback.setParentCallback(ParametersCallback parentCallback) + +
    void
    +
    HierarchicalParametersCallback.setParentCallback(ParametersCallback parentCallback)
    +
    Sets secondary callback.
    -
    - - - - - - - - - - -
    Constructors in scriptella.spi.support with parameters of type ParametersCallback 
    Constructor and Description
    HierarchicalParametersCallback(ParametersCallback callback, - ParametersCallback parentCallback) + + +
    Constructors in scriptella.spi.support with parameters of type ParametersCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
    Creates a hierarchical parameters callback instance.
    -
    -
  • -
  • - - -

    Uses of ParametersCallback in scriptella.text

    - - - - - - - - - - - - -
    Methods in scriptella.text that return ParametersCallback 
    Modifier and TypeMethod and Description
    ParametersCallbackPropertyFormatter.format(ParametersCallback parameters) -
    Creates a ParametersCallback which formats parameters returned by the original callback.
    -
    - - - - - - - - - - - - -
    Methods in scriptella.text with parameters of type ParametersCallback 
    Modifier and TypeMethod and Description
    ParametersCallbackPropertyFormatter.format(ParametersCallback parameters) -
    Creates a ParametersCallback which formats parameters returned by the original callback.
    -
    -
  • - + + + - +
  • +
    +

    Uses of ParametersCallback in scriptella.text

    +
    Methods in scriptella.text that return ParametersCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    PropertyFormatter.format(ParametersCallback parameters)
    +
    +
    Creates a ParametersCallback which formats parameters returned by the original callback.
    - - -
    +
  • -
    - -
    - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/ProviderException.html b/docs/api/scriptella/spi/class-use/ProviderException.html index 3271398..4ea8f18 100644 --- a/docs/api/scriptella/spi/class-use/ProviderException.html +++ b/docs/api/scriptella/spi/class-use/ProviderException.html @@ -1,950 +1,689 @@ - - + - + Uses of Class scriptella.spi.ProviderException (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.ProviderException

    -
    -
    -
    +
    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    CsvConnection.close()
    +
     
    +
    void
    +
    CsvConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    CsvConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    + -
  • - - -

    Uses of ProviderException in scriptella.driver.janino

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.janino 
    Modifier and TypeClass and Description
    class JaninoProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.janino

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Janino failure.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.janino that return ProviderException 
    Modifier and TypeMethod and Description
    ProviderExceptionJaninoProviderException.setErrorStatement(java.lang.String errStmt) 
    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.janino that throw ProviderException 
    Modifier and TypeMethod and Description
    voidJaninoConnection.close() + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    JaninoProviderException.setErrorStatement(String errStmt)
    +
     
    +
    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JaninoConnection.close()
    +
    Closes the connection and releases all related resources.
    -
    voidJaninoConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) + +
    void
    +
    JaninoConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
    voidJaninoConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    void
    +
    JaninoConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + + -
  • - - -

    Uses of ProviderException in scriptella.driver.jexl

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.jexl 
    Modifier and TypeClass and Description
    class JexlProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.jexl

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with JEXL script.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.jexl that throw ProviderException 
    Modifier and TypeMethod and Description
    voidJexlConnection.close() + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JexlConnection.close()
    +
    Closes the connection and releases all related resources.
    -
    voidJexlConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidJexlConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + +
    void
    +
    JexlConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    JexlConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.jndi

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.jndi 
    Modifier and TypeClass and Description
    class JndiProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.jndi

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate JNDI provider failure.
    -
  • + + +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.ldap

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.ldap 
    Modifier and TypeClass and Description
    class LdapProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.ldap

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown by LDAP Provider to indicate a failure.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.ldap that return ProviderException 
    Modifier and TypeMethod and Description
    ProviderExceptionLdapProviderException.setErrorStatement(java.lang.String errStmt) 
    - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.ldap that throw ProviderException 
    Modifier and TypeMethod and Description
    voidLdapConnection.close() 
    voidLdapConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidLdapConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    LdapProviderException.setErrorStatement(String errStmt)
    +
     
    +
    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    LdapConnection.close()
    +
     
    +
    void
    +
    LdapConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    LdapConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.ldap.ldif

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.ldap.ldif 
    Modifier and TypeClass and Description
    class LdifParseException +
  • +
    +

    Uses of ProviderException in scriptella.driver.ldap.ldif

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a parse excpetion.
    -
  • + + +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.mail

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.mail 
    Modifier and TypeClass and Description
    class MailProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.mail

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with EMail producing/sending.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.mail that throw ProviderException 
    Modifier and TypeMethod and Description
    voidMailConnection.close() 
    voidMailConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidMailConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    MailConnection.close()
    +
     
    +
    void
    +
    MailConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    MailConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.script

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.script 
    Modifier and TypeClass and Description
    class ScriptProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.script

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate an error in scripting engine.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.driver.script that throw ProviderException 
    Modifier and TypeMethod and Description
    voidScriptConnection.close() + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptConnection.close()
    +
    Closes the connection and releases all related resources.
    -
    + + +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.scriptella

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.scriptella 
    Modifier and TypeClass and Description
    class ScriptellaProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.scriptella

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Spring provider failure.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.scriptella that throw ProviderException 
    Modifier and TypeMethod and Description
    voidScriptellaConnection.close() 
    voidScriptellaConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidScriptellaConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptellaConnection.close()
    +
     
    +
    void
    +
    ScriptellaConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ScriptellaConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.shell

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.shell 
    Modifier and TypeClass and Description
    class ShellProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.shell

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with shell script execution.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.shell that throw ProviderException 
    Modifier and TypeMethod and Description
    voidShellConnection.close() 
    voidShellConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidShellConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ShellConnection.close()
    +
     
    +
    void
    +
    ShellConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ShellConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.spring

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.spring 
    Modifier and TypeClass and Description
    class SpringProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.spring

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate Spring provider failure.
    -
  • + + +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.text

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.text 
    Modifier and TypeClass and Description
    class TextProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.text

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with Text file processing.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.text that throw ProviderException 
    Modifier and TypeMethod and Description
    voidTextConnection.close() 
    voidTextConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidTextConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    TextConnection.close()
    +
     
    +
    void
    +
    TextConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    TextConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.velocity

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.velocity 
    Modifier and TypeClass and Description
    class VelocityProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.velocity

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown by Velocity Provider to indicate velocity failure.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.velocity that throw ProviderException 
    Modifier and TypeMethod and Description
    voidVelocityConnection.close() + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    VelocityConnection.close()
    +
    Closes the connection and releases all related resources.
    -
    voidVelocityConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) + +
    void
    +
    VelocityConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
    voidVelocityConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) + +
    void
    +
    VelocityConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
    Executes a script specified by its content.
    -
    + + +
  • -
  • - - -

    Uses of ProviderException in scriptella.driver.xpath

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.driver.xpath 
    Modifier and TypeClass and Description
    class XPathProviderException +
  • +
    +

    Uses of ProviderException in scriptella.driver.xpath

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Thrown to indicate a problem with XML file querying.
    -
  • - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.xpath that throw ProviderException 
    Modifier and TypeMethod and Description
    voidXPathConnection.close() 
    voidXPathConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidXPathConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    XPathConnection.close()
    +
     
    +
    void
    +
    XPathConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    XPathConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.execution

    - - - - - - - - - - - - -
    Methods in scriptella.execution that return ProviderException 
    Modifier and TypeMethod and Description
    ProviderExceptionEtlExecutorException.getLastProvider() 
    +
  • +
    +

    Uses of ProviderException in scriptella.execution

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    EtlExecutorException.getLastProvider()
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.jdbc

    - - - - - - - - - - - - -
    Subclasses of ProviderException in scriptella.jdbc 
    Modifier and TypeClass and Description
    class JdbcException +
  • +
    +

    Uses of ProviderException in scriptella.jdbc

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Unchecked wrapper for SQL exceptions or other SQL related errors.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.jdbc that throw ProviderException 
    Modifier and TypeMethod and Description
    voidJdbcConnection.flush() 
    + + +
    Methods in scriptella.jdbc that throw ProviderException
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JdbcConnection.flush()
    +
     
    +
    +
  • -
  • - - -

    Uses of ProviderException in scriptella.spi

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi that return ProviderException 
    Modifier and TypeMethod and Description
    ProviderExceptionProviderException.addErrorCode(java.lang.String errorCode) +
  • +
    +

    Uses of ProviderException in scriptella.spi

    +
    Methods in scriptella.spi that return ProviderException
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    ProviderException.addErrorCode(String errorCode)
    +
    Adds error code to this exception.
    -
  • protected ProviderExceptionProviderException.setErrorStatement(java.lang.String errStmt) + + +
    ProviderException.setErrorStatement(String errStmt)
    +
    Sets problem statement which caused this exception/
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi that throw ProviderException 
    Modifier and TypeMethod and Description
    voidConnection.close() + + +
    Methods in scriptella.spi that throw ProviderException
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    Connection.close()
    +
    Closes the connection and releases all related resources.
    -
    voidConnection.commit() + +
    void
    +
    AbstractConnection.commit()
    +
     
    +
    void
    +
    Connection.commit()
    +
    Commits a current transaction (if any).
    -
    voidAbstractConnection.commit() 
    voidConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) + +
    void
    +
    Connection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
    voidConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) + +
    void
    +
    Connection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
    Executes a script specified by its content.
    -
    DialectIdentifierConnection.getDialectIdentifier() + + + +
    This method returns a language dialect identifier for this connection.
    -
    voidConnection.rollback() + +
    void
    +
    AbstractConnection.rollback()
    +
     
    +
    void
    +
    Connection.rollback()
    +
    Rolls back a current transaction (if any).
    -
    voidAbstractConnection.rollback() 
    -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/QueryCallback.html b/docs/api/scriptella/spi/class-use/QueryCallback.html index 8fe6268..11c17e5 100644 --- a/docs/api/scriptella/spi/class-use/QueryCallback.html +++ b/docs/api/scriptella/spi/class-use/QueryCallback.html @@ -1,580 +1,417 @@ - - + - + Uses of Interface scriptella.spi.QueryCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.spi.QueryCallback

    -
    -
    -
    +
    + -
  • - - -

    Uses of QueryCallback in scriptella.driver.janino

    - - - - - - - - - - - - -
    Methods in scriptella.driver.janino that return QueryCallback 
    Modifier and TypeMethod and Description
    QueryCallbackJaninoQuery.getQueryCallback() 
    - - - - - - - - - - - - -
    Methods in scriptella.driver.janino with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidJaninoConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) +
  • +
    +

    Uses of QueryCallback in scriptella.driver.janino

    + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    JaninoQuery.getQueryCallback()
    +
     
    +
    +
    Methods in scriptella.driver.janino with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JaninoConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
  • +
  • + + -
  • - - -

    Uses of QueryCallback in scriptella.driver.jexl

    - - - - - - - - - - - - -
    Methods in scriptella.driver.jexl with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidJexlConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.jexl with parameters of type QueryCallback 
    Constructor and Description
    JexlContextMap(ParametersCallback parentParameters, - QueryCallback queryCallback) +
  • +
    +

    Uses of QueryCallback in scriptella.driver.jexl

    +
    Methods in scriptella.driver.jexl with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JexlConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    +
    Constructors in scriptella.driver.jexl with parameters of type QueryCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    JexlContextMap(ParametersCallback parentParameters, + QueryCallback queryCallback)
    +
    Initializes instance and set parent parameters with query callback..
    -
  • + + +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.ldap

    - - - - - - - - - - - - -
    Methods in scriptella.driver.ldap with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidLdapConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.ldap with parameters of type QueryCallback 
    Constructor and Description
    SearchFilterQuery(LdapConnection connection, - ParametersCallback parameters, - QueryCallback queryCallback) +
  • +
    +

    Uses of QueryCallback in scriptella.driver.ldap

    +
    Methods in scriptella.driver.ldap with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    LdapConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    +
    Constructors in scriptella.driver.ldap with parameters of type QueryCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    SearchFilterQuery(LdapConnection connection, + ParametersCallback parameters, + QueryCallback queryCallback)
    +
    Instantiates an LDAP query.
    -
  • + + +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.mail

    - - - - - - - - - - - - -
    Methods in scriptella.driver.mail with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidMailConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    +
  • +
    +

    Uses of QueryCallback in scriptella.driver.mail

    +
    Methods in scriptella.driver.mail with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    MailConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.script

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.script with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidScriptConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidParametersCallbackMap.setQueryCallback(QueryCallback queryCallback) +
  • +
    +

    Uses of QueryCallback in scriptella.driver.script

    +
    Methods in scriptella.driver.script with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ParametersCallbackMap.setQueryCallback(QueryCallback queryCallback)
    +
    Sets query callback and enables the query mode, i.e.
    -
  • - - - - - - - - - - - - - - - - -
    Constructors in scriptella.driver.script with parameters of type QueryCallback 
    Constructor and Description
    BindingsParametersCallback(ParametersCallback parentParameters, - QueryCallback queryCallback) 
    NashornBindingsParametersCallback(ParametersCallback parentParameters, - QueryCallback queryCallback) 
    ParametersCallbackMap(ParametersCallback parentParameters, - QueryCallback queryCallback) + + +
    Constructors in scriptella.driver.script with parameters of type QueryCallback
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    BindingsParametersCallback(ParametersCallback parentParameters, + QueryCallback queryCallback)
    +
     
    +
     
    + +
     
    +
     
    +
    ParametersCallbackMap(ParametersCallback parentParameters, + QueryCallback queryCallback)
    +
    Initializes parameters callback for query element.
    -
    + + +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.scriptella

    - - - - - - - - - - - - -
    Methods in scriptella.driver.scriptella with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidScriptellaConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    +
  • +
    +

    Uses of QueryCallback in scriptella.driver.scriptella

    +
    Methods in scriptella.driver.scriptella with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptellaConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.shell

    - - - - - - - - - - - - -
    Methods in scriptella.driver.shell with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidShellConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    +
  • +
    +

    Uses of QueryCallback in scriptella.driver.shell

    +
    Methods in scriptella.driver.shell with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ShellConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.text

    - - - - - - - - - - - - -
    Methods in scriptella.driver.text with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidTextConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    +
  • +
    +

    Uses of QueryCallback in scriptella.driver.text

    +
    Methods in scriptella.driver.text with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    TextConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.velocity

    - - - - - - - - - - - - -
    Methods in scriptella.driver.velocity with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidVelocityConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) +
  • +
    +

    Uses of QueryCallback in scriptella.driver.velocity

    +
    Methods in scriptella.driver.velocity with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    VelocityConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
  • + + +
  • -
  • - - -

    Uses of QueryCallback in scriptella.driver.xpath

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.xpath with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidXPathQueryExecutor.execute(QueryCallback queryCallback, - ParametersCallback parentParameters) +
  • +
    +

    Uses of QueryCallback in scriptella.driver.xpath

    +
    Methods in scriptella.driver.xpath with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    XPathQueryExecutor.execute(QueryCallback queryCallback, + ParametersCallback parentParameters)
    +
    Executes a query and notifies queryCallback for each found node.
    -
  • voidXPathConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    + +
    void
    +
    XPathConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    + +
  • -
  • - - -

    Uses of QueryCallback in scriptella.jdbc

    - - - - - - - - - - - - -
    Methods in scriptella.jdbc with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidJdbcConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    +
  • +
    +

    Uses of QueryCallback in scriptella.jdbc

    +
    Methods in scriptella.jdbc with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JdbcConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of QueryCallback in scriptella.spi

    - - - - - - - - - - - - -
    Methods in scriptella.spi with parameters of type QueryCallback 
    Modifier and TypeMethod and Description
    voidConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) +
  • +
    +

    Uses of QueryCallback in scriptella.spi

    +
    Methods in scriptella.spi with parameters of type QueryCallback
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    Connection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
  • -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/Resource.html b/docs/api/scriptella/spi/class-use/Resource.html index b292ec6..c268cf0 100644 --- a/docs/api/scriptella/spi/class-use/Resource.html +++ b/docs/api/scriptella/spi/class-use/Resource.html @@ -1,706 +1,512 @@ - - + - + Uses of Interface scriptella.spi.Resource (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.spi.Resource

    -
    -
    -
    +
    + -
  • - - -

    Uses of Resource in scriptella.core

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.core with parameters of type Resource 
    Modifier and TypeMethod and Description
    protected voidQueryExecutor.execute(Connection connection, - Resource resource, - DynamicContext ctx) 
    protected voidScriptExecutor.execute(Connection connection, - Resource resource, - DynamicContext ctx) 
    +
  • +
    +

    Uses of Resource in scriptella.core

    +
    Methods in scriptella.core with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    protected void
    +
    QueryExecutor.execute(Connection connection, + Resource resource, + DynamicContext ctx)
    +
     
    +
    protected void
    +
    ScriptExecutor.execute(Connection connection, + Resource resource, + DynamicContext ctx)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.csv

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.csv with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidCsvConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidCsvConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.csv

    +
    Methods in scriptella.driver.csv with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    CsvConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    CsvConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.janino

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.janino with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidJaninoConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) +
  • +
    +

    Uses of Resource in scriptella.driver.janino

    +
    Methods in scriptella.driver.janino with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JaninoConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
  • voidJaninoConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    void
    +
    JaninoConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    + + -
  • - - -

    Uses of Resource in scriptella.driver.jexl

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.jexl with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidJexlConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidJexlConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.jexl

    +
    Methods in scriptella.driver.jexl with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JexlConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    JexlConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.ldap

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.ldap with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidLdapConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidLdapConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.ldap

    +
    Methods in scriptella.driver.ldap with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    LdapConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    LdapConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.mail

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.mail with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidMailConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidMailConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.mail

    +
    Methods in scriptella.driver.mail with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    MailConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    MailConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.script

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.script with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidScriptConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidScriptConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.script with parameters of type Resource 
    Constructor and Description
    MissingQueryNextCallDetector(ParametersCallbackMap map, - Resource resource) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.script

    +
    Methods in scriptella.driver.script with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ScriptConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
    Constructors in scriptella.driver.script with parameters of type Resource
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.scriptella

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.scriptella with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidScriptellaConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidScriptellaConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.scriptella

    +
    Methods in scriptella.driver.scriptella with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ScriptellaConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ScriptellaConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.shell

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.shell with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidShellConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidShellConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.shell

    +
    Methods in scriptella.driver.shell with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    ShellConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    ShellConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.text

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.text with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidTextConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidTextConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.driver.text

    +
    Methods in scriptella.driver.text with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    TextConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    TextConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.driver.velocity

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.velocity with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidVelocityConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) +
  • +
    +

    Uses of Resource in scriptella.driver.velocity

    +
    Methods in scriptella.driver.velocity with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    VelocityConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
  • voidVelocityConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) + +
    void
    +
    VelocityConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
    Executes a script specified by its content.
    -
    + + +
  • -
  • - - -

    Uses of Resource in scriptella.driver.xpath

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.driver.xpath with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidXPathConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidXPathConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    - - - - - - - - - - -
    Constructors in scriptella.driver.xpath with parameters of type Resource 
    Constructor and Description
    XPathQueryExecutor(java.lang.ThreadLocal<org.w3c.dom.Node> context, - org.w3c.dom.Document document, - Resource xpathResource, - scriptella.driver.xpath.XPathExpressionCompiler compiler, - AbstractConnection.StatementCounter counter, - boolean returnArrays) +
  • +
    +

    Uses of Resource in scriptella.driver.xpath

    +
    Methods in scriptella.driver.xpath with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    XPathConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    XPathConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
    Constructors in scriptella.driver.xpath with parameters of type Resource
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    +
    XPathQueryExecutor(ThreadLocal<Node> context, + Document document, + Resource xpathResource, + scriptella.driver.xpath.XPathExpressionCompiler compiler, + AbstractConnection.StatementCounter counter, + boolean returnArrays)
    +
    Crates executor to query document using a specified xpath expression.
    -
  • + + +
  • -
  • - - -

    Uses of Resource in scriptella.jdbc

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.jdbc with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidJdbcConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) 
    voidJdbcConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) 
    +
  • +
    +

    Uses of Resource in scriptella.jdbc

    +
    Methods in scriptella.jdbc with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    JdbcConnection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
     
    +
    void
    +
    JdbcConnection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
     
    +
    +
  • -
  • - - -

    Uses of Resource in scriptella.spi

    - - - - - - - - - - - - - - - - -
    Methods in scriptella.spi with parameters of type Resource 
    Modifier and TypeMethod and Description
    voidConnection.executeQuery(Resource queryContent, - ParametersCallback parametersCallback, - QueryCallback queryCallback) +
  • +
    +

    Uses of Resource in scriptella.spi

    +
    Methods in scriptella.spi with parameters of type Resource
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    Connection.executeQuery(Resource queryContent, + ParametersCallback parametersCallback, + QueryCallback queryCallback)
    +
    Executes a query specified by its content.
    -
  • voidConnection.executeScript(Resource scriptContent, - ParametersCallback parametersCallback) + +
    void
    +
    Connection.executeScript(Resource scriptContent, + ParametersCallback parametersCallback)
    +
    Executes a script specified by its content.
    -
    -
  • - - - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/class-use/ScriptellaDriver.html b/docs/api/scriptella/spi/class-use/ScriptellaDriver.html index dee7a10..d52316a 100644 --- a/docs/api/scriptella/spi/class-use/ScriptellaDriver.html +++ b/docs/api/scriptella/spi/class-use/ScriptellaDriver.html @@ -1,255 +1,640 @@ - - + - + Uses of Interface scriptella.spi.ScriptellaDriver (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Interface
    scriptella.spi.ScriptellaDriver

    -
    -
    -
    +
    + - +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.auto

    +
    Classes in scriptella.driver.auto that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella autodiscovery driver.
    +
    +
    +
  • - +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.csv

    +
    Classes in scriptella.driver.csv that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for CSV files.
    - - -
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.cubrid

    +
    Classes in scriptella.driver.cubrid that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Cubrid database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.db2

    +
    Classes in scriptella.driver.db2 that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for DB2 database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.derby

    +
    Classes in scriptella.driver.derby that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Derby database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.h2

    +
    Classes in scriptella.driver.h2 that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for H2 database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.janino

    +
    Classes in scriptella.driver.janino that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Driver for Janino Java Compiler.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.jexl

    +
    Classes in scriptella.driver.jexl that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Driver for JEXL.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.jndi

    +
    Classes in scriptella.driver.jndi that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for JNDI datasources.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.ldap

    +
    Classes in scriptella.driver.ldap that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Driver for LDAP.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.mail

    +
    Classes in scriptella.driver.mail that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Represents a JavaMail driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.mssql

    +
    Classes in scriptella.driver.mssql that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Microsoft SQL Server database JDBC driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.mysql

    +
    Classes in scriptella.driver.mysql that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for MySQL database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.oracle

    +
    Classes in scriptella.driver.oracle that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Oracle database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.postgresql

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for PostgreSQL database.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.script

    +
    Classes in scriptella.driver.script that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella bridge for the JSR 223: Scripting for the Java Platform.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.scriptella

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    This driver allows execution of external ETL files.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.shell

    +
    Classes in scriptella.driver.shell that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Shell scripts driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.spring

    +
    Classes in scriptella.driver.spring that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella driver for The Spring Framework + Bean Factory(or Application Context) registered datasources.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.sybase

    +
    Classes in scriptella.driver.sybase that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for Sybase ASE/ASA databases.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.text

    +
    Classes in scriptella.driver.text that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Represents a Text file driver.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.velocity

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Driver for Velocity template engine.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.xls

    +
    Classes in scriptella.driver.xls that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Scriptella Adapter for SQLScheet.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.driver.xpath

    +
    Classes in scriptella.driver.xpath that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Represents a driver for querying XML files with XPath expressions.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.jdbc

    +
    Classes in scriptella.jdbc that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    Generic adapter for JDBC drivers.
    +
    +
    +
    +
  • +
  • +
    +

    Uses of ScriptellaDriver in scriptella.spi

    +
    Classes in scriptella.spi that implement ScriptellaDriver
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    +
    An abstract base for Scriptella drivers.
    +
    +
    +
    +
  • -
    - -
    - - -
    - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/package-frame.html b/docs/api/scriptella/spi/package-frame.html deleted file mode 100644 index cc16bae..0000000 --- a/docs/api/scriptella/spi/package-frame.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - -scriptella.spi (Scriptella API Documentation) - - - - - -

    scriptella.spi

    - - - diff --git a/docs/api/scriptella/spi/package-summary.html b/docs/api/scriptella/spi/package-summary.html index 57b31d1..526bb4b 100644 --- a/docs/api/scriptella/spi/package-summary.html +++ b/docs/api/scriptella/spi/package-summary.html @@ -1,199 +1,72 @@ - - + - + scriptella.spi (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.spi

    -
    -
    Service Provider Interface classes.
    +

    Package scriptella.spi

    -

    See: Description

    -
    -
    - - - - -

    Package scriptella.spi Description

    +
    +
    package scriptella.spi
    +
    Service Provider Interface classes.

    Service Provider Requirements

    @@ -236,55 +109,92 @@

    Additional Recommendations

    Adding a simple readme file inside a JAR may help users to quickly get how to use it.
  • Scriptella built-in drivers can be used as a reference implementation to create a new driver.
  • +
    +
    +
    + + + +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/spi/package-tree.html b/docs/api/scriptella/spi/package-tree.html index 4907f98..61ee8c4 100644 --- a/docs/api/scriptella/spi/package-tree.html +++ b/docs/api/scriptella/spi/package-tree.html @@ -1,100 +1,80 @@ - - + - + scriptella.spi Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.spi

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +

    Interface Hierarchy

    -
    - -
    - - - - - - - +
  • scriptella.spi.QueryCallback
  • +
  • scriptella.spi.Resource
  • +
  • scriptella.spi.ScriptellaDriver
  • + + +
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/package-use.html b/docs/api/scriptella/spi/package-use.html index c1c2f65..66a19d5 100644 --- a/docs/api/scriptella/spi/package-use.html +++ b/docs/api/scriptella/spi/package-use.html @@ -1,1269 +1,1223 @@ - - + - + Uses of Package scriptella.spi (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.spi

    -
    -
    +
    + -
  • - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.core 
    Class and Description
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ParametersCallback +
  • +
    +
    Classes in scriptella.spi used by scriptella.core
    +
    +
    Class
    +
    Description
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Callback interface to obtain parameter values.
    -
  • Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    ScriptellaDriver + + +
    Service Provider Interface for integrating third-party systems with Scriptella.
    -
    +
  • +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.as400 
    Class and Description
    ScriptellaDriver +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    Service Provider Interface for integrating third-party systems with Scriptella.
    -
  • + + +
  • -
  • - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.auto 
    Class and Description
    AbstractScriptellaDriver +
  • +
    + +
    +
    Class
    +
    Description
    + +
    An abstract base for Scriptella drivers.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.csv 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • AbstractConnection.StatementCounter + + +
    Helper class to use for executed statements counting.
    -
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.hsqldb 
    Class and Description
    AbstractConnection -
    A base class for connections.
    -
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters -
    Represents connection parameters.
    -
    NativeConnectionProvider -
    Optional interface implemented by Connection classes.
    -
    +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.janino 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.jexl 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.jndi 
    Class and Description
    ProviderException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    Thrown by connection provider to indicate any kind of failure.
    -
  • + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.ldap 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.ldap.ldif 
    Class and Description
    ParametersCallback +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Callback interface to obtain parameter values.
    -
  • ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    + + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.mail 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + + +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
  • -
  • - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.oracle 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
    +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    NativeConnectionProvider -
    Optional interface implemented by Connection classes.
    -
    + + +
    +
    Optional interface implemented by Connection classes.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + + +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.script 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.scriptella 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.shell 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • AbstractConnection.StatementCounter + + +
    Helper class to use for executed statements counting.
    -
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ParametersCallback + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    +
    Represents connection parameters.
    +
    + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.spring 
    Class and Description
    ProviderException +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    Thrown by connection provider to indicate any kind of failure.
    -
  • + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + + +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.text 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • AbstractConnection.StatementCounter + + +
    Helper class to use for executed statements counting.
    -
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    DialectIdentifier + + +
    Represents vendor dialect information.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.velocity 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + + +
  • +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    +
    +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.driver.xpath 
    Class and Description
    AbstractConnection +
  • +
    + +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • AbstractConnection.StatementCounter + + +
    Helper class to use for executed statements counting.
    -
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    An abstract base for Scriptella drivers.
    +
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    + + +
    +
    Service Provider Interface for integrating third-party systems with Scriptella.
    +
    + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.execution 
    Class and Description
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    DriverContext +
  • +
    + +
    +
    Class
    +
    Description
    + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Global ETL Context available to drivers.
    -
  • ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.expression 
    Class and Description
    ParametersCallback +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Callback interface to obtain parameter values.
    -
  • + + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.jdbc 
    Class and Description
    AbstractConnection +
  • +
    +
    Classes in scriptella.spi used by scriptella.jdbc
    +
    +
    Class
    +
    Description
    + +
    A base class for connections.
    -
  • AbstractScriptellaDriver + + +
    An abstract base for Scriptella drivers.
    -
    Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    DriverContext + + +
    Global ETL Context available to drivers.
    -
    NativeConnectionProvider -
    Optional interface implemented by Connection classes.
    -
    ParametersCallback + + +
    +
    Optional interface implemented by Connection classes.
    +
    + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    ScriptellaDriver + + +
    Service Provider Interface for integrating third-party systems with Scriptella.
    -
    + + +
  • -
  • - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.spi 
    Class and Description
    AbstractConnection.StatementCounter +
  • +
    +
    Classes in scriptella.spi used by scriptella.spi
    +
    +
    Class
    +
    Description
    + +
    Helper class to use for executed statements counting.
    -
  • Connection -
    Represents a connection to the system provided by ScriptellaDriver.
    -
    ConnectionParameters + + +
    +
    Represents a connection to the system provided by ScriptellaDriver.
    +
    + +
    Represents connection parameters.
    -
    DialectIdentifier + + +
    Represents vendor dialect information.
    -
    DriverContext + + +
    Global ETL Context available to drivers.
    -
    ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    ProviderException + + +
    Thrown by connection provider to indicate any kind of failure.
    -
    QueryCallback + + +
    Callback interface for query result set iteration.
    -
    Resource + + +
    Represents reference to a text resource capable of creating new readers.
    -
    ScriptellaDriver + + +
    Service Provider Interface for integrating third-party systems with Scriptella.
    -
    + + +
  • -
  • - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.spi.support 
    Class and Description
    ParametersCallback +
  • +
    + +
    +
    Class
    +
    Description
    + +
    Callback interface to obtain parameter values.
    -
  • + + +
  • -
  • - - - - - - - - - - - - - - - -
    Classes in scriptella.spi used by scriptella.text 
    Class and Description
    ConnectionParameters +
  • +
    +
    Classes in scriptella.spi used by scriptella.text
    +
    +
    Class
    +
    Description
    + +
    Represents connection parameters.
    -
  • ParametersCallback + + +
    Callback interface to obtain parameter values.
    -
    -
  • - - - - - -

    + + +

    +
    + +
    + + diff --git a/docs/api/scriptella/spi/support/HierarchicalParametersCallback.html b/docs/api/scriptella/spi/support/HierarchicalParametersCallback.html index 00d505f..6189fcf 100644 --- a/docs/api/scriptella/spi/support/HierarchicalParametersCallback.html +++ b/docs/api/scriptella/spi/support/HierarchicalParametersCallback.html @@ -1,391 +1,267 @@ - - + - + HierarchicalParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi.support
    -

    Class HierarchicalParametersCallback

    + +

    Class HierarchicalParametersCallback

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.support.HierarchicalParametersCallback
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.spi.support.HierarchicalParametersCallback
      +
      +
      +
      All Implemented Interfaces:
      -
      ParametersCallback
      +
      ParametersCallback

      -
      -
      public class HierarchicalParametersCallback
      -extends java.lang.Object
      -implements ParametersCallback
      -
      Hierarchical implementation of ParametersCallback interface. +
      public class HierarchicalParametersCallback +extends Object +implements ParametersCallback
      +
      Hierarchical implementation of ParametersCallback interface.

      This class decorates behaviour of a primary callback by obtaining absent parameter values from the parent callback.

      Note: This class is mutable and not thread-safe.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    + - - +
    +
    + + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            HierarchicalParametersCallback

            -
            public HierarchicalParametersCallback(ParametersCallback callback,
            -                                      ParametersCallback parentCallback)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              HierarchicalParametersCallback

              +
              public HierarchicalParametersCallback(ParametersCallback callback, + ParametersCallback parentCallback)
              Creates a hierarchical parameters callback instance.
              -
              -
              Parameters:
              +
              +
              Parameters:
              callback - primary callback.
              parentCallback - secondary (parent) callback. If null - only primary callback is used.
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getCallback

              -
              public ParametersCallback getCallback()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getCallback

                +
                public ParametersCallback getCallback()
                Returns primary callback.
                -
                -
                Returns:
                +
                +
                Returns:
                primary callback.
                +
              • -
              - - - -
                -
              • -

                setCallback

                -
                public void setCallback(ParametersCallback callback)
                +
              • +
                +

                setCallback

                +
                public void setCallback(ParametersCallback callback)
                Sets primary callback.
                -
                -
                Parameters:
                +
                +
                Parameters:
                callback - primary callback. Cannot be null.
                +
              • -
              - - - -
                -
              • -

                getParentCallback

                -
                public ParametersCallback getParentCallback()
                +
              • +
                +

                getParentCallback

                +
                public ParametersCallback getParentCallback()
                Returns secondary callback.
                -
                -
                Returns:
                +
                +
                Returns:
                secondary callback.
                +
              • -
              - - - -
                -
              • -

                setParentCallback

                -
                public void setParentCallback(ParametersCallback parentCallback)
                +
              • +
                +

                setParentCallback

                +
                public void setParentCallback(ParametersCallback parentCallback)
                Sets secondary callback.
                -
                -
                Parameters:
                +
                +
                Parameters:
                parentCallback - secondary callback. May be null, in this case only primary callback is used.
                +
              • -
              - - - -
                -
              • -

                getParameter

                -
                public java.lang.Object getParameter(java.lang.String name)
                +
              • +
                +

                getParameter

                +
                public Object getParameter(String name)
                This method obtains the value of a specified parameter from the primary callback . If the returned value is null, the parameter's value is obtained from secondary callback.
                -
                -
                Specified by:
                -
                getParameter in interface ParametersCallback
                -
                Parameters:
                +
                +
                Specified by:
                +
                getParameter in interface ParametersCallback
                +
                Parameters:
                name - parameter name.
                -
                Returns:
                +
                Returns:
                value of the specified parameter.
                +
              +
            -
          • -
          -
    - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/support/MapParametersCallback.html b/docs/api/scriptella/spi/support/MapParametersCallback.html index deaefd1..56b1dea 100644 --- a/docs/api/scriptella/spi/support/MapParametersCallback.html +++ b/docs/api/scriptella/spi/support/MapParametersCallback.html @@ -1,299 +1,191 @@ - - + - + MapParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi.support
    -

    Class MapParametersCallback

    + +

    Class MapParametersCallback

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.support.MapParametersCallback
      • -
      -
    • -
    -
    - -
    -
    -
      -
    • + +
      +
        - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.ObjectgetParameter(java.lang.String name) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + + +
          Returns the value of parameter specified by name.
          -
        • -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            MapParametersCallback

            -
            public MapParametersCallback(java.util.Map map)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              MapParametersCallback

              +
              public MapParametersCallback(Map map)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getParameter

              -
              public java.lang.Object getParameter(java.lang.String name)
              -
              Description copied from interface: ParametersCallback
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getParameter

                +
                public Object getParameter(String name)
                +
                Description copied from interface: ParametersCallback
                Returns the value of parameter specified by name.

                The callback internally delegates a call to parent callbacks if the parameter cannot be found.

                -
                -
                Specified by:
                -
                getParameter in interface ParametersCallback
                -
                Parameters:
                +
                +
                Specified by:
                +
                getParameter in interface ParametersCallback
                +
                Parameters:
                name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter to comply with their internal model. For example JDBC drivers are case-insensitive to column names.
                -
                Returns:
                +
                Returns:
                parameter value or null if parameter doesn't exist.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/support/NullParametersCallback.html b/docs/api/scriptella/spi/support/NullParametersCallback.html index 554ab37..194f74b 100644 --- a/docs/api/scriptella/spi/support/NullParametersCallback.html +++ b/docs/api/scriptella/spi/support/NullParametersCallback.html @@ -1,298 +1,190 @@ - - + - + NullParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.spi.support
    -

    Class NullParametersCallback

    + +

    Class NullParametersCallback

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.spi.support.NullParametersCallback
      • -
      -
    • -
    -
    - -
    -
    -
      -
    • + +
      +
        - -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.lang.ObjectgetParameter(java.lang.String name) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + + +
          Always return null.
          -
        • -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/support/class-use/HierarchicalParametersCallback.html b/docs/api/scriptella/spi/support/class-use/HierarchicalParametersCallback.html index 3bf513e..524a383 100644 --- a/docs/api/scriptella/spi/support/class-use/HierarchicalParametersCallback.html +++ b/docs/api/scriptella/spi/support/class-use/HierarchicalParametersCallback.html @@ -1,167 +1,92 @@ - - + - + Uses of Class scriptella.spi.support.HierarchicalParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.support.HierarchicalParametersCallback

    +

    Uses of Class
    scriptella.spi.support.HierarchicalParametersCallback

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/spi/support/class-use/MapParametersCallback.html b/docs/api/scriptella/spi/support/class-use/MapParametersCallback.html index d15010f..599751e 100644 --- a/docs/api/scriptella/spi/support/class-use/MapParametersCallback.html +++ b/docs/api/scriptella/spi/support/class-use/MapParametersCallback.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.spi.support.MapParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.support.MapParametersCallback

    +

    Uses of Class
    scriptella.spi.support.MapParametersCallback

    -
    No usage of scriptella.spi.support.MapParametersCallback
    - -
    - - - - - - - +No usage of scriptella.spi.support.MapParametersCallback
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/support/class-use/NullParametersCallback.html b/docs/api/scriptella/spi/support/class-use/NullParametersCallback.html index 2b52962..4e93e49 100644 --- a/docs/api/scriptella/spi/support/class-use/NullParametersCallback.html +++ b/docs/api/scriptella/spi/support/class-use/NullParametersCallback.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.spi.support.NullParametersCallback (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.spi.support.NullParametersCallback

    +

    Uses of Class
    scriptella.spi.support.NullParametersCallback

    -
    No usage of scriptella.spi.support.NullParametersCallback
    - -
    - - - - - - - +No usage of scriptella.spi.support.NullParametersCallback
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/support/package-frame.html b/docs/api/scriptella/spi/support/package-frame.html deleted file mode 100644 index b5d8f2c..0000000 --- a/docs/api/scriptella/spi/support/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -scriptella.spi.support (Scriptella API Documentation) - - - - - -

    scriptella.spi.support

    - - - diff --git a/docs/api/scriptella/spi/support/package-summary.html b/docs/api/scriptella/spi/support/package-summary.html index e9d00d8..fd140fc 100644 --- a/docs/api/scriptella/spi/support/package-summary.html +++ b/docs/api/scriptella/spi/support/package-summary.html @@ -1,158 +1,112 @@ - - + - + scriptella.spi.support (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.spi.support

    +

    Package scriptella.spi.support

    +
    +
    +
    package scriptella.spi.support
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/spi/support/package-tree.html b/docs/api/scriptella/spi/support/package-tree.html index d0f12c7..45e3dc5 100644 --- a/docs/api/scriptella/spi/support/package-tree.html +++ b/docs/api/scriptella/spi/support/package-tree.html @@ -1,141 +1,80 @@ - - + - + scriptella.spi.support Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.spi.support

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/spi/support/package-use.html b/docs/api/scriptella/spi/support/package-use.html index c76c666..85fa90e 100644 --- a/docs/api/scriptella/spi/support/package-use.html +++ b/docs/api/scriptella/spi/support/package-use.html @@ -1,163 +1,90 @@ - - + - + Uses of Package scriptella.spi.support (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.spi.support

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/text/PropertyFormat.html b/docs/api/scriptella/text/PropertyFormat.html index 9f4f449..c277e49 100644 --- a/docs/api/scriptella/text/PropertyFormat.html +++ b/docs/api/scriptella/text/PropertyFormat.html @@ -1,556 +1,368 @@ - - + - + PropertyFormat (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.text
    -

    Class PropertyFormat

    + +

    Class PropertyFormat

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.text.PropertyFormat
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.text.PropertyFormat
      +
      +

      -
      -
      public class PropertyFormat
      -extends java.lang.Object
      +
      public class PropertyFormat +extends Object
      Holds formatting/parsing rules for a property.
      -
      -
      Since:
      +
      +
      Since:
      1.1
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    void
    +
    setLocale(Locale locale)
    +
     
    +
    void
    +
    setNullString(String nullString)
    +
     
    +
    void
    +
    setPadChar(char padChar)
    +
     
    +
    void
    +
    setPadLeft(int padLeft)
    +
     
    +
    void
    +
    setPadRight(int padRight)
    +
     
    +
    void
    +
    setPattern(String pattern)
    +
     
    +
    void
    +
    setTrim(boolean trim)
    +
     
    +
    void
    + +
     
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            PropertyFormat

            -
            public PropertyFormat()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              PropertyFormat

              +
              public PropertyFormat()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              setPattern

              -
              public void setPattern(java.lang.String pattern)
              -                throws java.lang.IllegalArgumentException
              -
              -
              Throws:
              -
              java.lang.IllegalArgumentException
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                getType

                -
                public java.lang.String getType()
                +
              • +
                +

                getType

                +
                public String getType()
                +
              • -
              - - - -
                -
              • -

                setType

                -
                public void setType(java.lang.String type)
                +
              • +
                +

                setType

                +
                public void setType(String type)
                +
              • -
              - - - -
                -
              • -

                getFormat

                -
                protected java.text.Format getFormat()
                +
              • +
                +

                getFormat

                +
                protected Format getFormat()
                +
              • -
              - - - -
                -
              • -

                setLocale

                -
                public void setLocale(java.util.Locale locale)
                +
              • +
                +

                setLocale

                +
                public void setLocale(Locale locale)
                +
              • -
              - - - -
                -
              • -

                isTrim

                -
                public boolean isTrim()
                +
              • +
                +

                isTrim

                +
                public boolean isTrim()
                +
              • -
              - - - -
                -
              • -

                setTrim

                -
                public void setTrim(boolean trim)
                +
              • +
                +

                setTrim

                +
                public void setTrim(boolean trim)
                +
              • -
              - - - -
                -
              • -

                getClassName

                -
                public java.lang.String getClassName()
                +
              • +
                +

                getClassName

                +
                public String getClassName()
                +
              • -
              - - - -
                -
              • -

                setClassName

                -
                public void setClassName(java.lang.String className)
                +
              • +
                +

                setClassName

                +
                public void setClassName(String className)
                Sets class name of a custom formatter (subclass of java.text.Format).
                -
                -
                Parameters:
                +
                +
                Parameters:
                className - class name of a custom formatter
                +
              • -
              - - - -
                -
              • -

                getNullString

                -
                public java.lang.String getNullString()
                +
              • +
                +

                getNullString

                +
                public String getNullString()
                +
              • -
              - - - -
                -
              • -

                setNullString

                -
                public void setNullString(java.lang.String nullString)
                +
              • +
                +

                setNullString

                +
                public void setNullString(String nullString)
                +
              • -
              - - - -
                -
              • -

                getPadLeft

                -
                public int getPadLeft()
                +
              • +
                +

                getPadLeft

                +
                public int getPadLeft()
                +
              • -
              - - - -
                -
              • -

                setPadLeft

                -
                public void setPadLeft(int padLeft)
                +
              • +
                +

                setPadLeft

                +
                public void setPadLeft(int padLeft)
                +
              • -
              - - - -
                -
              • -

                getPadRight

                -
                public int getPadRight()
                +
              • +
                +

                getPadRight

                +
                public int getPadRight()
                +
              • -
              - - - -
                -
              • -

                setPadRight

                -
                public void setPadRight(int padRight)
                +
              • +
                +

                setPadRight

                +
                public void setPadRight(int padRight)
                +
              • -
              - - - -
                -
              • -

                getPadChar

                -
                public char getPadChar()
                +
              • +
                +

                getPadChar

                +
                public char getPadChar()
                +
              • -
              - - - -
                -
              • -

                setPadChar

                -
                public void setPadChar(char padChar)
                +
              • +
                +

                setPadChar

                +
                public void setPadChar(char padChar)
                +
              • -
              - - - -
                -
              • -

                parse

                -
                public java.lang.Object parse(java.lang.String value)
                +
              • +
                +

                parse

                +
                public Object parse(String value)
                +
              • -
              - - - -
                -
              • -

                format

                -
                public java.lang.String format(java.lang.Object object)
                +
              • +
                +

                format

                +
                public String format(Object object)
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
              • -
              - - - -
                -
              • -

                appendCommaSeparator

                -
                protected static java.lang.StringBuilder appendCommaSeparator(java.lang.StringBuilder stringBuilder)
                -
              • -
              +
            • +
              +

              appendCommaSeparator

              +
              protected static StringBuilder appendCommaSeparator(StringBuilder stringBuilder)
              +
            +
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/PropertyFormatInfo.html b/docs/api/scriptella/text/PropertyFormatInfo.html index 5bf4b26..db59120 100644 --- a/docs/api/scriptella/text/PropertyFormatInfo.html +++ b/docs/api/scriptella/text/PropertyFormatInfo.html @@ -1,615 +1,472 @@ - - + - + PropertyFormatInfo (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.text
    -

    Class PropertyFormatInfo

    + +

    Class PropertyFormatInfo

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.text.PropertyFormatInfo
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.text.PropertyFormatInfo
      +
      +

      -
      -
      public class PropertyFormatInfo
      -extends java.lang.Object
      +
      public class PropertyFormatInfo +extends Object
      Holds metadata about properties format.

      Used for storing formatting/parsing rules of CSV and other text files.

      -
      -
      Version:
      +
      +
      Version:
      1.1
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    +
    + - - +
    +
    boolean
    + +
     
    + +
    parse(ConnectionParameters params, + String prefix)
    +
     
    + +
    parse(TypedPropertiesSource properties, + String prefix)
    +
    +
    Creates a PropertyFormatInfo from specified properties.
    +
    +
    protected static void
    +
    setProperty(PropertyFormat f, + String columnPropName, + String key, + TypedPropertiesSource ps)
    +
     
    + + +
     
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/PropertyFormatter.html b/docs/api/scriptella/text/PropertyFormatter.html index 13879b0..aa71496 100644 --- a/docs/api/scriptella/text/PropertyFormatter.html +++ b/docs/api/scriptella/text/PropertyFormatter.html @@ -1,352 +1,232 @@ - - + - + PropertyFormatter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.text
    -

    Class PropertyFormatter

    + +

    Class PropertyFormatter

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.text.PropertyFormatter
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.text.PropertyFormatter
      +
      +

      -
      -
      public class PropertyFormatter
      -extends java.lang.Object
      -
      Provides formatting and parsing methods using a PropertyFormatInfo metadata.
      -
      -
      Version:
      +
      public class PropertyFormatter +extends Object
      +
      Provides formatting and parsing methods using a PropertyFormatInfo metadata.
      +
      +
      Version:
      1.1
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    + + +
    +
    Creates a ParametersCallback which formats parameters returned by the original callback.
    +
    + + +
     
    + +
    parse(String propertyName, + String value)
    +
    +
    Parses a string value to an object (if mapping is defined in PropertyFormatInfo).
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            PropertyFormatter

            -
            public PropertyFormatter(PropertyFormatInfo formatInfo)
            +
          • +
            +

            Constructor Details

            + +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              parse

              -
              public java.lang.Object parse(java.lang.String propertyName,
              -                              java.lang.String value)
              -
              Parses a string value to an object (if mapping is defined in PropertyFormatInfo).
              -
              -
              Parameters:
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                parse

                +
                public Object parse(String propertyName, + String value)
                +
                Parses a string value to an object (if mapping is defined in PropertyFormatInfo).
                +
                +
                Parameters:
                propertyName - name of the property
                value - value to parse.
                -
                Returns:
                -
                parsed value (if mapping is defined in PropertyFormatInfo), otherwise the unmodified value.
                +
                Returns:
                +
                parsed value (if mapping is defined in PropertyFormatInfo), otherwise the unmodified value.
                +
              • -
              - - - -
                -
              • -

                format

                -
                public java.lang.String format(java.lang.String propertyName,
                -                               java.lang.Object value)
                +
              • +
                +

                format

                +
                public String format(String propertyName, + Object value)
                Formats given object to string.
                -
                -
                Parameters:
                +
                +
                Parameters:
                propertyName - name of the property. (Case-sensitive)
                value - value to format.
                -
                Returns:
                +
                Returns:
                string representation of the value.
                +
              • -
              - - - - - - - - +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/TimestampValueFormat.html b/docs/api/scriptella/text/TimestampValueFormat.html index 6831ddb..636f265 100644 --- a/docs/api/scriptella/text/TimestampValueFormat.html +++ b/docs/api/scriptella/text/TimestampValueFormat.html @@ -1,367 +1,233 @@ - - + - + TimestampValueFormat (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.text
    -

    Class TimestampValueFormat

    + +

    Class TimestampValueFormat

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.text.Format
      • -
      • -
          -
        • java.text.DateFormat
        • -
        • -
            -
          • scriptella.text.TimestampValueFormat
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            TimestampValueFormat

            -
            public TimestampValueFormat()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              TimestampValueFormat

              +
              public TimestampValueFormat()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              format

              -
              public java.lang.StringBuffer format(java.util.Date date,
              -                                     java.lang.StringBuffer out,
              -                                     java.text.FieldPosition fieldPosition)
              -
              -
              Specified by:
              -
              format in class java.text.DateFormat
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                parse

                -
                public java.util.Date parse(java.lang.String source,
                -                            java.text.ParsePosition pos)
                -
                -
                Specified by:
                -
                parse in class java.text.DateFormat
                +
              • +
                +

                parse

                +
                public Date parse(String source, + ParsePosition pos)
                +
                +
                Specified by:
                +
                parse in class DateFormat
                +
              +
            -
          • -
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/TypedPropertiesSource.html b/docs/api/scriptella/text/TypedPropertiesSource.html index 0457f91..d88d504 100644 --- a/docs/api/scriptella/text/TypedPropertiesSource.html +++ b/docs/api/scriptella/text/TypedPropertiesSource.html @@ -1,487 +1,351 @@ - - + - + TypedPropertiesSource (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.text
    -

    Class TypedPropertiesSource

    + +

    Class TypedPropertiesSource

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.text.TypedPropertiesSource
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.text.TypedPropertiesSource
      +
      +

      -
      -
      public class TypedPropertiesSource
      -extends java.lang.Object
      +
      public class TypedPropertiesSource +extends Object
      Typed view for properties.

      FIXME: Extract interface

      -
      -
      Version:
      +
      +
      Version:
      1.1
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            TypedPropertiesSource

            -
            public TypedPropertiesSource(java.util.Map<java.lang.String,?> properties)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              TypedPropertiesSource

              +
              public TypedPropertiesSource(Map<String,?> properties)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getKeys

              -
              public java.util.Set<java.lang.String> getKeys()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getKeys

                +
                public Set<String> getKeys()
                +
              • -
              - - - -
                -
              • -

                getProperty

                -
                public java.lang.Object getProperty(java.lang.String name)
                +
              • +
                +

                getProperty

                +
                public Object getProperty(String name)
                Convenience method which returns property by name.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name
                -
                Returns:
                +
                Returns:
                property value
                +
              • -
              - - - -
                -
              • -

                getStringProperty

                -
                public java.lang.String getStringProperty(java.lang.String name)
                +
              • +
                +

                getStringProperty

                +
                public String getStringProperty(String name)
                Returns string value of the property.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                -
                Returns:
                +
                Returns:
                property value.
                +
              • -
              - - - -
                -
              • -

                getNumberProperty

                -
                public java.lang.Number getNumberProperty(java.lang.String name,
                -                                          java.lang.Number defaultValue)
                -                                   throws ConfigurationException
                +
              • +
                +

                getNumberProperty

                +
                public Number getNumberProperty(String name, + Number defaultValue) + throws ConfigurationException
                Returns numeric value of the property.

                Accepts decimal, hexadecimal, and octal numbers if property is String.

                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                defaultValue - default value to use when property omitted.
                -
                Returns:
                +
                Returns:
                numeric property value.
                -
                Throws:
                -
                ConfigurationException - if parsing failed.
                -
                See Also:
                -
                Long.decode(String)
                +
                Throws:
                +
                ConfigurationException - if parsing failed.
                +
                See Also:
                +
                + +
                +
              • -
              - - - -
                -
              • -

                getBooleanProperty

                -
                public boolean getBooleanProperty(java.lang.String name,
                -                                  boolean defaultValue)
                -                           throws ConfigurationException
                +
              • +
                +

                getBooleanProperty

                +
                public boolean getBooleanProperty(String name, + boolean defaultValue) + throws ConfigurationException
                Parses property value as a boolean flag.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                defaultValue - default value to use if connection has no such property.
                -
                Returns:
                +
                Returns:
                boolean property value.
                -
                Throws:
                -
                ConfigurationException - if property has unrecognized value.
                +
                Throws:
                +
                ConfigurationException - if property has unrecognized value.
                +
              • -
              - - - -
                -
              • -

                getCharsetProperty

                -
                public java.lang.String getCharsetProperty(java.lang.String name)
                -                                    throws ConfigurationException
                +
              • +
                +

                getCharsetProperty

                +
                public String getCharsetProperty(String name) + throws ConfigurationException
                Parses property value as a charset encoding name.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                -
                Returns:
                +
                Returns:
                value of the property or null if connection has no such property.
                -
                Throws:
                -
                ConfigurationException - if charset name is unsupported.
                +
                Throws:
                +
                ConfigurationException - if charset name is unsupported.
                +
              • -
              - - - -
                -
              • -

                getLocaleProperty

                -
                public java.util.Locale getLocaleProperty(java.lang.String name)
                +
              • +
                +

                getLocaleProperty

                +
                public Locale getLocaleProperty(String name)
                Parses property value as a locale string.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - property name.
                -
                Returns:
                +
                Returns:
                locale or null if property not found or has no value
                -
                See Also:
                -
                Locale.toString()
                +
                See Also:
                +
                + +
                +
              • -
              - - - -
                -
              • -

                getProperties

                -
                public java.util.Map<java.lang.String,?> getProperties()
                +
              • +
                +

                getProperties

                +
                public Map<String,?> getProperties()
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
              • -
              - - - -
                -
              • -

                from

                -
                public static TypedPropertiesSource from(ConnectionParameters connectionParameters)
                +
              • +
                +

                from

                +
                public static TypedPropertiesSource from(ConnectionParameters connectionParameters)
                Converts connectionParameters to TypedPropertiesSource. FIXME: This method should not create a new instance, but return an internal delegate used by connection params.
                -
                -
                Parameters:
                +
                +
                Parameters:
                connectionParameters - connection parameters
                -
                Returns:
                +
                Returns:
                connection parameters as TypedPropertiesSource
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/ValueFormatBuilder.html b/docs/api/scriptella/text/ValueFormatBuilder.html index 77d9401..c43f285 100644 --- a/docs/api/scriptella/text/ValueFormatBuilder.html +++ b/docs/api/scriptella/text/ValueFormatBuilder.html @@ -1,390 +1,250 @@ - - + - + ValueFormatBuilder (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.text
    -

    Class ValueFormatBuilder

    + +

    Class ValueFormatBuilder

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.text.ValueFormatBuilder
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.text.ValueFormatBuilder
      +
      +

      -
      -
      public class ValueFormatBuilder
      -extends java.lang.Object
      -
      Builder class for constructing Format instances based on the following parameters: +
      public class ValueFormatBuilder +extends Object
      +
      Builder class for constructing Format instances based on the following parameters:
      • type - built-in type name, i.e. timestamp, number, date, time etc
      • -
      • className - name of the custom sub-class of Format
      • +
      • className - name of the custom sub-class of Format
      • pattern - pattern to use for a specified type
      • locale - locale to use for formatting
      -
      -
      Since:
      +
      +
      Since:
      1.1
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ValueFormatBuilder

            -
            public ValueFormatBuilder()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ValueFormatBuilder

              +
              public ValueFormatBuilder()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              getType

              -
              public java.lang.String getType()
              -
            • -
            - - - -
              -
            • -

              setType

              -
              public ValueFormatBuilder setType(java.lang.String type)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                getType

                +
                public String getType()
                +
              • -
              - - - -
                -
              • -

                getClassName

                -
                public java.lang.String getClassName()
                +
              • +
                +

                setType

                +
                public ValueFormatBuilder setType(String type)
                +
              • -
              - - - -
                -
              • -

                setClassName

                -
                public ValueFormatBuilder setClassName(java.lang.String className)
                +
              • +
                +

                getClassName

                +
                public String getClassName()
                +
              • -
              - - - -
                -
              • -

                getPattern

                -
                public java.lang.String getPattern()
                +
              • +
                +

                setClassName

                +
                public ValueFormatBuilder setClassName(String className)
                +
              • -
              - - - -
                -
              • -

                setPattern

                -
                public ValueFormatBuilder setPattern(java.lang.String pattern)
                +
              • +
                +

                getPattern

                +
                public String getPattern()
                +
              • -
              - - - -
                -
              • -

                getLocale

                -
                public java.util.Locale getLocale()
                +
              • +
                +

                setPattern

                +
                public ValueFormatBuilder setPattern(String pattern)
                +
              • -
              - - - -
                -
              • -

                setLocale

                -
                public ValueFormatBuilder setLocale(java.util.Locale locale)
                +
              • +
                +

                getLocale

                +
                public Locale getLocale()
                +
              • -
              - - - - +
            • +
              +

              build

              +
              public Format build()
              +
            +
    -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/class-use/PropertyFormat.html b/docs/api/scriptella/text/class-use/PropertyFormat.html index 6b38c88..e6b43e6 100644 --- a/docs/api/scriptella/text/class-use/PropertyFormat.html +++ b/docs/api/scriptella/text/class-use/PropertyFormat.html @@ -1,221 +1,135 @@ - - + - + Uses of Class scriptella.text.PropertyFormat (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.text.PropertyFormat

    +

    Uses of Class
    scriptella.text.PropertyFormat

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/text/class-use/PropertyFormatInfo.html b/docs/api/scriptella/text/class-use/PropertyFormatInfo.html index 93c2b7f..d9131da 100644 --- a/docs/api/scriptella/text/class-use/PropertyFormatInfo.html +++ b/docs/api/scriptella/text/class-use/PropertyFormatInfo.html @@ -1,197 +1,115 @@ - - + - + Uses of Class scriptella.text.PropertyFormatInfo (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.text.PropertyFormatInfo

    +

    Uses of Class
    scriptella.text.PropertyFormatInfo

    -
    -
    - -
    - - - - - - - + +
    PropertyFormatter.getFormatInfo()
    +
     
    + +
    PropertyFormatInfo.parse(ConnectionParameters params, + String prefix)
    +
     
    + +
    PropertyFormatInfo.parse(TypedPropertiesSource properties, + String prefix)
    +
    +
    Creates a PropertyFormatInfo from specified properties.
    - - -

    +

    Constructors in scriptella.text with parameters of type PropertyFormatInfo
    +
    +
    Modifier
    +
    Constructor
    +
    Description
    +
     
    + +
     
    +
    + + + + +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/text/class-use/PropertyFormatter.html b/docs/api/scriptella/text/class-use/PropertyFormatter.html index fc55ebf..d584c06 100644 --- a/docs/api/scriptella/text/class-use/PropertyFormatter.html +++ b/docs/api/scriptella/text/class-use/PropertyFormatter.html @@ -1,168 +1,91 @@ - - + - + Uses of Class scriptella.text.PropertyFormatter (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.text.PropertyFormatter

    +

    Uses of Class
    scriptella.text.PropertyFormatter

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/text/class-use/TimestampValueFormat.html b/docs/api/scriptella/text/class-use/TimestampValueFormat.html index 289bd00..c0a9a38 100644 --- a/docs/api/scriptella/text/class-use/TimestampValueFormat.html +++ b/docs/api/scriptella/text/class-use/TimestampValueFormat.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.text.TimestampValueFormat (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.text.TimestampValueFormat

    +

    Uses of Class
    scriptella.text.TimestampValueFormat

    -
    No usage of scriptella.text.TimestampValueFormat
    - -
    - - - - - - - +No usage of scriptella.text.TimestampValueFormat
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/class-use/TypedPropertiesSource.html b/docs/api/scriptella/text/class-use/TypedPropertiesSource.html index e3a874c..fa26a8e 100644 --- a/docs/api/scriptella/text/class-use/TypedPropertiesSource.html +++ b/docs/api/scriptella/text/class-use/TypedPropertiesSource.html @@ -1,193 +1,111 @@ - - + - + Uses of Class scriptella.text.TypedPropertiesSource (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.text.TypedPropertiesSource

    +

    Uses of Class
    scriptella.text.TypedPropertiesSource

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/text/class-use/ValueFormatBuilder.html b/docs/api/scriptella/text/class-use/ValueFormatBuilder.html index 3637b53..56ab489 100644 --- a/docs/api/scriptella/text/class-use/ValueFormatBuilder.html +++ b/docs/api/scriptella/text/class-use/ValueFormatBuilder.html @@ -1,180 +1,100 @@ - - + - + Uses of Class scriptella.text.ValueFormatBuilder (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.text.ValueFormatBuilder

    +

    Uses of Class
    scriptella.text.ValueFormatBuilder

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/text/package-frame.html b/docs/api/scriptella/text/package-frame.html deleted file mode 100644 index 686733c..0000000 --- a/docs/api/scriptella/text/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -scriptella.text (Scriptella API Documentation) - - - - - -

    scriptella.text

    - - - diff --git a/docs/api/scriptella/text/package-summary.html b/docs/api/scriptella/text/package-summary.html index 638fd40..56d7055 100644 --- a/docs/api/scriptella/text/package-summary.html +++ b/docs/api/scriptella/text/package-summary.html @@ -1,187 +1,116 @@ - - + - + scriptella.text (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.text

    -
    -
    Classes for formatting and parsing text.
    -
    -

    See: Description

    +

    Package scriptella.text

    -
    - - - - -

    Package scriptella.text Description

    -
    Classes for formatting and parsing text.
    - - - - -

    + + + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/text/package-tree.html b/docs/api/scriptella/text/package-tree.html index 027d0c2..da43a87 100644 --- a/docs/api/scriptella/text/package-tree.html +++ b/docs/api/scriptella/text/package-tree.html @@ -1,152 +1,91 @@ - - + - + scriptella.text Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.text

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/text/package-use.html b/docs/api/scriptella/text/package-use.html index 0fea387..5d26bbd 100644 --- a/docs/api/scriptella/text/package-use.html +++ b/docs/api/scriptella/text/package-use.html @@ -1,203 +1,121 @@ - - + - + Uses of Package scriptella.text (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.text

    -
    -
    +
    +
    +
    - - - - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/ant/AntHandler.html b/docs/api/scriptella/tools/ant/AntHandler.html index d1ae956..4823151 100644 --- a/docs/api/scriptella/tools/ant/AntHandler.html +++ b/docs/api/scriptella/tools/ant/AntHandler.html @@ -1,332 +1,209 @@ - - + - + AntHandler (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.ant
    -

    Class AntHandler

    + +

    Class AntHandler

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.util.logging.Handler
      • -
      • -
          -
        • scriptella.tools.ant.AntHandler
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      java.util.logging.Handler +
      scriptella.tools.ant.AntHandler
      +
      +
      +

      -
      -
      public class AntHandler
      -extends java.util.logging.Handler
      +
      public class AntHandler +extends Handler
      java.util.logging Handler adapter for Ant.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            AntHandler

            -
            public AntHandler(org.apache.tools.ant.Project project,
            -                  boolean debug)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              AntHandler

              +
              public AntHandler(org.apache.tools.ant.Project project, + boolean debug)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              publish

              -
              public void publish(java.util.logging.LogRecord record)
              -
              -
              Specified by:
              -
              publish in class java.util.logging.Handler
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                flush

                -
                public void flush()
                -
                -
                Specified by:
                -
                flush in class java.util.logging.Handler
                +
              • +
                +

                flush

                +
                public void flush()
                +
                +
                Specified by:
                +
                flush in class Handler
                +
              • -
              - - - -
                -
              • -

                close

                -
                public void close()
                -
                -
                Specified by:
                -
                close in class java.util.logging.Handler
                +
              • +
                +

                close

                +
                public void close()
                +
                +
                Specified by:
                +
                close in class Handler
                +
              +
            -
          • -
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/EtlExecuteTask.html b/docs/api/scriptella/tools/ant/EtlExecuteTask.html index 2f01d8c..9f8a948 100644 --- a/docs/api/scriptella/tools/ant/EtlExecuteTask.html +++ b/docs/api/scriptella/tools/ant/EtlExecuteTask.html @@ -1,488 +1,309 @@ - - + - + EtlExecuteTask (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.ant
    -

    Class EtlExecuteTask

    + +

    Class EtlExecuteTask

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.apache.tools.ant.ProjectComponent
      • -
      • - -
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      org.apache.tools.ant.ProjectComponent +
      org.apache.tools.ant.Task +
      scriptella.tools.ant.EtlTaskBase +
      scriptella.tools.ant.EtlExecuteTask
      +
      +
      +
      +
      +
      +
      All Implemented Interfaces:
      -
      java.lang.Cloneable
      +
      Cloneable

      -
      -
      public class EtlExecuteTask
      -extends EtlTaskBase
      +
      public class EtlExecuteTask +extends EtlTaskBase
      Ant task for ETL scripts execution.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          -
            -
          • - - -

            Fields inherited from class org.apache.tools.ant.Task

            -target, taskName, taskType, wrapper
          • -
          -
            -
          • - - -

            Fields inherited from class org.apache.tools.ant.ProjectComponent

            -description, location, project
          • -
          +
        • +
          +

          Field Summary

          +
          +

          Fields inherited from class org.apache.tools.ant.Task

          +target, taskName, taskType, wrapper
          +
          +

          Fields inherited from class org.apache.tools.ant.ProjectComponent

          +description, location, project
          +
        • -
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          EtlExecuteTask() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          voidaddFileset(org.apache.tools.ant.types.FileSet set) 
          voidexecute() 
          java.lang.StringgetMaxmemory() 
          booleanisFork() 
          booleanisNojmx() 
          booleanisNostat() 
          voidsetFile(java.lang.String fileName) 
          voidsetFork(boolean fork) 
          voidsetMaxmemory(java.lang.String maxmemory) 
          voidsetNojmx(boolean nojmx) 
          voidsetNostat(boolean nostat) 
          - -
            -
          • - - -

            Methods inherited from class org.apache.tools.ant.Task

            -bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
          • -
          -
            -
          • - - -

            Methods inherited from class org.apache.tools.ant.ProjectComponent

            -clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
          • -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
      • +
        +

        Method Summary

        +
        +
        +
        +
        +
        Modifier and Type
        +
        Method
        +
        Description
        +
        void
        +
        addFileset(org.apache.tools.ant.types.FileSet set)
        +
         
        +
        void
        + +
         
        + + +
         
        +
        boolean
        + +
         
        +
        boolean
        + +
         
        +
        boolean
        + +
         
        +
        void
        +
        setFile(String fileName)
        +
         
        +
        void
        +
        setFork(boolean fork)
        +
         
        +
        void
        +
        setMaxmemory(String maxmemory)
        +
         
        +
        void
        +
        setNojmx(boolean nojmx)
        +
         
        +
        void
        +
        setNostat(boolean nostat)
        +
         
        +
        +
        +
        +
        +

        Methods inherited from class scriptella.tools.ant.EtlTaskBase

        +getProperties, isDebug, isInheritAll, isQuiet, resetLogging, setDebug, setInheritAll, setQuiet, setupLogging
        +
        +

        Methods inherited from class org.apache.tools.ant.Task

        +bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
        +
        +

        Methods inherited from class org.apache.tools.ant.ProjectComponent

        +clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
        +
        +

        Methods inherited from class java.lang.Object

        +equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        +
      -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            EtlExecuteTask

            -
            public EtlExecuteTask()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              EtlExecuteTask

              +
              public EtlExecuteTask()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              isFork

              -
              public boolean isFork()
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                isFork

                +
                public boolean isFork()
                +
              • -
              - - - -
                -
              • -

                setFork

                -
                public void setFork(boolean fork)
                +
              • +
                +

                setFork

                +
                public void setFork(boolean fork)
                +
              • -
              - - - -
                -
              • -

                isNostat

                -
                public boolean isNostat()
                +
              • +
                +

                isNostat

                +
                public boolean isNostat()
                +
              • -
              - - - -
                -
              • -

                setNostat

                -
                public void setNostat(boolean nostat)
                +
              • +
                +

                setNostat

                +
                public void setNostat(boolean nostat)
                +
              • -
              - - - -
                -
              • -

                isNojmx

                -
                public boolean isNojmx()
                +
              • +
                +

                isNojmx

                +
                public boolean isNojmx()
                +
              • -
              - - - -
                -
              • -

                setNojmx

                -
                public void setNojmx(boolean nojmx)
                +
              • +
                +

                setNojmx

                +
                public void setNojmx(boolean nojmx)
                +
              • -
              - - - -
                -
              • -

                getMaxmemory

                -
                public java.lang.String getMaxmemory()
                -
                -
                Returns:
                +
              • +
                +

                getMaxmemory

                +
                public String getMaxmemory()
                +
                +
                Returns:
                Max amount of memory to allocate to the forked VM (ignored if fork is disabled)
                +
              • -
              - - - -
                -
              • -

                setMaxmemory

                -
                public void setMaxmemory(java.lang.String maxmemory)
                +
              • +
                +

                setMaxmemory

                +
                public void setMaxmemory(String maxmemory)
                +
              • -
              - - - -
                -
              • -

                addFileset

                -
                public void addFileset(org.apache.tools.ant.types.FileSet set)
                +
              • +
                +

                addFileset

                +
                public void addFileset(org.apache.tools.ant.types.FileSet set)
                +
              • -
              - - - -
                -
              • -

                setFile

                -
                public void setFile(java.lang.String fileName)
                -             throws java.io.FileNotFoundException
                -
                -
                Throws:
                -
                java.io.FileNotFoundException
                +
              • +
                +

                setFile

                +
                public void setFile(String fileName) + throws FileNotFoundException
                +
                +
                Throws:
                +
                FileNotFoundException
                +
              • -
              - - - -
                -
              • -

                execute

                -
                public void execute()
                -             throws org.apache.tools.ant.BuildException
                -
                -
                Overrides:
                +
              • +
                +

                execute

                +
                public void execute() + throws org.apache.tools.ant.BuildException
                +
                +
                Overrides:
                execute in class org.apache.tools.ant.Task
                -
                Throws:
                +
                Throws:
                org.apache.tools.ant.BuildException
                +
              +
            -
          • -
          -
    -
    + - - -
    +
    +
    + +
    -
    - -
    - - -
    - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/EtlTaskBase.html b/docs/api/scriptella/tools/ant/EtlTaskBase.html index aa76584..c0deaa4 100644 --- a/docs/api/scriptella/tools/ant/EtlTaskBase.html +++ b/docs/api/scriptella/tools/ant/EtlTaskBase.html @@ -1,467 +1,303 @@ - - + - + EtlTaskBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.ant
    -

    Class EtlTaskBase

    + +

    Class EtlTaskBase

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.apache.tools.ant.ProjectComponent
      • -
      • -
          -
        • org.apache.tools.ant.Task
        • -
        • -
            -
          • scriptella.tools.ant.EtlTaskBase
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      org.apache.tools.ant.ProjectComponent +
      org.apache.tools.ant.Task +
      scriptella.tools.ant.EtlTaskBase
      +
      +
      +
      +
      +
      All Implemented Interfaces:
      -
      java.lang.Cloneable
      +
      Cloneable
      -
      +
      Direct Known Subclasses:
      -
      EtlExecuteTask, EtlTemplateTask
      +
      EtlExecuteTask, EtlTemplateTask

      -
      -
      public class EtlTaskBase
      -extends org.apache.tools.ant.Task
      +
      public class EtlTaskBase +extends org.apache.tools.ant.Task
      Base class for Scriptella ETL Ant tasks.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          -
            -
          • - - -

            Fields inherited from class org.apache.tools.ant.Task

            -target, taskName, taskType, wrapper
          • -
          -
            -
          • - - -

            Fields inherited from class org.apache.tools.ant.ProjectComponent

            -description, location, project
          • -
          +
        • +
          +

          Field Summary

          +
          +

          Fields inherited from class org.apache.tools.ant.Task

          +target, taskName, taskType, wrapper
          +
          +

          Fields inherited from class org.apache.tools.ant.ProjectComponent

          +description, location, project
          +
        • -
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          EtlTaskBase() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          protected java.util.Map<java.lang.String,?>getProperties() +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          protected Map<String,?>
          + +
          Returns a map of properties to pass into Scriptella.
          -
        • booleanisDebug() 
          booleanisInheritAll() + +
          boolean
          + +
           
          +
          boolean
          + +
          Getter for inheritAll property.
          -
          booleanisQuiet() 
          protected voidresetLogging() + +
          boolean
          + +
           
          +
          protected void
          + +
          Resets JUL back to the original state.
          -
          voidsetDebug(boolean debug) 
          voidsetInheritAll(boolean inheritAll) + +
          void
          +
          setDebug(boolean debug)
          +
           
          +
          void
          +
          setInheritAll(boolean inheritAll)
          +
          Setter for inheritAll property.
          -
          voidsetQuiet(boolean quiet) 
          protected voidsetupLogging() + +
          void
          +
          setQuiet(boolean quiet)
          +
           
          +
          protected void
          + +
          Configures Scriptella JUL loggers to use Ant logging.
          -
          -
            -
          • - - -

            Methods inherited from class org.apache.tools.ant.Task

            -bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
          • -
          -
            -
          • - - -

            Methods inherited from class org.apache.tools.ant.ProjectComponent

            -clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
          • -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class org.apache.tools.ant.Task

    +bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
    +
    +

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    +clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
    +
    +

    Methods inherited from class java.lang.Object

    +equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            EtlTaskBase

            -
            public EtlTaskBase()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              EtlTaskBase

              +
              public EtlTaskBase()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              setInheritAll

              -
              public void setInheritAll(boolean inheritAll)
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                setInheritAll

                +
                public void setInheritAll(boolean inheritAll)
                Setter for inheritAll property.
                -
                -
                Parameters:
                +
                +
                Parameters:
                inheritAll - if true pass all project properties to Scriptella. Default value if true.
                +
              • -
              - - - -
                -
              • -

                isInheritAll

                -
                public boolean isInheritAll()
                +
              • +
                +

                isInheritAll

                +
                public boolean isInheritAll()
                Getter for inheritAll property.
                -
                -
                Returns:
                +
                +
                Returns:
                true if pass all project properties to Scriptella. Default value if true.
                +
              • -
              - - - -
                -
              • -

                isDebug

                -
                public boolean isDebug()
                +
              • +
                +

                isDebug

                +
                public boolean isDebug()
                +
              • -
              - - - -
                -
              • -

                setDebug

                -
                public void setDebug(boolean debug)
                +
              • +
                +

                setDebug

                +
                public void setDebug(boolean debug)
                +
              • -
              - - - -
                -
              • -

                isQuiet

                -
                public boolean isQuiet()
                +
              • +
                +

                isQuiet

                +
                public boolean isQuiet()
                +
              • -
              - - - -
                -
              • -

                setQuiet

                -
                public void setQuiet(boolean quiet)
                +
              • +
                +

                setQuiet

                +
                public void setQuiet(boolean quiet)
                +
              • -
              - - - -
                -
              • -

                getProperties

                -
                protected java.util.Map<java.lang.String,?> getProperties()
                +
              • +
                +

                getProperties

                +
                protected Map<String,?> getProperties()
                Returns a map of properties to pass into Scriptella. -

                If inheritAll property is true (the default), +

                If inheritAll property is true (the default), the set of project properties is returned, otherwise only system properties are passed.

                -
                -
                Returns:
                +
                +
                Returns:
                map of properties (name->value).
                +
              • -
              - - - -
                -
              • -

                setupLogging

                -
                protected void setupLogging()
                +
              • +
                +

                setupLogging

                +
                protected void setupLogging()
                Configures Scriptella JUL loggers to use Ant logging.
                +
              • -
              - - - -
                -
              • -

                resetLogging

                -
                protected void resetLogging()
                +
              • +
                +

                resetLogging

                +
                protected void resetLogging()
                Resets JUL back to the original state.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/EtlTemplateTask.html b/docs/api/scriptella/tools/ant/EtlTemplateTask.html index 73d0917..ed0ce41 100644 --- a/docs/api/scriptella/tools/ant/EtlTemplateTask.html +++ b/docs/api/scriptella/tools/ant/EtlTemplateTask.html @@ -1,395 +1,248 @@ - - + - + EtlTemplateTask (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.ant
    -

    Class EtlTemplateTask

    + +

    Class EtlTemplateTask

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • org.apache.tools.ant.ProjectComponent
      • -
      • - -
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      org.apache.tools.ant.ProjectComponent +
      org.apache.tools.ant.Task +
      scriptella.tools.ant.EtlTaskBase +
      scriptella.tools.ant.EtlTemplateTask
      +
      +
      +
      +
      +
      +
      All Implemented Interfaces:
      -
      java.lang.Cloneable
      +
      Cloneable

      -
      -
      public class EtlTemplateTask
      -extends EtlTaskBase
      +
      public class EtlTemplateTask +extends EtlTaskBase
      Task to emit ETL file templates.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          -
            -
          • - - -

            Fields inherited from class org.apache.tools.ant.Task

            -target, taskName, taskType, wrapper
          • -
          -
            -
          • - - -

            Fields inherited from class org.apache.tools.ant.ProjectComponent

            -description, location, project
          • -
          +
        • +
          +

          Field Summary

          +
          +

          Fields inherited from class org.apache.tools.ant.Task

          +target, taskName, taskType, wrapper
          +
          +

          Fields inherited from class org.apache.tools.ant.ProjectComponent

          +description, location, project
          +
        • -
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          EtlTemplateTask() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          protected voidcreate(TemplateManager tm, - java.util.Map<java.lang.String,?> properties) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          protected void
          +
          create(TemplateManager tm, + Map<String,?> properties)
          +
          Template method for testing purposes.
          -
        • voidexecute() 
          voidsetName(java.lang.String name) + +
          void
          + +
           
          +
          void
          + +
          Setter for name property.
          -
          - -
            -
          • - - -

            Methods inherited from class org.apache.tools.ant.Task

            -bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
          • -
          -
            -
          • - - -

            Methods inherited from class org.apache.tools.ant.ProjectComponent

            -clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
          • -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        - -
    -
    -
      -
    • +
    +
    +
    +
    +

    Methods inherited from class scriptella.tools.ant.EtlTaskBase

    +getProperties, isDebug, isInheritAll, isQuiet, resetLogging, setDebug, setInheritAll, setQuiet, setupLogging
    +
    +

    Methods inherited from class org.apache.tools.ant.Task

    +bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
    +
    +

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    +clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
    +
    +

    Methods inherited from class java.lang.Object

    +equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Constructor Detail

        - - - -
          -
        • -

          EtlTemplateTask

          -
          public EtlTemplateTask()
          +
        • +
          +

          Constructor Details

          +
            +
          • +
            +

            EtlTemplateTask

            +
            public EtlTemplateTask()
            +
          +
        • -
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            setName

            -
            public void setName(java.lang.String name)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              setName

              +
              public void setName(String name)
              Setter for name property.
              -
              -
              Parameters:
              +
              +
              Parameters:
              name - template name.
              +
            • -
            - - - -
              -
            • -

              execute

              -
              public void execute()
              -             throws org.apache.tools.ant.BuildException
              -
              -
              Overrides:
              +
            • +
              +

              execute

              +
              public void execute() + throws org.apache.tools.ant.BuildException
              +
              +
              Overrides:
              execute in class org.apache.tools.ant.Task
              -
              Throws:
              +
              Throws:
              org.apache.tools.ant.BuildException
              +
            • -
            - - - -
              -
            • -

              create

              -
              protected void create(TemplateManager tm,
              -                      java.util.Map<java.lang.String,?> properties)
              -               throws java.io.IOException
              +
            • +
              +

              create

              +
              protected void create(TemplateManager tm, + Map<String,?> properties) + throws IOException
              Template method for testing purposes.
              -
              -
              Parameters:
              +
              +
              Parameters:
              tm - template manager.
              properties - properties.
              -
              Throws:
              -
              java.io.IOException - if I/O error occurs.
              +
              Throws:
              +
              IOException - if I/O error occurs.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/class-use/AntHandler.html b/docs/api/scriptella/tools/ant/class-use/AntHandler.html index 570383c..d861fb8 100644 --- a/docs/api/scriptella/tools/ant/class-use/AntHandler.html +++ b/docs/api/scriptella/tools/ant/class-use/AntHandler.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.tools.ant.AntHandler (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.ant.AntHandler

    +

    Uses of Class
    scriptella.tools.ant.AntHandler

    -
    No usage of scriptella.tools.ant.AntHandler
    - -
    - - - - - - - +No usage of scriptella.tools.ant.AntHandler
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/class-use/EtlExecuteTask.html b/docs/api/scriptella/tools/ant/class-use/EtlExecuteTask.html index 0284e48..6c8a5e8 100644 --- a/docs/api/scriptella/tools/ant/class-use/EtlExecuteTask.html +++ b/docs/api/scriptella/tools/ant/class-use/EtlExecuteTask.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.tools.ant.EtlExecuteTask (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.ant.EtlExecuteTask

    +

    Uses of Class
    scriptella.tools.ant.EtlExecuteTask

    -
    No usage of scriptella.tools.ant.EtlExecuteTask
    - -
    - - - - - - - +No usage of scriptella.tools.ant.EtlExecuteTask
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/class-use/EtlTaskBase.html b/docs/api/scriptella/tools/ant/class-use/EtlTaskBase.html index afd4e23..fbc322e 100644 --- a/docs/api/scriptella/tools/ant/class-use/EtlTaskBase.html +++ b/docs/api/scriptella/tools/ant/class-use/EtlTaskBase.html @@ -1,176 +1,98 @@ - - + - + Uses of Class scriptella.tools.ant.EtlTaskBase (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.ant.EtlTaskBase

    +

    Uses of Class
    scriptella.tools.ant.EtlTaskBase

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/ant/class-use/EtlTemplateTask.html b/docs/api/scriptella/tools/ant/class-use/EtlTemplateTask.html index 9bf5847..255eed5 100644 --- a/docs/api/scriptella/tools/ant/class-use/EtlTemplateTask.html +++ b/docs/api/scriptella/tools/ant/class-use/EtlTemplateTask.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.tools.ant.EtlTemplateTask (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.ant.EtlTemplateTask

    +

    Uses of Class
    scriptella.tools.ant.EtlTemplateTask

    -
    No usage of scriptella.tools.ant.EtlTemplateTask
    - -
    - - - - - - - +No usage of scriptella.tools.ant.EtlTemplateTask
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/package-frame.html b/docs/api/scriptella/tools/ant/package-frame.html deleted file mode 100644 index 721545c..0000000 --- a/docs/api/scriptella/tools/ant/package-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -scriptella.tools.ant (Scriptella API Documentation) - - - - - -

    scriptella.tools.ant

    - - - diff --git a/docs/api/scriptella/tools/ant/package-summary.html b/docs/api/scriptella/tools/ant/package-summary.html index 8de6de1..175abaa 100644 --- a/docs/api/scriptella/tools/ant/package-summary.html +++ b/docs/api/scriptella/tools/ant/package-summary.html @@ -1,123 +1,68 @@ - - + - + scriptella.tools.ant (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.tools.ant

    -
    -
    Ant tasks.
    -
    -

    See: Description

    +

    Package scriptella.tools.ant

    -
    -
      -
    • - - - - - - - - - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      AntHandler -
      java.util.logging Handler adapter for Ant.
      -
      EtlExecuteTask -
      Ant task for ETL scripts execution.
      -
      EtlTaskBase -
      Base class for Scriptella ETL Ant tasks.
      -
      EtlTemplateTask -
      Task to emit ETL file templates.
      -
      -
    • -
    - - - -

    Package scriptella.tools.ant Description

    +
    +
    package scriptella.tools.ant
    +
    Ant tasks.

    How to register

    To use Scriptella tasks in a build file, the following taskdef declaration should be added: @@ -126,7 +71,7 @@

    How to register

    Note: Additional libraries required for ETL execution may also be appended to classpath:
    
    -    <taskdef resource="antscriptella.properties" classpath="scriptella.jar;hsqldb.jar"/>
    +    <taskdef resource="antscriptella.properties" classpath="scriptella.jar;h2.jar"/>
     

    EtlExecuteTask (etl)

    @@ -229,55 +174,43 @@

    Examples

    --> <etl-template name="DataMigrator"/>
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/ant/package-tree.html b/docs/api/scriptella/tools/ant/package-tree.html index 76a82fe..3370fdc 100644 --- a/docs/api/scriptella/tools/ant/package-tree.html +++ b/docs/api/scriptella/tools/ant/package-tree.html @@ -1,99 +1,79 @@ - - + - + scriptella.tools.ant Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.tools.ant

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

      -
    • java.lang.Object +
    • java.lang.Object +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/ant/package-use.html b/docs/api/scriptella/tools/ant/package-use.html index f83f894..0dbd1fc 100644 --- a/docs/api/scriptella/tools/ant/package-use.html +++ b/docs/api/scriptella/tools/ant/package-use.html @@ -1,163 +1,90 @@ - - + - + Uses of Package scriptella.tools.ant (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.tools.ant

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/launcher/BugReport.html b/docs/api/scriptella/tools/launcher/BugReport.html index 05c5dfe..a5a13d8 100644 --- a/docs/api/scriptella/tools/launcher/BugReport.html +++ b/docs/api/scriptella/tools/launcher/BugReport.html @@ -1,312 +1,200 @@ - - + - + BugReport (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.launcher
    -

    Class BugReport

    + +

    Class BugReport

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.tools.launcher.BugReport
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.tools.launcher.BugReport
      +
      +

      -
      -
      public class BugReport
      -extends java.lang.Object
      +
      public class BugReport +extends Object
      Represents bug report for unexpected conditions.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          BugReport(java.lang.Throwable throwable) +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          +
          BugReport(Throwable throwable)
          +
          Creates bug report for throwable.
          -
        • +
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static booleanisPossibleBug(java.lang.Throwable throwable) 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    static boolean
    + +
     
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +
  • -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            BugReport

            -
            public BugReport(java.lang.Throwable throwable)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              BugReport

              +
              public BugReport(Throwable throwable)
              Creates bug report for throwable.
              -
              -
              Parameters:
              +
              +
              Parameters:
              throwable -
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              isPossibleBug

              -
              public static boolean isPossibleBug(java.lang.Throwable throwable)
              -
              -
              Parameters:
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                isPossibleBug

                +
                public static boolean isPossibleBug(Throwable throwable)
                +
                +
                Parameters:
                throwable -
                -
                Returns:
                +
                Returns:
                true if throwable is likely to be caused by bug
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                -
                Returns:
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
                Returns:
                report content.
                +
              +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/launcher/EtlLauncher.ErrorCode.html b/docs/api/scriptella/tools/launcher/EtlLauncher.ErrorCode.html index 0011b0f..d77181e 100644 --- a/docs/api/scriptella/tools/launcher/EtlLauncher.ErrorCode.html +++ b/docs/api/scriptella/tools/launcher/EtlLauncher.ErrorCode.html @@ -1,385 +1,254 @@ - - + - + EtlLauncher.ErrorCode (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.launcher
    -

    Enum EtlLauncher.ErrorCode

    + +

    Enum Class EtlLauncher.ErrorCode

    -
    -
      -
    • java.lang.Object
    • -
    • - -
    • -
    -
    -
    -
    -
    -
    -
      -
    • +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +getClass, notify, notifyAll, wait, wait, wait
    + + + + +
    +
      -
        -
      • - - -

        Enum Constant Detail

        - - - - -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            values

            -
            public static EtlLauncher.ErrorCode[] values()
            -
            Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
            -for (EtlLauncher.ErrorCode c : EtlLauncher.ErrorCode.values())
            -    System.out.println(c);
            -
            -
            -
            Returns:
            -
            an array containing the constants of this enum type, in the order they are declared
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              values

              +
              public static EtlLauncher.ErrorCode[] values()
              +
              Returns an array containing the constants of this enum class, in +the order they are declared.
              +
              +
              Returns:
              +
              an array containing the constants of this enum class, in the order they are declared
              +
            • -
            - - - -
              -
            • -

              valueOf

              -
              public static EtlLauncher.ErrorCode valueOf(java.lang.String name)
              -
              Returns the enum constant of this type with the specified name. +
            • +
              +

              valueOf

              +
              public static EtlLauncher.ErrorCode valueOf(String name)
              +
              Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are +enum constant in this class. (Extraneous whitespace characters are not permitted.)
              -
              -
              Parameters:
              +
              +
              Parameters:
              name - the name of the enum constant to be returned.
              -
              Returns:
              +
              Returns:
              the enum constant with the specified name
              -
              Throws:
              -
              java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
              -
              java.lang.NullPointerException - if the argument is null
              +
              Throws:
              +
              IllegalArgumentException - if this enum class has no constant with the specified name
              +
              NullPointerException - if the argument is null
              +
            • -
            - - - -
              -
            • -

              getErrorCode

              -
              public int getErrorCode()
              -
            • -
            +
          • +
            +

            getErrorCode

            +
            public int getErrorCode()
            +
          +
    -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/launcher/EtlLauncher.html b/docs/api/scriptella/tools/launcher/EtlLauncher.html index 5e7cffe..205d1d6 100644 --- a/docs/api/scriptella/tools/launcher/EtlLauncher.html +++ b/docs/api/scriptella/tools/launcher/EtlLauncher.html @@ -1,532 +1,401 @@ - - + - + EtlLauncher (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.launcher
    -

    Class EtlLauncher

    + +

    Class EtlLauncher

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.tools.launcher.EtlLauncher
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.tools.launcher.EtlLauncher
      +
      +

      -
      -
      public class EtlLauncher
      -extends java.lang.Object
      +
      public class EtlLauncher +extends Object
      Command line launcher.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Nested Class Summary

          - - - - - - - - - - -
          Nested Classes 
          Modifier and TypeClass and Description
          static class EtlLauncher.ErrorCode +
        • +
          +

          Nested Class Summary

          +
          Nested Classes
          +
          +
          Modifier and Type
          +
          Class
          +
          Description
          +
          static enum 
          + +
          Error codes returned by the launcher.
          -
        • +
    +
    + - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      EtlLauncher() 
      +
    • +
      +

      Constructor Summary

      +
      Constructors
      +
      +
      Constructor
      +
      Description
      + +
       
      +
      +
    • -
    - +
    + + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            STD_FORMATTER

            -
            public static final java.util.logging.Formatter STD_FORMATTER
            +
          • +
            +

            Field Details

            +
              +
            • +
              +

              STD_FORMATTER

              +
              public static final Formatter STD_FORMATTER
              +
            • -
            - - - - +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              EtlLauncher

              -
              public EtlLauncher()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                EtlLauncher

                +
                public EtlLauncher()
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                setNoStat

                -
                public void setNoStat(boolean suppressStatistics)
                -
                -
                Parameters:
                +
              • +
                +

                Method Details

                + - - - -
                  -
                • -

                  setNoJmx

                  -
                  public void setNoJmx(boolean noJmx)
                  +
                • +
                  +

                  setNoJmx

                  +
                  public void setNoJmx(boolean noJmx)
                  Suppress JMX MBean registration for monitoring.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  noJmx - true if JMX should be suppressed.
                  +
                • -
                - - - -
                  -
                • -

                  printVersion

                  -
                  protected void printVersion()
                  +
                • +
                  +

                  printVersion

                  +
                  protected void printVersion()
                  +
                • -
                - - - -
                  -
                • -

                  printUsage

                  -
                  protected void printUsage()
                  +
                • +
                  +

                  printUsage

                  +
                  protected void printUsage()
                  +
                • -
                - - - - - - - -
                  -
                • -

                  setProperties

                  -
                  public void setProperties(java.util.Map<java.lang.String,?> props)
                  +
                • +
                  +

                  setProperties

                  +
                  public void setProperties(Map<String,?> props)
                  Sets additional properties available for ETL. -

                  By default System.getProperties() is used.

                  -
                  -
                  Parameters:
                  +

                  By default System.getProperties() is used.

    +
    +
    Parameters:
    props - properties map.
    + - - - - -
      -
    • -

      setProgressIndicator

      -
      public void setProgressIndicator(ProgressIndicator indicator)
      +
    • +
      +

      setProgressIndicator

      +
      public void setProgressIndicator(ProgressIndicator indicator)
      +
    • -
    - - - - - - - -
      -
    • -

      resolveFile

      -
      public java.io.File resolveFile(java.io.File dir,
      -                                java.lang.String name)
      -                         throws java.io.FileNotFoundException
      +
    • +
      +

      resolveFile

      +
      public File resolveFile(File dir, + String name) + throws FileNotFoundException
      Resolves ETL file using the following rule: if specified file exists - it is returned, otherwise if file has no extension name+".etl.xml" file is checked for presence and returned.
      -
      -
      Parameters:
      +
      +
      Parameters:
      dir - parent directory, may be null.
      name - file name, may be null in this case default name is used.
      -
      Returns:
      +
      Returns:
      resolved ETL file.
      -
      Throws:
      -
      java.io.FileNotFoundException - if ETL file cannot be found.
      +
      Throws:
      +
      FileNotFoundException - if ETL file cannot be found.
      +
    • -
    - - - -
      -
    • -

      isFile

      -
      protected boolean isFile(java.io.File file)
      +
    • +
      +

      isFile

      +
      protected boolean isFile(File file)
      Overridable for testing.
      +
    • -
    - - - -
      -
    • -

      main

      -
      public static void main(java.lang.String[] args)
      -
    • -
    +
  • +
    +

    main

    +
    public static void main(String[] args)
    +
  • + - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/launcher/class-use/BugReport.html b/docs/api/scriptella/tools/launcher/class-use/BugReport.html index c84758e..ef5f166 100644 --- a/docs/api/scriptella/tools/launcher/class-use/BugReport.html +++ b/docs/api/scriptella/tools/launcher/class-use/BugReport.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.tools.launcher.BugReport (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.launcher.BugReport

    +

    Uses of Class
    scriptella.tools.launcher.BugReport

    -
    No usage of scriptella.tools.launcher.BugReport
    - -
    - - - - - - - +No usage of scriptella.tools.launcher.BugReport
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.ErrorCode.html b/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.ErrorCode.html index e1e6083..bb63569 100644 --- a/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.ErrorCode.html +++ b/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.ErrorCode.html @@ -1,181 +1,102 @@ - - + - -Uses of Class scriptella.tools.launcher.EtlLauncher.ErrorCode (Scriptella API Documentation) - + +Uses of Enum Class scriptella.tools.launcher.EtlLauncher.ErrorCode (Scriptella API Documentation) + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.launcher.EtlLauncher.ErrorCode

    +

    Uses of Enum Class
    scriptella.tools.launcher.EtlLauncher.ErrorCode

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.html b/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.html index a60084b..ce26f31 100644 --- a/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.html +++ b/docs/api/scriptella/tools/launcher/class-use/EtlLauncher.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.tools.launcher.EtlLauncher (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.launcher.EtlLauncher

    +

    Uses of Class
    scriptella.tools.launcher.EtlLauncher

    -
    No usage of scriptella.tools.launcher.EtlLauncher
    - -
    - - - - - - - +No usage of scriptella.tools.launcher.EtlLauncher
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/launcher/package-frame.html b/docs/api/scriptella/tools/launcher/package-frame.html deleted file mode 100644 index 62f220b..0000000 --- a/docs/api/scriptella/tools/launcher/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -scriptella.tools.launcher (Scriptella API Documentation) - - - - - -

    scriptella.tools.launcher

    -
    -

    Classes

    - -

    Enums

    - -
    - - diff --git a/docs/api/scriptella/tools/launcher/package-summary.html b/docs/api/scriptella/tools/launcher/package-summary.html index 5f0e559..1ae65f3 100644 --- a/docs/api/scriptella/tools/launcher/package-summary.html +++ b/docs/api/scriptella/tools/launcher/package-summary.html @@ -1,128 +1,72 @@ - - + - + scriptella.tools.launcher (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.tools.launcher

    -
    -
    Command line ETL launcher.
    -
    -

    See: Description

    +

    Package scriptella.tools.launcher

    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      BugReport -
      Represents bug report for unexpected conditions.
      -
      EtlLauncher -
      Command line launcher.
      -
      -
    • -
    • - - - - - - - - - - - - -
      Enum Summary 
      EnumDescription
      EtlLauncher.ErrorCode -
      Error codes returned by the launcher.
      -
      -
    • -
    - - - -

    Package scriptella.tools.launcher Description

    +
    +
    package scriptella.tools.launcher
    +
    Command line ETL launcher.

    Examples

    @@ -135,55 +79,41 @@

    Examples

    Produce a quick start template named etl.xml in the current directory:
    scriptella -t
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/launcher/package-tree.html b/docs/api/scriptella/tools/launcher/package-tree.html index f25176c..104d5f7 100644 --- a/docs/api/scriptella/tools/launcher/package-tree.html +++ b/docs/api/scriptella/tools/launcher/package-tree.html @@ -1,152 +1,93 @@ - - + - + scriptella.tools.launcher Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.tools.launcher

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    -

    Enum Hierarchy

    +
    +
    +

    Enum Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/launcher/package-use.html b/docs/api/scriptella/tools/launcher/package-use.html index 7bcf8f7..e31f540 100644 --- a/docs/api/scriptella/tools/launcher/package-use.html +++ b/docs/api/scriptella/tools/launcher/package-use.html @@ -1,163 +1,90 @@ - - + - + Uses of Package scriptella.tools.launcher (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.tools.launcher

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/template/DataMigrator.html b/docs/api/scriptella/tools/template/DataMigrator.html index 7088fcc..91f8362 100644 --- a/docs/api/scriptella/tools/template/DataMigrator.html +++ b/docs/api/scriptella/tools/template/DataMigrator.html @@ -1,121 +1,87 @@ - - + - + DataMigrator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.template
    -

    Class DataMigrator

    + +

    Class DataMigrator

    -
    - -
    -
      -
    • +
      java.lang.Object +
      scriptella.tools.template.TemplateManager +
      scriptella.tools.template.DataMigrator
      +
      +
      +

      -
      -
      public class DataMigrator
      -extends TemplateManager
      +
      public class DataMigrator +extends TemplateManager
      Data migration template manager.

      Produces an ETL template for tranferring data between tables of different databases. @@ -129,204 +95,117 @@

      Configuration properties

    • catalog - database catalog name.
    • schema - database schema name.
    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
    +
    +
    +
    +
    +

    Methods inherited from class scriptella.tools.template.TemplateManager

    +checkFile, create, defineName, forName, loadResourceAsString, newFileWriter
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            DataMigrator

            -
            public DataMigrator()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              DataMigrator

              +
              public DataMigrator()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              create

              -
              public void create(java.util.Map<java.lang.String,?> properties)
              -            throws java.io.IOException
              -
              Description copied from class: TemplateManager
              +
            • +
              +

              Method Details

              + +
            -
          • -
          -
    -
    + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/template/TemplateManager.html b/docs/api/scriptella/tools/template/TemplateManager.html index c329ec7..e3a74a9 100644 --- a/docs/api/scriptella/tools/template/TemplateManager.html +++ b/docs/api/scriptella/tools/template/TemplateManager.html @@ -1,494 +1,355 @@ - - + - + TemplateManager (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.tools.template
    -

    Class TemplateManager

    + +

    Class TemplateManager

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.tools.template.TemplateManager
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.tools.template.TemplateManager
      +
      +
      +
      Direct Known Subclasses:
      -
      DataMigrator
      +
      DataMigrator

      -
      -
      public class TemplateManager
      -extends java.lang.Object
      +
      public class TemplateManager +extends Object
      ETL files template manager.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Summary

          - - - - - - - - - - - - - - - - - - -
          Fields 
          Modifier and TypeField and Description
          protected java.util.logging.Loggerlogger 
          protected static java.lang.StringPROPS_EXT 
          protected static java.lang.StringXML_EXT 
          +
        • +
          +

          Field Summary

          +
          Fields
          +
          +
          Modifier and Type
          +
          Field
          +
          Description
          +
          protected final Logger
          + +
           
          +
          protected static final String
          + +
           
          +
          protected static final String
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          TemplateManager() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Static Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          protected booleancheckFile(java.lang.String name) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          protected boolean
          + +
          Returns true if file doesn't exist.
          -
        • voidcreate(java.util.Map<java.lang.String,?> properties) -
          Produce template files.
          -
          static voidcreate(java.lang.String name, - java.lang.String propertiesFile) + +
          static void
          +
          create(String name, + String propertiesFile)
          +
          Creates an ETL template using a specified template manager name and properties file.
          -
          protected java.lang.StringdefineName() + +
          void
          +
          create(Map<String,?> properties)
          +
          +
          Produce template files.
          +
          +
          protected String
          + +
          Defines base name for ETL.
          -
          static TemplateManagerforName(java.lang.String name) + + + +
          Loads a specified by name.
          -
          protected java.lang.StringloadResourceAsString(java.lang.String resourcePath) + +
          protected String
          + +
          Loads specifed classpath resource into a string.
          -
          protected java.io.WriternewFileWriter(java.lang.String fileName) + +
          protected Writer
          + +
          Template factory method for writers.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Field Detail

          - - - -
            -
          • -

            XML_EXT

            -
            protected static final java.lang.String XML_EXT
            -
            -
            See Also:
            -
            Constant Field Values
            +
          • +
            +

            Field Details

            + - - - - - - - -
              -
            • -

              logger

              -
              protected final java.util.logging.Logger logger
              +
            • +
              +

              logger

              +
              protected final Logger logger
              +
            +
          • -
          -
            -
          • - - -

            Constructor Detail

            - - - -
              -
            • -

              TemplateManager

              -
              public TemplateManager()
              +
            • +
              +

              Constructor Details

              +
                +
              • +
                +

                TemplateManager

                +
                public TemplateManager()
                +
              +
            • -
            -
              -
            • - - -

              Method Detail

              - - - -
                -
              • -

                create

                -
                public void create(java.util.Map<java.lang.String,?> properties)
                -            throws java.io.IOException
                +
              • +
                +

                Method Details

                +
                  +
                • +
                  +

                  create

                  +
                  public void create(Map<String,?> properties) + throws IOException
                  Produce template files.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  properties - configuration properties.
                  -
                  Throws:
                  -
                  java.io.IOException - if output fails.
                  +
                  Throws:
                  +
                  IOException - if output fails.
                  +
                • -
                - - - -
                  -
                • -

                  loadResourceAsString

                  -
                  protected java.lang.String loadResourceAsString(java.lang.String resourcePath)
                  -                                         throws java.io.IOException
                  +
                • +
                  +

                  loadResourceAsString

                  +
                  protected String loadResourceAsString(String resourcePath) + throws IOException
                  Loads specifed classpath resource into a string.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  resourcePath - path to resource.
                  -
                  Returns:
                  +
                  Returns:
                  loaded resource.
                  -
                  Throws:
                  -
                  java.io.IOException - if IO error occurs.
                  +
                  Throws:
                  +
                  IOException - if IO error occurs.
                  +
                • -
                - - - -
                  -
                • -

                  defineName

                  -
                  protected java.lang.String defineName()
                  +
                • +
                  +

                  defineName

                  +
                  protected String defineName()
                  Defines base name for ETL.
                  +
                • -
                - - - -
                  -
                • -

                  newFileWriter

                  -
                  protected java.io.Writer newFileWriter(java.lang.String fileName)
                  -                                throws java.io.IOException
                  +
                • +
                  +

                  newFileWriter

                  +
                  protected Writer newFileWriter(String fileName) + throws IOException
                  Template factory method for writers.
                  -
                  -
                  Throws:
                  -
                  java.io.IOException
                  +
                  +
                  Throws:
                  +
                  IOException
                  +
                • -
                - - - -
                  -
                • -

                  checkFile

                  -
                  protected boolean checkFile(java.lang.String name)
                  +
                • +
                  +

                  checkFile

                  +
                  protected boolean checkFile(String name)
                  Returns true if file doesn't exist.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  name - file name.
                  +
                • -
                - - - -
                  -
                • -

                  create

                  -
                  public static void create(java.lang.String name,
                  -                          java.lang.String propertiesFile)
                  -                   throws java.io.IOException
                  +
                • +
                  +

                  create

                  +
                  public static void create(String name, + String propertiesFile) + throws IOException
                  Creates an ETL template using a specified template manager name and properties file.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  name - etl template name.
                  propertiesFile - configuration properties file.
                  -
                  Throws:
                  -
                  java.io.IOException - if I/O error occurs.
                  +
                  Throws:
                  +
                  IOException - if I/O error occurs.
                  +
                • -
                - - - -
                  -
                • -

                  forName

                  -
                  public static TemplateManager forName(java.lang.String name)
                  +
                • +
                  +

                  forName

                  +
                  public static TemplateManager forName(String name)
                  Loads a specified by name.
                  -
                  -
                  Parameters:
                  +
                  +
                  Parameters:
                  name - template name. Cannot be null.
                  -
                  Returns:
                  +
                  Returns:
                  loaded template manager.
                  +
                +
              -
            • -
            -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/template/class-use/DataMigrator.html b/docs/api/scriptella/tools/template/class-use/DataMigrator.html index d7e94fb..3d6bdb4 100644 --- a/docs/api/scriptella/tools/template/class-use/DataMigrator.html +++ b/docs/api/scriptella/tools/template/class-use/DataMigrator.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.tools.template.DataMigrator (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.template.DataMigrator

    +

    Uses of Class
    scriptella.tools.template.DataMigrator

    -
    No usage of scriptella.tools.template.DataMigrator
    - -
    - - - - - - - +No usage of scriptella.tools.template.DataMigrator
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/template/class-use/TemplateManager.html b/docs/api/scriptella/tools/template/class-use/TemplateManager.html index 78fc42c..99c5a83 100644 --- a/docs/api/scriptella/tools/template/class-use/TemplateManager.html +++ b/docs/api/scriptella/tools/template/class-use/TemplateManager.html @@ -1,212 +1,125 @@ - - + - + Uses of Class scriptella.tools.template.TemplateManager (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.tools.template.TemplateManager

    +

    Uses of Class
    scriptella.tools.template.TemplateManager

    -
    -
    +
    + -
  • - - -

    Uses of TemplateManager in scriptella.tools.template

    - - - - - - - - - - - - -
    Subclasses of TemplateManager in scriptella.tools.template 
    Modifier and TypeClass and Description
    class DataMigrator +
  • +
    +

    Uses of TemplateManager in scriptella.tools.template

    + +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    class 
    + +
    Data migration template manager.
    -
  • - - - - - - - - - - - - -
    Methods in scriptella.tools.template that return TemplateManager 
    Modifier and TypeMethod and Description
    static TemplateManagerTemplateManager.forName(java.lang.String name) + + + +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + +
    TemplateManager.forName(String name)
    +
    Loads a specified by name.
    -
    -
  • - - -
    - - - - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/tools/template/package-frame.html b/docs/api/scriptella/tools/template/package-frame.html deleted file mode 100644 index a7cd3c9..0000000 --- a/docs/api/scriptella/tools/template/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - -scriptella.tools.template (Scriptella API Documentation) - - - - - -

    scriptella.tools.template

    -
    -

    Classes

    - -
    - - diff --git a/docs/api/scriptella/tools/template/package-summary.html b/docs/api/scriptella/tools/template/package-summary.html index 6313795..de3d3bd 100644 --- a/docs/api/scriptella/tools/template/package-summary.html +++ b/docs/api/scriptella/tools/template/package-summary.html @@ -1,161 +1,98 @@ - - + - + scriptella.tools.template (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.tools.template

    -
    -
    ETL templates and support classes.
    +

    Package scriptella.tools.template

    -

    See: Description

    -
    -
    -
      -
    • - - - - - - - - - - - - - - - - -
      Class Summary 
      ClassDescription
      DataMigrator +
      +
      package scriptella.tools.template
      +
      +
      ETL templates and support classes.
      +
      +
      +
        +
      • +
        +
        Classes
        +
        +
        Class
        +
        Description
        + +
        Data migration template manager.
        -
      TemplateManager + + +
      ETL files template manager.
      -
      -
    • -
    - - - -

    Package scriptella.tools.template Description

    -
    ETL templates and support classes.
    - - - - -

    + + + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/tools/template/package-tree.html b/docs/api/scriptella/tools/template/package-tree.html index fac81f6..74ba857 100644 --- a/docs/api/scriptella/tools/template/package-tree.html +++ b/docs/api/scriptella/tools/template/package-tree.html @@ -1,143 +1,82 @@ - - + - + scriptella.tools.template Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.tools.template

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/tools/template/package-use.html b/docs/api/scriptella/tools/template/package-use.html index 4bdf0c1..503a532 100644 --- a/docs/api/scriptella/tools/template/package-use.html +++ b/docs/api/scriptella/tools/template/package-use.html @@ -1,186 +1,107 @@ - - + - + Uses of Package scriptella.tools.template (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.tools.template

    -
    -
    +
    + -
  • - - - - - - - - - - - - -
    Classes in scriptella.tools.template used by scriptella.tools.template 
    Class and Description
    TemplateManager +
  • +
    + +
    +
    Class
    +
    Description
    + +
    ETL files template manager.
    -
  • -
  • -
    - - - - -

    + + +

    +
    + +
    +
    + diff --git a/docs/api/scriptella/util/CollectionUtils.html b/docs/api/scriptella/util/CollectionUtils.html index ca57582..ce4a42a 100644 --- a/docs/api/scriptella/util/CollectionUtils.html +++ b/docs/api/scriptella/util/CollectionUtils.html @@ -1,321 +1,208 @@ - - + - + CollectionUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class CollectionUtils

    + +

    Class CollectionUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.util.CollectionUtils
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.util.CollectionUtils
      +
      +

      -
      -
      public final class CollectionUtils
      -extends java.lang.Object
      +
      public final class CollectionUtils +extends Object
      Collections utility methods.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static java.util.Map<java.lang.String,java.lang.String>asMap(java.util.Properties properties) -
          Returns parameterized version of Properties the instance +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          static Map<String,String>
          +
          asMap(Properties properties)
          +
          +
          Returns parameterized version of Properties the instance remains the same.
          -
        • static java.util.PropertiesasProperties(java.util.Map<java.lang.String,?> map) -
          Converts specified map to Properties.
          -
          static booleanisEmpty(java.util.Collection<?> collection) + +
          static Properties
          + +
          +
          Converts specified map to Properties.
          +
          +
          static boolean
          +
          isEmpty(Collection<?> collection)
          +
          Null-safe utility method to check if collection is empty.
          -
          static <V> java.util.Map<java.lang.String,V>newCaseInsensitiveAsciiMap() + +
          static <V> Map<String,V>
          + +
          Create a map optimized for case insensitive search for keys.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            newCaseInsensitiveAsciiMap

            -
            public static <V> java.util.Map<java.lang.String,V> newCaseInsensitiveAsciiMap()
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              newCaseInsensitiveAsciiMap

              +
              public static <V> Map<String,V> newCaseInsensitiveAsciiMap()
              Create a map optimized for case insensitive search for keys. The case insensitive rules are simplified to ASCII chars for performance reasons.
              -
              -
              Returns:
              +
              +
              Returns:
              case insensitive map.
              +
            • -
            - - - -
              -
            • -

              asMap

              -
              public static java.util.Map<java.lang.String,java.lang.String> asMap(java.util.Properties properties)
              -
              Returns parameterized version of Properties the instance +
            • +
              +

              asMap

              +
              public static Map<String,String> asMap(Properties properties)
              +
              Returns parameterized version of Properties the instance remains the same.
              -
              -
              Parameters:
              +
              +
              Parameters:
              properties - properties to represent as a map.
              +
            • -
            - - - -
              -
            • -

              asProperties

              -
              public static java.util.Properties asProperties(java.util.Map<java.lang.String,?> map)
              -
              Converts specified map to Properties. The keys and String values - are migrated unchnaged, other types of values are converted to String.
              -
              -
              Parameters:
              +
            • +
              +

              asProperties

              +
              public static Properties asProperties(Map<String,?> map)
              +
              Converts specified map to Properties. The keys and String values + are migrated unchnaged, other types of values are converted to String.
              +
              +
              Parameters:
              map - map to convert.
              -
              Returns:
              +
              Returns:
              converted map as Properties.
              +
            • -
            - - - -
              -
            • -

              isEmpty

              -
              public static boolean isEmpty(java.util.Collection<?> collection)
              +
            • +
              +

              isEmpty

              +
              public static boolean isEmpty(Collection<?> collection)
              Null-safe utility method to check if collection is empty.
              -
              -
              Parameters:
              +
              +
              Parameters:
              collection - collection to check.
              -
              Returns:
              +
              Returns:
              true if collection is empty or null.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/ColumnsMap.html b/docs/api/scriptella/util/ColumnsMap.html index 118d013..c6ec22c 100644 --- a/docs/api/scriptella/util/ColumnsMap.html +++ b/docs/api/scriptella/util/ColumnsMap.html @@ -1,336 +1,220 @@ - - + - + ColumnsMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class ColumnsMap

    + +

    Class ColumnsMap

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.util.ColumnsMap
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.util.ColumnsMap
      +
      +

      -
      -
      public class ColumnsMap
      -extends java.lang.Object
      +
      public class ColumnsMap +extends Object
      Represents a map of columns accessible by name and index.

      This class is useful for queries producing results similar to ResultSet.

      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          ColumnsMap() 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.util.Map<java.lang.Integer,java.lang.String>asIndexNameMap() +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + + +
          Converts this mapping to index->name column map.
          -
        • java.lang.Integerfind(java.lang.String name) + + +
          find(String name)
          +
          Finds column index by name.
          -
          voidregisterColumn(java.lang.String name, - int index) + +
          void
          +
          registerColumn(String name, + int index)
          +
          Registers column to for later lookup.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            ColumnsMap

            -
            public ColumnsMap()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              ColumnsMap

              +
              public ColumnsMap()
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              registerColumn

              -
              public void registerColumn(java.lang.String name,
              -                           int index)
              -                    throws java.lang.IllegalArgumentException
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                registerColumn

                +
                public void registerColumn(String name, + int index) + throws IllegalArgumentException
                Registers column to for later lookup.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - column name.
                index - positive column index.
                -
                Throws:
                -
                java.lang.IllegalArgumentException - if index has illegal value
                +
                Throws:
                +
                IllegalArgumentException - if index has illegal value
                +
              • -
              - - - -
                -
              • -

                find

                -
                public java.lang.Integer find(java.lang.String name)
                +
              • +
                +

                find

                +
                public Integer find(String name)
                Finds column index by name.
                -
                -
                Parameters:
                +
                +
                Parameters:
                name - column name.
                -
                Returns:
                +
                Returns:
                column index, or null if column not found.
                +
              • -
              - - - -
                -
              • -

                asIndexNameMap

                -
                public java.util.Map<java.lang.Integer,java.lang.String> asIndexNameMap()
                +
              • +
                +

                asIndexNameMap

                +
                public Map<Integer,String> asIndexNameMap()
                Converts this mapping to index->name column map.
                -
                -
                Returns:
                +
                +
                Returns:
                index->name column map.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/ExceptionUtils.html b/docs/api/scriptella/util/ExceptionUtils.html index ec3e0e5..7be01bd 100644 --- a/docs/api/scriptella/util/ExceptionUtils.html +++ b/docs/api/scriptella/util/ExceptionUtils.html @@ -1,297 +1,188 @@ - - + - + ExceptionUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class ExceptionUtils

    + +

    Class ExceptionUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.util.ExceptionUtils
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.util.ExceptionUtils
      +
      +

      -
      -
      public final class ExceptionUtils
      -extends java.lang.Object
      +
      public final class ExceptionUtils +extends Object
      Utility class to work with throwables.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static java.lang.ThrowablegetCause(java.lang.Throwable throwable) -
          This method checks if throwable has cause.
          -
          static voidignoreThrowable(java.lang.Throwable throwable) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          static Throwable
          +
          getCause(Throwable throwable)
          +
          +
          This method checks if throwable has cause.
          +
          +
          static void
          + +
          Utility method to ignore non important exceptions.
          -
        • static voidthrowUnchecked(java.lang.Throwable unchecked) + +
          static void
          + +
          This method throws unchecked throwable, i.e.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            getCause

            -
            public static java.lang.Throwable getCause(java.lang.Throwable throwable)
            -
            This method checks if throwable has cause. +
          • +
            +

            Method Details

            +
              +
            • +
              +

              getCause

              +
              public static Throwable getCause(Throwable throwable)
              +
              This method checks if throwable has cause. If cause==null, this method tries to obtain cause based on throwable type, - e.g. SQLException.getNextException()
              -
              -
              Parameters:
              + e.g. SQLException.getNextException()
    +
    +
    Parameters:
    throwable - throwable to find cause.
    -
    Returns:
    +
    Returns:
    cause of throwable.
    + - - - - -
      -
    • -

      throwUnchecked

      -
      public static void throwUnchecked(java.lang.Throwable unchecked)
      -
      This method throws unchecked throwable, i.e. Error or RuntimeException.
      -
      -
      Parameters:
      +
    • +
      +

      throwUnchecked

      +
      public static void throwUnchecked(Throwable unchecked)
      +
      This method throws unchecked throwable, i.e. Error or RuntimeException.
      +
      +
      Parameters:
      unchecked - unchecked throwable.
      +
    • -
    - - - -
      -
    • -

      ignoreThrowable

      -
      public static void ignoreThrowable(java.lang.Throwable throwable)
      +
    • +
      +

      ignoreThrowable

      +
      public static void ignoreThrowable(Throwable throwable)
      Utility method to ignore non important exceptions.
      -
      -
      Parameters:
      +
      +
      Parameters:
      throwable - throwable to ignore.
      +
    + - - - - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/IOUtils.html b/docs/api/scriptella/util/IOUtils.html index 30ff50c..f67466c 100644 --- a/docs/api/scriptella/util/IOUtils.html +++ b/docs/api/scriptella/util/IOUtils.html @@ -1,630 +1,485 @@ - - + - + IOUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class IOUtils

    + +

    Class IOUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.util.IOUtils
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.util.IOUtils
      +
      +

      -
      -
      public final class IOUtils
      -extends java.lang.Object
      +
      public final class IOUtils +extends Object
      I/O utility methods.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static java.io.BufferedReaderasBuffered(java.io.Reader reader) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          + + +
          Optionally makes a buffered reader from the specified one.
          -
        • static java.io.BufferedWriterasBuffered(java.io.Writer writer) + + + +
          Optionally makes a buffered writer from the specified one.
          -
          static voidcloseSilently(java.io.Closeable closeable) + +
          static void
          + +
          Silently closes data.
          -
          static voidcloseSilently(java.lang.Iterable<? extends java.io.Closeable> closeables) + +
          static void
          +
          closeSilently(Iterable<? extends Closeable> closeables)
          +
          Silently closes a collection of objects.
          -
          static java.io.OutputStreamgetOutputStream(java.net.URL url) + + + +
          Opens output stream for specified URL.
          -
          static java.io.ReadergetReader(java.io.InputStream is, - java.lang.String enc) 
          static java.io.ReadergetReader(java.io.InputStream is, - java.lang.String enc, - boolean buffered) + +
          static Reader
          + +
           
          +
          static Reader
          +
          getReader(InputStream is, + String enc, + boolean buffered)
          +
          Returns reader for specified input stream and charset name.
          -
          static java.io.WritergetWriter(java.io.OutputStream os, - java.lang.String enc) 
          static java.io.WritergetWriter(java.io.OutputStream os, - java.lang.String enc, - boolean buffered) + +
          static Writer
          + +
           
          +
          static Writer
          +
          getWriter(OutputStream os, + String enc, + boolean buffered)
          +
          Returns writer for specified output stream and charset name.
          -
          static java.net.URLresolve(java.net.URL base, - java.lang.String uri) + +
          static URL
          +
          resolve(URL base, + String uri)
          +
          Resolves specified uri to a specified base URL.
          -
          static byte[]toByteArray(java.io.InputStream is) + +
          static byte[]
          + +
          Loads an input stream content into a byte array.
          -
          static byte[]toByteArray(java.io.InputStream is, - long maxLength) + +
          static byte[]
          +
          toByteArray(InputStream is, + long maxLength)
          +
          Loads an input stream content into a byte array.
          -
          static java.lang.StringtoString(java.io.Reader reader) + +
          static String
          +
          toString(Reader reader)
          +
          Loads a reader content into a string.
          -
          static java.lang.StringtoString(java.io.Reader reader, - long maxLength) + +
          static String
          +
          toString(Reader reader, + long maxLength)
          +
          Loads a reader content into a string.
          -
          static java.net.URLtoUrl(java.io.File file) + +
          static URL
          +
          toUrl(File file)
          +
          A replacement for a deprecated File.toURL() method.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            closeSilently

            -
            public static void closeSilently(java.io.Closeable closeable)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              closeSilently

              +
              public static void closeSilently(Closeable closeable)
              Silently closes data.
              -
              -
              Parameters:
              +
              +
              Parameters:
              closeable - data to close
              +
            • -
            - - - -
              -
            • -

              closeSilently

              -
              public static void closeSilently(java.lang.Iterable<? extends java.io.Closeable> closeables)
              +
            • +
              +

              closeSilently

              +
              public static void closeSilently(Iterable<? extends Closeable> closeables)
              Silently closes a collection of objects.
              -
              -
              Parameters:
              +
              +
              Parameters:
              closeables - iterable closeables. Null value allowed.
              -
              See Also:
              -
              closeSilently(java.io.Closeable)
              +
              See Also:
              +
              + +
              +
            • -
            - - - -
              -
            • -

              toString

              -
              public static java.lang.String toString(java.io.Reader reader)
              -                                 throws java.io.IOException
              +
            • +
              +

              toString

              +
              public static String toString(Reader reader) + throws IOException
              Loads a reader content into a string. -

              Note:The content length is limited by MAX_LENGTH characters.

              -
              -
              Parameters:
              +

              Note:The content length is limited by MAX_LENGTH characters.

    +
    +
    Parameters:
    reader - reader to load content from. Closed at the end of the operation.
    -
    Returns:
    +
    Returns:
    string representation of reader content.
    -
    Throws:
    -
    java.io.IOException
    +
    Throws:
    +
    IOException
    + - - - - -
      -
    • -

      toString

      -
      public static java.lang.String toString(java.io.Reader reader,
      -                                        long maxLength)
      -                                 throws java.io.IOException
      +
    • +
      +

      toString

      +
      public static String toString(Reader reader, + long maxLength) + throws IOException
      Loads a reader content into a string.
      -
      -
      Parameters:
      +
      +
      Parameters:
      reader - reader to load content from. Closed at the end of the operation.
      maxLength - max number of characters to read before throwing a Content Too Long Exception.
      -
      Returns:
      +
      Returns:
      string representation of reader content.
      -
      Throws:
      -
      java.io.IOException
      +
      Throws:
      +
      IOException
      +
    • -
    - - - -
      -
    • -

      toByteArray

      -
      public static byte[] toByteArray(java.io.InputStream is)
      -                          throws java.io.IOException
      +
    • +
      +

      toByteArray

      +
      public static byte[] toByteArray(InputStream is) + throws IOException
      Loads an input stream content into a byte array. -

      Note:The content length is limited by MAX_LENGTH bytes.

      -
      -
      Parameters:
      +

      Note:The content length is limited by MAX_LENGTH bytes. +

      +
      Parameters:
      is - stream to load. Closed at the end of the operation.
      -
      Returns:
      +
      Returns:
      stream bytes
      -
      Throws:
      -
      java.io.IOException - if I/O error occurs or stream length exceeds the MAX_LENGTH.
      +
      Throws:
      +
      IOException - if I/O error occurs or stream length exceeds the MAX_LENGTH.
      +
    • -
    - - - -
      -
    • -

      toByteArray

      -
      public static byte[] toByteArray(java.io.InputStream is,
      -                                 long maxLength)
      -                          throws java.io.IOException
      +
    • +
      +

      toByteArray

      +
      public static byte[] toByteArray(InputStream is, + long maxLength) + throws IOException
      Loads an input stream content into a byte array.
      -
      -
      Parameters:
      +
      +
      Parameters:
      is - stream to load. Closed at the end of the operation.
      maxLength - maxLength max number of bytes to read before throwing a Content Too Long Exception.
      -
      Returns:
      +
      Returns:
      stream bytes
      -
      Throws:
      -
      java.io.IOException
      +
      Throws:
      +
      IOException
      +
    • -
    - - - -
      -
    • -

      getOutputStream

      -
      public static java.io.OutputStream getOutputStream(java.net.URL url)
      -                                            throws java.io.IOException
      +
    • +
      +

      getOutputStream

      +
      public static OutputStream getOutputStream(URL url) + throws IOException
      Opens output stream for specified URL.

      This method is a helper for url.openConnection().getOutputStream(). Additionally a file: URLs are supported, see FileURLConnection doesn't implement getOutputStream()

      -
      -
      Parameters:
      +
      +
      Parameters:
      url - URL to open an output stream.
      -
      Returns:
      +
      Returns:
      output stream for URL.
      -
      Throws:
      -
      java.io.IOException - if an I/O error occurs while creating the output stream.
      +
      Throws:
      +
      IOException - if an I/O error occurs while creating the output stream.
      +
    • -
    - - - - - - - -
      -
    • -

      getReader

      -
      public static java.io.Reader getReader(java.io.InputStream is,
      -                                       java.lang.String enc,
      -                                       boolean buffered)
      -                                throws java.io.UnsupportedEncodingException
      +
    • +
      +

      getReader

      +
      public static Reader getReader(InputStream is, + String enc, + boolean buffered) + throws UnsupportedEncodingException
      Returns reader for specified input stream and charset name.
      -
      -
      Parameters:
      +
      +
      Parameters:
      is - source input stream.
      enc - charset name, null means default.
      buffered - true if buffered reader should be used.
      -
      Returns:
      +
      Returns:
      reader for inputstream.
      -
      Throws:
      -
      java.io.UnsupportedEncodingException - If the named charset is not supported
      +
      Throws:
      +
      UnsupportedEncodingException - If the named charset is not supported
      +
    • -
    - - - -
      -
    • -

      asBuffered

      -
      public static java.io.BufferedReader asBuffered(java.io.Reader reader)
      +
    • +
      +

      asBuffered

      +
      public static BufferedReader asBuffered(Reader reader)
      Optionally makes a buffered reader from the specified one.

      If specified reader is buffered the object is returned unchanged.

      -
      -
      Parameters:
      +
      +
      Parameters:
      reader - reader to convert.
      -
      Returns:
      +
      Returns:
      buffered reader.
      +
    • -
    - - - -
      -
    • -

      asBuffered

      -
      public static java.io.BufferedWriter asBuffered(java.io.Writer writer)
      +
    • +
      +

      asBuffered

      +
      public static BufferedWriter asBuffered(Writer writer)
      Optionally makes a buffered writer from the specified one.

      If specified writer is buffered the object is returned unchanged.

      -
      -
      Parameters:
      +
      +
      Parameters:
      writer - writer to convert.
      -
      Returns:
      +
      Returns:
      buffered writer.
      +
    • -
    - - - - - - - -
      -
    • -

      getWriter

      -
      public static java.io.Writer getWriter(java.io.OutputStream os,
      -                                       java.lang.String enc,
      -                                       boolean buffered)
      -                                throws java.io.IOException
      +
    • +
      +

      getWriter

      +
      public static Writer getWriter(OutputStream os, + String enc, + boolean buffered) + throws IOException
      Returns writer for specified output stream and charset name.
      -
      -
      Parameters:
      +
      +
      Parameters:
      os - source output stream.
      enc - charset name, null means default.
      buffered - true if buffered reader should be used.
      -
      Returns:
      +
      Returns:
      reader for inputstream.
      -
      Throws:
      -
      java.io.UnsupportedEncodingException - If the named charset is not supported
      -
      java.io.IOException
      +
      Throws:
      +
      UnsupportedEncodingException - If the named charset is not supported
      +
      IOException
      +
    • -
    - - - -
      -
    • -

      toUrl

      -
      public static java.net.URL toUrl(java.io.File file)
      -                          throws java.net.MalformedURLException
      +
    • +
      +

      toUrl

      +
      public static URL toUrl(File file) + throws MalformedURLException
      A replacement for a deprecated File.toURL() method.
      -
      -
      Parameters:
      +
      +
      Parameters:
      file - file to convert to URL.
      -
      Returns:
      +
      Returns:
      URL representing the file location.
      -
      Throws:
      -
      java.net.MalformedURLException - If a protocol handler for the URL could not be found, +
      Throws:
      +
      MalformedURLException - If a protocol handler for the URL could not be found, or if some other error occurred while constructing the URL.
      +
    • -
    - - - -
      -
    • -

      resolve

      -
      public static java.net.URL resolve(java.net.URL base,
      -                                   java.lang.String uri)
      -                            throws java.net.MalformedURLException
      +
    • +
      +

      resolve

      +
      public static URL resolve(URL base, + String uri) + throws MalformedURLException
      Resolves specified uri to a specified base URL. -

      This method use URL(URL,String) constructor and handles additional checks +

      This method use URL(URL,String) constructor and handles additional checks if URL cannot be resolved by a standard mechanism.

      Typical example is handling windows absolute paths with forward slashes. These paths are malformed URIs, but Scriptella recognize them and converts to URL if no protocol handler has been registered.

      In future we can add support for default URL stream handlers in addition to the ones supported by the JRE.

      -
      -
      Parameters:
      +
      +
      Parameters:
      base - base URL to use for resulution.
      uri - a relative or an absolute URI.
      -
      Returns:
      +
      Returns:
      URL resolved relatively to the base URL.
      -
      Throws:
      -
      java.net.MalformedURLException - if specified URI cannot be resolved.
      +
      Throws:
      +
      MalformedURLException - if specified URI cannot be resolved.
      +
    + - - - - + - -
    - - - - - - - + +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/LRUMap.html b/docs/api/scriptella/util/LRUMap.html index a0b2474..5e6c977 100644 --- a/docs/api/scriptella/util/LRUMap.html +++ b/docs/api/scriptella/util/LRUMap.html @@ -1,368 +1,229 @@ - - + - + LRUMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class LRUMap<K,V>

    + +

    Class LRUMap<K,V>

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • java.util.AbstractMap<K,V>
      • -
      • -
          -
        • java.util.HashMap<K,V>
        • -
        • -
            -
          • java.util.LinkedHashMap<K,V>
          • -
          • -
              -
            • scriptella.util.LRUMap<K,V>
            • -
            -
          • -
          -
        • -
        -
      • -
      -
    • -
    -
    -
    -
    -
      -
    • + + + +
      +
        - -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          LRUMap(int size) 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          +
          LRUMap(int size)
          +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          protected voidonEldestEntryRemove(java.util.Map.Entry<K,V> eldest) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          protected void
          + +
          Invoked when eldest entry is about to be removed.
          -
        • protected booleanremoveEldestEntry(java.util.Map.Entry<K,V> eldest) 
          -
            -
          • - - -

            Methods inherited from class java.util.LinkedHashMap

            -clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
          • -
          -
            -
          • - - -

            Methods inherited from class java.util.HashMap

            -clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
          • -
          -
            -
          • - - -

            Methods inherited from class java.util.AbstractMap

            -equals, hashCode, toString
          • -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -finalize, getClass, notify, notifyAll, wait, wait, wait
          • -
          -
            -
          • - - -

            Methods inherited from interface java.util.Map

            -compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
          • -
          -
        • -
        +
    +
    protected boolean
    + +
     
    +
    +
    +
    +
    +

    Methods inherited from class java.util.LinkedHashMap

    +clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
    + +
    +

    Methods inherited from class java.util.AbstractMap

    +equals, hashCode, toString
    +
    +

    Methods inherited from class java.lang.Object

    +finalize, getClass, notify, notifyAll, wait, wait, wait
    + + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            LRUMap

            -
            public LRUMap(int size)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              LRUMap

              +
              public LRUMap(int size)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              removeEldestEntry

              -
              protected boolean removeEldestEntry(java.util.Map.Entry<K,V> eldest)
              -
              -
              Overrides:
              -
              removeEldestEntry in class java.util.LinkedHashMap<K,V>
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                onEldestEntryRemove

                -
                protected void onEldestEntryRemove(java.util.Map.Entry<K,V> eldest)
                +
              • +
                +

                onEldestEntryRemove

                +
                protected void onEldestEntryRemove(Map.Entry<K,V> eldest)
                Invoked when eldest entry is about to be removed.
                -
                -
                Parameters:
                +
                +
                Parameters:
                eldest - eldest entry.
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/PropertiesMap.html b/docs/api/scriptella/util/PropertiesMap.html index 3b699ac..aac5393 100644 --- a/docs/api/scriptella/util/PropertiesMap.html +++ b/docs/api/scriptella/util/PropertiesMap.html @@ -1,639 +1,453 @@ - - + - + PropertiesMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class PropertiesMap

    + +

    Class PropertiesMap

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.util.PropertiesMap
      • -
      -
    • -
    -
    -
      -
    • -
      +
      java.lang.Object +
      scriptella.util.PropertiesMap
      +
      +
      +
      All Implemented Interfaces:
      -
      java.util.Map<java.lang.String,java.lang.Object>
      +
      Map<String,Object>

      -
      -
      public class PropertiesMap
      -extends java.lang.Object
      -implements java.util.Map<java.lang.String,java.lang.Object>
      +
      public class PropertiesMap +extends Object +implements Map<String,Object>
      Represents a persistent set of properties. -

      This class is a replacement for Properties class. -

      Please note that put(String,Object) has additional semantics.

      -
      -
      Version:
      +

      This class is a replacement for Properties class. +

      Please note that put(String,Object) has additional semantics.

    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Nested Class Summary

          -
            -
          • - - -

            Nested classes/interfaces inherited from interface java.util.Map

            -java.util.Map.Entry<K,V>
          • -
          +
        • +
          +

          Nested Class Summary

          +
          +

          Nested classes/interfaces inherited from interface java.util.Map

          +Map.Entry<K extends Object,V extends Object>
          +
        • -
        -
    + +
     
    +
    + - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidclear() 
      booleancontainsKey(java.lang.Object key) 
      booleancontainsValue(java.lang.Object value) 
      java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>entrySet() 
      booleanequals(java.lang.Object o) 
      java.lang.Objectget(java.lang.Object key) 
      inthashCode() 
      booleanisEmpty() 
      java.util.Set<java.lang.String>keySet() 
      voidload(java.io.InputStream is) -
      Loads properties using Properties.load(java.io.InputStream).
      -
      java.lang.Objectput(java.lang.String key, - java.lang.Object value) +
    • +
      +

      Method Summary

      +
      +
      +
      +
      +
      Modifier and Type
      +
      Method
      +
      Description
      +
      void
      + +
       
      +
      boolean
      + +
       
      +
      boolean
      + +
       
      + + +
       
      +
      boolean
      + +
       
      + +
      get(Object key)
      +
       
      +
      int
      + +
       
      +
      boolean
      + +
       
      + + +
       
      +
      void
      + +
      +
      Loads properties using Properties.load(java.io.InputStream).
      +
      + +
      put(String key, + Object value)
      +
      Put the property to underlying map.
      -
    • voidputAll(java.util.Map<? extends java.lang.String,? extends java.lang.Object> t) 
      java.lang.Objectremove(java.lang.Object key) 
      intsize() 
      java.lang.StringtoString() 
      java.util.Collection<java.lang.Object>values() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
        -
      • - - -

        Methods inherited from interface java.util.Map

        -compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
      • -
      -
    • -
    +
    +
    void
    +
    putAll(Map<? extends String,? extends Object> t)
    +
     
    + + +
     
    +
    int
    + +
     
    + + +
     
    + + +
     
    + + + +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    + + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            PropertiesMap

            -
            public PropertiesMap()
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              PropertiesMap

              +
              public PropertiesMap()
              +
            • -
            - - - -
              -
            • -

              PropertiesMap

              -
              public PropertiesMap(int initialCapacity)
              +
            • +
              +

              PropertiesMap

              +
              public PropertiesMap(int initialCapacity)
              +
            • -
            - - - -
              -
            • -

              PropertiesMap

              -
              public PropertiesMap(java.util.Map<java.lang.String,?> props)
              +
            • +
              +

              PropertiesMap

              +
              public PropertiesMap(Map<String,?> props)
              +
            • -
            - - - -
              -
            • -

              PropertiesMap

              -
              public PropertiesMap(java.io.InputStream is)
              -              throws java.io.IOException
              +
            • +
              +

              PropertiesMap

              +
              public PropertiesMap(InputStream is) + throws IOException
              Creates a properties map from the stream.
              -
              -
              Parameters:
              -
              is - stream to load properties from.
              -
              Throws:
              -
              java.io.IOException - if I/O error occurs
              -
              See Also:
              -
              load(java.io.InputStream)
              +
              +
              Parameters:
              +
              is - stream to load properties from.
              +
              Throws:
              +
              IOException - if I/O error occurs
              +
              See Also:
              +
              + +
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              size

              -
              public int size()
              -
              -
              Specified by:
              -
              size in interface java.util.Map<java.lang.String,java.lang.Object>
              +
            • +
              +

              Method Details

              + - - - -
                -
              • -

                isEmpty

                -
                public boolean isEmpty()
                -
                -
                Specified by:
                -
                isEmpty in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                isEmpty

                +
                public boolean isEmpty()
                +
                +
                Specified by:
                +
                isEmpty in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                containsKey

                -
                public boolean containsKey(java.lang.Object key)
                -
                -
                Specified by:
                -
                containsKey in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                containsKey

                +
                public boolean containsKey(Object key)
                +
                +
                Specified by:
                +
                containsKey in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                containsValue

                -
                public boolean containsValue(java.lang.Object value)
                -
                -
                Specified by:
                -
                containsValue in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                containsValue

                +
                public boolean containsValue(Object value)
                +
                +
                Specified by:
                +
                containsValue in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                get

                -
                public java.lang.Object get(java.lang.Object key)
                -
                -
                Specified by:
                -
                get in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                get

                +
                public Object get(Object key)
                +
                +
                Specified by:
                +
                get in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                put

                -
                public java.lang.Object put(java.lang.String key,
                -                            java.lang.Object value)
                +
              • +
                +

                put

                +
                public Object put(String key, + Object value)
                Put the property to underlying map.

                The properties are immutable, i.e. if the property is already present in the map, the new value is ignored.

                -
                -
                Specified by:
                -
                put in interface java.util.Map<java.lang.String,java.lang.Object>
                -
                Parameters:
                +
                +
                Specified by:
                +
                put in interface Map<String,Object>
                +
                Parameters:
                key - property name
                value - property value
                -
                Returns:
                +
                Returns:
                value associated with specified key, or null if there was no mapping for key.
                +
              • -
              - - - -
                -
              • -

                remove

                -
                public java.lang.Object remove(java.lang.Object key)
                -
                -
                Specified by:
                -
                remove in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                remove

                +
                public Object remove(Object key)
                +
                +
                Specified by:
                +
                remove in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                putAll

                -
                public void putAll(java.util.Map<? extends java.lang.String,? extends java.lang.Object> t)
                -
                -
                Specified by:
                -
                putAll in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                putAll

                +
                public void putAll(Map<? extends String,? extends Object> t)
                +
                +
                Specified by:
                +
                putAll in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                clear

                -
                public void clear()
                -
                -
                Specified by:
                -
                clear in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                clear

                +
                public void clear()
                +
                +
                Specified by:
                +
                clear in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                keySet

                -
                public java.util.Set<java.lang.String> keySet()
                -
                -
                Specified by:
                -
                keySet in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                keySet

                +
                public Set<String> keySet()
                +
                +
                Specified by:
                +
                keySet in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                values

                -
                public java.util.Collection<java.lang.Object> values()
                -
                -
                Specified by:
                -
                values in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                values

                +
                public Collection<Object> values()
                +
                +
                Specified by:
                +
                values in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                entrySet

                -
                public java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>> entrySet()
                -
                -
                Specified by:
                -
                entrySet in interface java.util.Map<java.lang.String,java.lang.Object>
                +
              • +
                +

                entrySet

                +
                public Set<Map.Entry<String,Object>> entrySet()
                +
                +
                Specified by:
                +
                entrySet in interface Map<String,Object>
                +
              • -
              - - - -
                -
              • -

                equals

                -
                public boolean equals(java.lang.Object o)
                -
                -
                Specified by:
                -
                equals in interface java.util.Map<java.lang.String,java.lang.Object>
                -
                Overrides:
                -
                equals in class java.lang.Object
                +
              • +
                +

                equals

                +
                public boolean equals(Object o)
                +
                +
                Specified by:
                +
                equals in interface Map<String,Object>
                +
                Overrides:
                +
                equals in class Object
                +
              • -
              - - - -
                -
              • -

                hashCode

                -
                public int hashCode()
                -
                -
                Specified by:
                -
                hashCode in interface java.util.Map<java.lang.String,java.lang.Object>
                -
                Overrides:
                -
                hashCode in class java.lang.Object
                +
              • +
                +

                hashCode

                +
                public int hashCode()
                +
                +
                Specified by:
                +
                hashCode in interface Map<String,Object>
                +
                Overrides:
                +
                hashCode in class Object
                +
              • -
              - - - -
                -
              • -

                load

                -
                public void load(java.io.InputStream is)
                -          throws java.io.IOException
                -
                Loads properties using Properties.load(java.io.InputStream). +
              • +
                +

                load

                +
                public void load(InputStream is) + throws IOException
                +
                Loads properties using Properties.load(java.io.InputStream).

                Properties order is preserved

                -
                -
                Parameters:
                +
                +
                Parameters:
                is - input stream with properties.
                -
                Throws:
                -
                java.io.IOException - if I/O error occurs.
                +
                Throws:
                +
                IOException - if I/O error occurs.
                +
              • -
              - - - -
                -
              • -

                toString

                -
                public java.lang.String toString()
                -
                -
                Overrides:
                -
                toString in class java.lang.Object
                +
              • +
                +

                toString

                +
                public String toString()
                +
                +
                Overrides:
                +
                toString in class Object
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/StringUtils.html b/docs/api/scriptella/util/StringUtils.html index d496946..8e2f805 100644 --- a/docs/api/scriptella/util/StringUtils.html +++ b/docs/api/scriptella/util/StringUtils.html @@ -1,473 +1,336 @@ - - + - + StringUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class StringUtils

    + +

    Class StringUtils

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.util.StringUtils
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.util.StringUtils
      +
      +

      -
      -
      public final class StringUtils
      -extends java.lang.Object
      +
      public final class StringUtils +extends Object
      Miscellaneous String/CharSequence utility methods.
      -
      -
      Version:
      +
      +
      Version:
      1.0
      -
      Author:
      +
      Author:
      Fyodor Kupolov
      -
    • -
    -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          All Methods Static Methods Concrete Methods 
          Modifier and TypeMethod and Description
          static java.lang.StringconsoleFormat(java.lang.String string) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          static String
          + +
          Formats specified string for console suitable representation.
          -
        • static java.lang.StringconsoleFormat(java.lang.String string, - int maxLength) + +
          static String
          +
          consoleFormat(String string, + int maxLength)
          +
          Formats specified string for console suitable representation.
          -
          static java.lang.StringgetMaskedPassword(java.lang.String string) + +
          static String
          + +
          Masks password displaying to user.
          -
          static booleanisAsciiWhitespacesOnly(java.lang.CharSequence cs) + +
          static boolean
          + +
          Checks if specified characters sequence is empty or contains only ascii whitespace characters.
          -
          static booleanisDecimalInt(java.lang.CharSequence cs) + +
          static boolean
          + +
          Checks if specified characters sequence represents a non negative decimal number.
          -
          static booleanisEmpty(java.lang.CharSequence cs) + +
          static boolean
          + +
          Returns true if characters sequence is empty (length=0) or null.
          -
          static java.lang.StringnullsafeToString(java.lang.Object o) + +
          static String
          + +
          Returns Null safe string representation of specified object.
          -
          static java.lang.StringnullsafeTrim(java.lang.CharSequence cs) + +
          static String
          + +
          Returns a trimmed value for specified charsequence
          -
          static java.lang.Stringpad(java.lang.String str, - boolean left, - int width, - char padChar) + +
          static String
          +
          pad(String str, + boolean left, + int width, + char padChar)
          +
          Pads a String with a specified character.
          -
          static java.lang.StringremovePrefix(java.lang.String string, - java.lang.String prefix) + +
          static String
          +
          removePrefix(String string, + String prefix)
          +
          Removes a prefix from a string.
          -
          -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Method Detail

          - - - -
            -
          • -

            isEmpty

            -
            public static boolean isEmpty(java.lang.CharSequence cs)
            +
          • +
            +

            Method Details

            +
              +
            • +
              +

              isEmpty

              +
              public static boolean isEmpty(CharSequence cs)
              Returns true if characters sequence is empty (length=0) or null.
              -
              -
              Parameters:
              +
              +
              Parameters:
              cs - characters sequence to test.
              -
              Returns:
              +
              Returns:
              true if characters sequence is empty (length=0) or null.
              +
            • -
            - - - -
              -
            • -

              nullsafeTrim

              -
              public static java.lang.String nullsafeTrim(java.lang.CharSequence cs)
              +
            • +
              +

              nullsafeTrim

              +
              public static String nullsafeTrim(CharSequence cs)
              Returns a trimmed value for specified charsequence
              -
              -
              Parameters:
              +
              +
              Parameters:
              cs - charsequence to trim.
              -
              Returns:
              +
              Returns:
              trimmed value for specified charsequence or empty string if cs=null
              +
            • -
            - - - -
              -
            • -

              nullsafeToString

              -
              public static java.lang.String nullsafeToString(java.lang.Object o)
              +
            • +
              +

              nullsafeToString

              +
              public static String nullsafeToString(Object o)
              Returns Null safe string representation of specified object.
              -
              -
              Parameters:
              +
              +
              Parameters:
              o - object to convert to String.
              -
              Returns:
              +
              Returns:
              o.toString() or "" if o==null.
              +
            • -
            - - - -
              -
            • -

              isAsciiWhitespacesOnly

              -
              public static boolean isAsciiWhitespacesOnly(java.lang.CharSequence cs)
              +
            • +
              +

              isAsciiWhitespacesOnly

              +
              public static boolean isAsciiWhitespacesOnly(CharSequence cs)
              Checks if specified characters sequence is empty or contains only ascii whitespace characters.
              -
              -
              Parameters:
              +
              +
              Parameters:
              cs - characters sequence to check.
              -
              Returns:
              +
              Returns:
              true if characters sequence is empty or contains only ascii whitespace characters.
              +
            • -
            - - - -
              -
            • -

              isDecimalInt

              -
              public static boolean isDecimalInt(java.lang.CharSequence cs)
              +
            • +
              +

              isDecimalInt

              +
              public static boolean isDecimalInt(CharSequence cs)
              Checks if specified characters sequence represents a non negative decimal number.
              -
              -
              Parameters:
              +
              +
              Parameters:
              cs - characters sequence to check.
              -
              Returns:
              +
              Returns:
              true if specified characters sequence represents a non negative decimal number.
              +
            • -
            - - - -
              -
            • -

              consoleFormat

              -
              public static java.lang.String consoleFormat(java.lang.String string)
              +
            • +
              +

              consoleFormat

              +
              public static String consoleFormat(String string)
              Formats specified string for console suitable representation.

              All EOL char sequences are replaced with a single system line.separator, and all other whitespace sequences are replaced with a single space.

              String larger than 10KB are trimmed.

              -
              -
              Parameters:
              +
              +
              Parameters:
              string - string to format. Nulls are allowed.
              -
              Returns:
              +
              Returns:
              formatted string.
              +
            • -
            - - - -
              -
            • -

              consoleFormat

              -
              public static java.lang.String consoleFormat(java.lang.String string,
              -                                             int maxLength)
              +
            • +
              +

              consoleFormat

              +
              public static String consoleFormat(String string, + int maxLength)
              Formats specified string for console suitable representation.

              All EOL char sequences are replaced with a single system line.separator, and all other whitespace sequences are replaced with a single space.

              -
              -
              Parameters:
              +
              +
              Parameters:
              string - string to format. Nulls are allowed.
              maxLength - maximum number of characters to show or negative if the string cannot be trimmed.
              -
              Returns:
              +
              Returns:
              formatted string.
              +
            • -
            - - - -
              -
            • -

              removePrefix

              -
              public static java.lang.String removePrefix(java.lang.String string,
              -                                            java.lang.String prefix)
              +
            • +
              +

              removePrefix

              +
              public static String removePrefix(String string, + String prefix)
              Removes a prefix from a string.
              -
              -
              Parameters:
              +
              +
              Parameters:
              string - original string. May be null.
              prefix - prefix to to check and remove. May be null.
              -
              Returns:
              +
              Returns:
              string without a prefix, or unchanged string.
              +
            • -
            - - - -
              -
            • -

              getMaskedPassword

              -
              public static java.lang.String getMaskedPassword(java.lang.String string)
              +
            • +
              +

              getMaskedPassword

              +
              public static String getMaskedPassword(String string)
              Masks password displaying to user.
              -
              -
              Parameters:
              +
              +
              Parameters:
              string - password.
              -
              Returns:
              +
              Returns:
              masked password or empty string for empty/null password.
              +
            • -
            - - - -
              -
            • -

              pad

              -
              public static java.lang.String pad(java.lang.String str,
              -                                   boolean left,
              -                                   int width,
              -                                   char padChar)
              +
            • +
              +

              pad

              +
              public static String pad(String str, + boolean left, + int width, + char padChar)
              Pads a String with a specified character.
              -
              -
              Parameters:
              +
              +
              Parameters:
              str - string to pad. Null is treated as empty string.
              left - true if left pad, false if right
              width - with of the padded string
              padChar - character to use for padding
              -
              Returns:
              +
              Returns:
              padded string.
              +
            +
          -
        • -
        -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/UrlPathTokenizer.html b/docs/api/scriptella/util/UrlPathTokenizer.html index 75f86a1..0ac0c25 100644 --- a/docs/api/scriptella/util/UrlPathTokenizer.html +++ b/docs/api/scriptella/util/UrlPathTokenizer.html @@ -1,116 +1,85 @@ - - + - + UrlPathTokenizer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -
    scriptella.util
    -

    Class UrlPathTokenizer

    + +

    Class UrlPathTokenizer

    -
    -
      -
    • java.lang.Object
    • -
    • -
        -
      • scriptella.util.UrlPathTokenizer
      • -
      -
    • -
    -
    -
      -
    • +
      java.lang.Object +
      scriptella.util.UrlPathTokenizer
      +
      +

      -
      -
      public class UrlPathTokenizer
      -extends java.lang.Object
      +
      public class UrlPathTokenizer +extends Object
      Parses URIs string into tokens and returns reolved URLs as array.

      ; and : are used as separators. This class is simlar to Ant's PathTokenizer but has 2 important differences: @@ -118,181 +87,104 @@

      Class UrlPathTokenizer

    • List of URLs instead of Paths
    • This implementation does not take into accout the operating system we are currently running on
    -
    -
    Version:
    +
    +
    Version:
    1.0
    -
    Author:
    +
    Author:
    Fyodor Kupolov
    - - -
    -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Summary

          - - - - - - - - -
          Constructors 
          Constructor and Description
          UrlPathTokenizer(java.net.URL baseURL) 
          +
        • +
          +

          Constructor Summary

          +
          Constructors
          +
          +
          Constructor
          +
          Description
          + +
           
          +
          +
        • -
        -
          -
        • - - -

          Method Summary

          - - - - - - - - - - -
          All Methods Instance Methods Concrete Methods 
          Modifier and TypeMethod and Description
          java.net.URL[]split(java.lang.String urls) +
        • +
          +

          Method Summary

          +
          +
          +
          +
          +
          Modifier and Type
          +
          Method
          +
          Description
          +
          URL[]
          +
          split(String urls)
          +
          Splits a string with set of URIs into array of URLs resolved relatively to baseURL.
          -
        • -
            -
          • - - -

            Methods inherited from class java.lang.Object

            -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
          • -
          -
        • -
        +
    +
    +
    + +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    + - -
    -
      -
    • + +
      +
        -
          -
        • - - -

          Constructor Detail

          - - - -
            -
          • -

            UrlPathTokenizer

            -
            public UrlPathTokenizer(java.net.URL baseURL)
            +
          • +
            +

            Constructor Details

            +
              +
            • +
              +

              UrlPathTokenizer

              +
              public UrlPathTokenizer(URL baseURL)
              +
            +
          • -
          -
            -
          • - - -

            Method Detail

            - - - -
              -
            • -

              split

              -
              public java.net.URL[] split(java.lang.String urls)
              -                     throws java.net.MalformedURLException
              +
            • +
              +

              Method Details

              +
                +
              • +
                +

                split

                +
                public URL[] split(String urls) + throws MalformedURLException
                Splits a string with set of URIs into array of URLs resolved relatively to baseURL.
                -
                -
                Parameters:
                +
                +
                Parameters:
                urls - not null string with ; or : separated URIs.
                -
                Returns:
                +
                Returns:
                array of resolved URLs.
                -
                Throws:
                -
                java.net.MalformedURLException - if urls contain a malformed URI or URL
                +
                Throws:
                +
                MalformedURLException - if urls contain a malformed URI or URL
                +
              +
            -
          • -
          -
    - + - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/class-use/CollectionUtils.html b/docs/api/scriptella/util/class-use/CollectionUtils.html index f121c62..e535739 100644 --- a/docs/api/scriptella/util/class-use/CollectionUtils.html +++ b/docs/api/scriptella/util/class-use/CollectionUtils.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.util.CollectionUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.CollectionUtils

    +

    Uses of Class
    scriptella.util.CollectionUtils

    -
    No usage of scriptella.util.CollectionUtils
    - -
    - - - - - - - +No usage of scriptella.util.CollectionUtils
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/class-use/ColumnsMap.html b/docs/api/scriptella/util/class-use/ColumnsMap.html index 7927cce..bb34bb4 100644 --- a/docs/api/scriptella/util/class-use/ColumnsMap.html +++ b/docs/api/scriptella/util/class-use/ColumnsMap.html @@ -1,172 +1,94 @@ - - + - + Uses of Class scriptella.util.ColumnsMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.ColumnsMap

    +

    Uses of Class
    scriptella.util.ColumnsMap

    -
    -
    - - -
    +
    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/util/class-use/ExceptionUtils.html b/docs/api/scriptella/util/class-use/ExceptionUtils.html index 009635b..9016c17 100644 --- a/docs/api/scriptella/util/class-use/ExceptionUtils.html +++ b/docs/api/scriptella/util/class-use/ExceptionUtils.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.util.ExceptionUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.ExceptionUtils

    +

    Uses of Class
    scriptella.util.ExceptionUtils

    -
    No usage of scriptella.util.ExceptionUtils
    - -
    - - - - - - - +No usage of scriptella.util.ExceptionUtils
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/class-use/IOUtils.html b/docs/api/scriptella/util/class-use/IOUtils.html index 92ab54e..8d6072c 100644 --- a/docs/api/scriptella/util/class-use/IOUtils.html +++ b/docs/api/scriptella/util/class-use/IOUtils.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.util.IOUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.IOUtils

    +

    Uses of Class
    scriptella.util.IOUtils

    -
    No usage of scriptella.util.IOUtils
    - -
    - - - - - - - +No usage of scriptella.util.IOUtils
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/class-use/LRUMap.html b/docs/api/scriptella/util/class-use/LRUMap.html index e55c87c..b36261b 100644 --- a/docs/api/scriptella/util/class-use/LRUMap.html +++ b/docs/api/scriptella/util/class-use/LRUMap.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.util.LRUMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.LRUMap

    +

    Uses of Class
    scriptella.util.LRUMap

    -
    No usage of scriptella.util.LRUMap
    - -
    - - - - - - - +No usage of scriptella.util.LRUMap
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/class-use/PropertiesMap.html b/docs/api/scriptella/util/class-use/PropertiesMap.html index 72aa10c..f4c3417 100644 --- a/docs/api/scriptella/util/class-use/PropertiesMap.html +++ b/docs/api/scriptella/util/class-use/PropertiesMap.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.util.PropertiesMap (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.PropertiesMap

    +

    Uses of Class
    scriptella.util.PropertiesMap

    -
    No usage of scriptella.util.PropertiesMap
    - -
    - - - - - - - +No usage of scriptella.util.PropertiesMap
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/class-use/StringUtils.html b/docs/api/scriptella/util/class-use/StringUtils.html index 0b1caca..ad6e742 100644 --- a/docs/api/scriptella/util/class-use/StringUtils.html +++ b/docs/api/scriptella/util/class-use/StringUtils.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.util.StringUtils (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.StringUtils

    +

    Uses of Class
    scriptella.util.StringUtils

    -
    No usage of scriptella.util.StringUtils
    - -
    - - - - - - - +No usage of scriptella.util.StringUtils
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/class-use/UrlPathTokenizer.html b/docs/api/scriptella/util/class-use/UrlPathTokenizer.html index e41dd29..e190d61 100644 --- a/docs/api/scriptella/util/class-use/UrlPathTokenizer.html +++ b/docs/api/scriptella/util/class-use/UrlPathTokenizer.html @@ -1,126 +1,64 @@ - - + - + Uses of Class scriptella.util.UrlPathTokenizer (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Uses of Class
    scriptella.util.UrlPathTokenizer

    +

    Uses of Class
    scriptella.util.UrlPathTokenizer

    -
    No usage of scriptella.util.UrlPathTokenizer
    - -
    - - - - - - - +No usage of scriptella.util.UrlPathTokenizer
    +
    +
    + +
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/package-frame.html b/docs/api/scriptella/util/package-frame.html deleted file mode 100644 index 8f51bc7..0000000 --- a/docs/api/scriptella/util/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - -scriptella.util (Scriptella API Documentation) - - - - - -

    scriptella.util

    - - - diff --git a/docs/api/scriptella/util/package-summary.html b/docs/api/scriptella/util/package-summary.html index 81125f4..2a44141 100644 --- a/docs/api/scriptella/util/package-summary.html +++ b/docs/api/scriptella/util/package-summary.html @@ -1,197 +1,122 @@ - - + - + scriptella.util (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +
    -

    Package scriptella.util

    -
    -
    Miscellaneous utility classes.
    +

    Package scriptella.util

    -

    See: Description

    -
    -
    - - - - -

    Package scriptella.util Description

    -
    Miscellaneous utility classes.
    - - - + -
    - -
    - - -
    - -

    + + +

    +
    + +
    +
    +
    diff --git a/docs/api/scriptella/util/package-tree.html b/docs/api/scriptella/util/package-tree.html index 5145e70..59aebd9 100644 --- a/docs/api/scriptella/util/package-tree.html +++ b/docs/api/scriptella/util/package-tree.html @@ -1,158 +1,97 @@ - - + - + scriptella.util Class Hierarchy (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Hierarchy For Package scriptella.util

    -Package Hierarchies: +Package Hierarchies:
    -
    +

    Class Hierarchy

    +
    +
    +
    +
    + +
    - - - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/scriptella/util/package-use.html b/docs/api/scriptella/util/package-use.html index 56d333f..9a4c8db 100644 --- a/docs/api/scriptella/util/package-use.html +++ b/docs/api/scriptella/util/package-use.html @@ -1,163 +1,90 @@ - - + - + Uses of Package scriptella.util (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Uses of Package
    scriptella.util

    -
    -
    - - - - -

    + +

    +
    +
    + +
    +
    +
    diff --git a/docs/api/search.js b/docs/api/search.js new file mode 100644 index 0000000..db3b2f4 --- /dev/null +++ b/docs/api/search.js @@ -0,0 +1,354 @@ +/* + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; +function escapeHtml(str) { + return str.replace(//g, ">"); +} +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) + } + return highlighted; +} +function getURLPrefix(ui) { + var urlPrefix=""; + var slash = "/"; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; + } else { + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; + } + }); + } + } + return urlPrefix; +} +function createSearchPattern(term) { + var pattern = ""; + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + for (var i = 0; i < tokens.length; i++) { + var s = tokens[i]; + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); + if (isWordToken) { + pattern += "([a-z0-9_$<>\\[\\]]*?)"; + } + } + }); + return pattern; +} +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +} +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); + } + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); + } + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); +$.widget("custom.catcomplete", $.ui.autocomplete, { + _create: function() { + this._super(); + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + }, + _renderMenu: function(ul, items) { + var rMenu = this; + var currentCategory = ""; + rMenu.menu.bindings = $(); + $.each(items, function(index, item) { + var li; + if (item.category && item.category !== currentCategory) { + ul.append("
  • " + item.category + "
  • "); + currentCategory = item.category; + } + li = rMenu._renderItemData(ul, item); + if (item.category) { + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); + } else { + li.attr("aria-label", item.l); + li.attr("class", "result-item"); + } + }); + }, + _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } + var li = $("
  • ").appendTo(ul); + var div = $("
    ").appendTo(li); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
    " + + item.d + "
    "); + } else { + div.html(label + " (" + item.h + ")"); + } + } else { + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } + } + return li; + } +}); +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; + } + } + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); + } + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); + } + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; + }); + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ + minLength: 1, + delay: 300, + source: doSearch, + response: function(event, ui) { + if (!ui.content.length) { + ui.content.push(noResult); + } else { + $("#search-input").empty(); + } + }, + autoFocus: true, + focus: function(event, ui) { + return false; + }, + position: { + collision: "flip" + }, + select: function(event, ui) { + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } + $("#search-input").focus(); + } + } + }); +}); diff --git a/docs/api/serialized-form.html b/docs/api/serialized-form.html index d930045..1d24a2a 100644 --- a/docs/api/serialized-form.html +++ b/docs/api/serialized-form.html @@ -1,470 +1,489 @@ - - + - + Serialized Form (Scriptella API Documentation) - + + + + + + + + + - - + + +
    + +
    +

    Serialized Form

    -
    -
    +
    +
    + +
    - -
    - - - - - - - -
    - - -

    - Copyright © 2006-2026 The Scriptella Project Team.
    Need help with Scriptella integration, migration, or Java performance? Scriptella consulting by PVR Labs.

    diff --git a/docs/api/stylesheet.css b/docs/api/stylesheet.css index 98055b2..4a576bd 100644 --- a/docs/api/stylesheet.css +++ b/docs/api/stylesheet.css @@ -1,36 +1,45 @@ -/* Javadoc style sheet */ /* -Overall document style -*/ + * Javadoc style sheet + */ @import url('resources/fonts/dejavu.css'); +/* + * Styles for individual HTML elements. + * + * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular + * HTML element throughout the page. + */ + body { background-color:#ffffff; color:#353833; font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; font-size:14px; margin:0; + padding:0; + height:100%; + width:100%; +} +iframe { + margin:0; + padding:0; + height:100%; + width:100%; + overflow-y:scroll; + border:none; } a:link, a:visited { text-decoration:none; color:#4A6782; } -a:hover, a:focus { +a[href]:hover, a[href]:focus { text-decoration:none; color:#bb7a2a; } -a:active { - text-decoration:none; - color:#4A6782; -} a[name] { color:#353833; } -a[name]:hover { - text-decoration:none; - color:#353833; -} pre { font-family:'DejaVu Sans Mono', monospace; font-size:14px; @@ -43,22 +52,24 @@ h2 { } h3 { font-size:16px; - font-style:italic; } h4 { - font-size:13px; + font-size:15px; } h5 { - font-size:12px; + font-size:14px; } h6 { - font-size:11px; + font-size:13px; } ul { list-style-type:disc; } code, tt { font-family:'DejaVu Sans Mono', monospace; +} +:not(h1, h2, h3, h4, h5, h6) > code, +:not(h1, h2, h3, h4, h5, h6) > tt { font-size:14px; padding-top:4px; margin-top:8px; @@ -69,7 +80,7 @@ dt code { font-size:14px; padding-top:4px; } -table tr td dt code { +.summary-table dt code { font-family:'DejaVu Sans Mono', monospace; font-size:14px; vertical-align:top; @@ -78,31 +89,34 @@ table tr td dt code { sup { font-size:8px; } +button { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; +} +/* + * Styles for HTML generated by javadoc. + * + * These are style classes that are used by the standard doclet to generate HTML documentation. + */ + /* -Document title and Copyright styles -*/ + * Styles for document title and copyright. + */ .clear { clear:both; - height:0px; + height:0; overflow:hidden; } -.aboutLanguage { +.about-language { float:right; - padding:0px 21px; + padding:0 21px 8px 8px; font-size:11px; - z-index:200; margin-top:-9px; + height:2.9em; } -.legalCopy { +.legal-copy { margin-left:.5em; } -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} .tab { background-color:#0066FF; color:#ffffff; @@ -111,263 +125,240 @@ Document title and Copyright styles font-weight:bold; } /* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; + * Styles for navigation bar. + */ +@media screen { + .flex-box { + position:fixed; + display:flex; + flex-direction:column; + height: 100%; + width: 100%; + } + .flex-header { + flex: 0 0 auto; + } + .flex-content { + flex: 1 1 auto; + overflow-y: auto; + } +} +.top-nav { background-color:#4D7A97; color:#FFFFFF; float:left; padding:0; width:100%; clear:right; - height:2.8em; + min-height:2.8em; padding-top:10px; overflow:hidden; font-size:12px; } -.subNav { +.sub-nav { background-color:#dee3e9; float:left; width:100%; overflow:hidden; font-size:12px; } -.subNav div { +.sub-nav div { clear:left; float:left; padding:0 0 5px 6px; text-transform:uppercase; } -ul.navList, ul.subNavList { +.sub-nav .nav-list { + padding-top:5px; +} +ul.nav-list { + display:block; + margin:0 25px 0 0; + padding:0; +} +ul.sub-nav-list { float:left; margin:0 25px 0 0; padding:0; } -ul.navList li{ +ul.nav-list li { list-style:none; float:left; padding: 5px 6px; text-transform:uppercase; } -ul.subNavList li{ +.sub-nav .nav-list-search { + float:right; + margin:0 0 0 0; + padding:5px 6px; + clear:none; +} +.nav-list-search label { + position:relative; + right:-16px; +} +ul.sub-nav-list li { list-style:none; float:left; + padding-top:10px; } -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { +.top-nav a:link, .top-nav a:active, .top-nav a:visited { color:#FFFFFF; text-decoration:none; text-transform:uppercase; } -.topNav a:hover, .bottomNav a:hover { +.top-nav a:hover { text-decoration:none; color:#bb7a2a; text-transform:uppercase; } -.navBarCell1Rev { +.nav-bar-cell1-rev { background-color:#F8981D; color:#253441; margin: auto 5px; } -.skipNav { +.skip-nav { position:absolute; top:auto; left:-9999px; overflow:hidden; } /* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; + * Hide navigation links and search box in print layout + */ +@media print { + ul.nav-list, div.sub-nav { + display:none; + } } +/* + * Styles for page header and footer. + */ .title { color:#2c4557; margin:10px 0; } -.subTitle { +.sub-title { margin:5px 0 0 0; } .header ul { margin:0 0 15px 0; padding:0; } -.footer ul { - margin:20px 0 5px 0; -} .header ul li, .footer ul li { list-style:none; font-size:13px; } /* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; + * Styles for headings. + */ +body.class-declaration-page .summary h2, +body.class-declaration-page .details h2, +body.class-use-page h2, +body.module-declaration-page .block-list h2 { + font-style: italic; + padding:0; + margin:15px 0; } -ul.blockList ul.blockList ul.blockList li.blockList h3 { +body.class-declaration-page .summary h3, +body.class-declaration-page .details h3, +body.class-declaration-page .summary .inherited-list h2 { background-color:#dee3e9; border:1px solid #d0d9e0; margin:0 0 6px -8px; padding:7px 5px; } -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} /* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + * Styles for page layout containers. + */ +main { clear:both; padding:10px 20px; position:relative; } -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { +dl.notes > dt { + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; margin:10px 0 0 0; color:#4E4E4E; } -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; +dl.notes > dd { + margin:5px 10px 10px 0; font-size:14px; - font-family:'DejaVu Sans Mono',monospace; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; } -.serializedFormContainer dl.nameValue dt { +dl.name-value > dt { margin-left:1px; font-size:1.1em; display:inline; font-weight:bold; } -.serializedFormContainer dl.nameValue dd { +dl.name-value > dd { margin:0 0 0 1px; font-size:1.1em; display:inline; } /* -List styles -*/ + * Styles for lists. + */ +li.circle { + list-style:circle; +} ul.horizontal li { display:inline; font-size:0.9em; } -ul.inheritance { +div.inheritance { margin:0; padding:0; } -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; +div.inheritance div.inheritance { + margin-left:2em; } -ul.blockList, ul.blockListLast { +ul.block-list, +ul.details-list, +ul.member-list, +ul.summary-list { margin:10px 0 10px 0; padding:0; } -ul.blockList li.blockList, ul.blockListLast li.blockList { +ul.block-list > li, +ul.details-list > li, +ul.member-list > li, +ul.summary-list > li { list-style:none; margin-bottom:15px; line-height:1.4; } -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; +.summary-table dl, .summary-table dl dt, .summary-table dl dd { + margin-top:0; + margin-bottom:1px; } -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; +ul.see-list, ul.see-list-long { + padding-left: 0; + list-style: none; } -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; +ul.see-list li { + display: inline; } -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { + content: ", "; + white-space: pre-wrap; } /* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + * Styles for tables. + */ +.summary-table, .details-table { width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; + border-spacing:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; + padding:0; } -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { +.caption { position:relative; text-align:left; background-repeat:no-repeat; @@ -375,24 +366,20 @@ Table styles font-weight:bold; clear:none; overflow:hidden; - padding:0px; + padding:0; padding-top:10px; padding-left:1px; - margin:0px; + margin:0; white-space:pre; } -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { +.caption a:link, .caption a:visited { + color:#1f389c; +} +.caption a:hover, +.caption a:active { color:#FFFFFF; } -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { +.caption span { white-space:nowrap; padding-top:5px; padding-left:12px; @@ -404,144 +391,150 @@ Table styles border: none; height:16px; } -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - +div.table-tabs { + padding:10px 0 0 1px; + margin:0; } -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { +div.table-tabs > button { + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; +} +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.two-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); +} +.three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); +} +.four-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); +} +@media screen and (max-width: 600px) { + .two-column-summary { + display: grid; + grid-template-columns: 1fr; + } +} +@media screen and (max-width: 800px) { + .three-column-summary { + display: grid; + grid-template-columns: minmax(10%, max-content) minmax(25%, auto); + } + .three-column-summary .col-last { + grid-column-end: span 2; + } +} +@media screen and (max-width: 1000px) { + .four-column-summary { + display: grid; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + } +} +.summary-table > div, .details-table > div { text-align:left; - padding:0px 0px 12px 10px; + padding: 8px 3px 3px 7px; } -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ +.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { vertical-align:top; - padding-right:0px; + padding-right:0; padding-top:8px; padding-bottom:3px; } -th.colFirst, th.colLast, th.colOne, .constantsSummary th { +.table-header { background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; + font-weight: bold; } -td.colFirst, th.colFirst { - white-space:nowrap; +.col-first, .col-first { font-size:13px; } -td.colLast, th.colLast { +.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { font-size:13px; } -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.useSummary td.colFirst, .useSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; +.col-first, .col-second, .col-constructor-name { vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + overflow: auto; +} +.col-last { + white-space:normal; +} +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-first a:link, .col-first a:visited, +.col-second a:link, .col-second a:visited, +.col-constructor-name a:link, .col-constructor-name a:visited, +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { font-weight:bold; } -.tableSubHeadingColor { +.table-sub-heading-color { background-color:#EEEEFF; } -.altColor { +.even-row-color, .even-row-color .table-header { background-color:#FFFFFF; } -.rowColor { +.odd-row-color, .odd-row-color .table-header { background-color:#EEEEEF; } /* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { + * Styles for contents. + */ +.deprecated-content { margin:0; padding:10px 0; } -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - div.block { font-size:14px; font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; } - -td.colLast div { - padding-top:0px; +.col-last div { + padding-top:0; } - - -td.colLast a { +.col-last a { padding-bottom:3px; } +.module-signature, +.package-signature, +.type-signature, +.member-signature { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + margin:14px 0; + white-space: pre-wrap; +} +.module-signature, +.package-signature, +.type-signature { + margin-top: 0; +} +.member-signature .type-parameters-long, +.member-signature .parameters, +.member-signature .exceptions { + display: inline-block; + vertical-align: top; + white-space: pre; +} +.member-signature .type-parameters { + white-space: normal; +} /* -Formatting effect styles -*/ -.sourceLineNo { + * Styles for formatting effect. + */ +.source-line-no { color:green; padding:0 30px 0 0; } @@ -552,23 +545,325 @@ h1.hidden { } .block { display:block; - margin:3px 10px 2px 0px; + margin:0 10px 5px 0; color:#474747; } -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { font-weight:bold; } -.deprecationComment, .emphasizedPhrase, .interfaceName { +.deprecation-comment, .help-footnote, .preview-comment { font-style:italic; } - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { +.deprecation-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +.preview-block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + border-style:solid; + border-width:thin; + border-radius:10px; + padding:10px; + margin-bottom:10px; + margin-right:10px; + display:inline-block; +} +div.block div.deprecation-comment { font-style:normal; } +/* + * Styles specific to HTML5 elements. + */ +main, nav, header, footer, section { + display:block; +} +/* + * Styles for javadoc search. + */ +.ui-autocomplete-category { + font-weight:bold; + font-size:15px; + padding:7px 0 7px 3px; + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; +} +.ui-autocomplete { + max-height:85%; + max-width:65%; + overflow-y:scroll; + overflow-x:scroll; + white-space:nowrap; + box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); +} +ul.ui-autocomplete { + position:fixed; + z-index:999999; + background-color: #FFFFFF; +} +ul.ui-autocomplete li { + float:left; + clear:both; + width:100%; +} +.result-highlight { + font-weight:bold; +} +.ui-autocomplete .result-item { + font-size: inherit; +} +#search-input { + background-image:url('resources/glass.png'); + background-size:13px; + background-repeat:no-repeat; + background-position:2px 3px; + padding-left:20px; + position:relative; + right:-18px; + width:400px; +} +#reset-button { + background-color: rgb(255,255,255); + background-image:url('resources/x.png'); + background-position:center; + background-repeat:no-repeat; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; +} +.watermark { + color:#545454; +} +.search-tag-desc-result { + font-style:italic; + font-size:11px; +} +.search-tag-holder-result { + font-style:italic; + font-size:12px; +} +.search-tag-result:target { + background-color:yellow; +} +.module-graph span { + display:none; + position:absolute; +} +.module-graph:hover span { + display:block; + margin: -100px 0 0 100px; + z-index: 1; +} +.inherited-list { + margin: 10px 0 10px 0; +} +section.class-description { + line-height: 1.4; +} +.summary section[class$="-summary"], .details section[class$="-details"], +.class-uses .detail, .serialized-class-details { + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; +} +.inherited-list, section[class$="-details"] .detail { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +.vertical-separator { + padding: 0 5px; +} +ul.help-section-list { + margin: 0; +} +ul.help-subtoc > li { + display: inline-block; + padding-right: 5px; + font-size: smaller; +} +ul.help-subtoc > li::before { + content: "\2022" ; + padding-right:2px; +} +span.help-note { + font-style: italic; +} +/* + * Indicator icon for external links. + */ +main a[href*="://"]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + background-size:100% 100%; + width:7px; + height:7px; + margin-left:2px; + margin-bottom:4px; +} +main a[href*="://"]:hover::after, +main a[href*="://"]:focus::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; +/* + * Styles for user-provided tables. + * + * borderless: + * No borders, vertical margins, styled caption. + * This style is provided for use with existing doc comments. + * In general, borderless tables should not be used for layout purposes. + * + * plain: + * Plain borders around table and cells, vertical margins, styled caption. + * Best for small tables or for complex tables for tables with cells that span + * rows and columns, when the "striped" style does not work well. + * + * striped: + * Borders around the table and vertical borders between cells, striped rows, + * vertical margins, styled caption. + * Best for tables that have a header row, and a body containing a series of simple rows. + */ + +table.borderless, +table.plain, +table.striped { + margin-top: 10px; + margin-bottom: 10px; +} +table.borderless > caption, +table.plain > caption, +table.striped > caption { + font-weight: bold; + font-size: smaller; +} +table.borderless th, table.borderless td, +table.plain th, table.plain td, +table.striped th, table.striped td { + padding: 2px 5px; +} +table.borderless, +table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, +table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { + border: none; +} +table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { + background-color: transparent; +} +table.plain { + border-collapse: collapse; + border: 1px solid black; +} +table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { + background-color: transparent; +} +table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, +table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { + border: 1px solid black; +} +table.striped { + border-collapse: collapse; + border: 1px solid black; +} +table.striped > thead { + background-color: #E3E3E3; +} +table.striped > thead > tr > th, table.striped > thead > tr > td { + border: 1px solid black; +} +table.striped > tbody > tr:nth-child(even) { + background-color: #EEE +} +table.striped > tbody > tr:nth-child(odd) { + background-color: #FFF +} +table.striped > tbody > tr > th, table.striped > tbody > tr > td { + border-left: 1px solid black; + border-right: 1px solid black; +} +table.striped > tbody > tr > th { + font-weight: normal; +} +/** + * Tweak font sizes and paddings for small screens. + */ +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; + } +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; + } + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; + } + .sub-nav { + font-size: 11px; + } + .about-language { + padding-right: 16px; + } + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; + } + ul.sub-nav-list li { + padding-top: 5px; + } + main { + padding: 10px; + } + .summary section[class$="-summary"], .details section[class$="-details"], + .class-uses .detail, .serialized-class-details { + padding: 0 8px 5px 8px; + } + body { + -webkit-text-size-adjust: none; + } +} +@media screen and (max-width: 500px) { + #search-input { + width: 150px; + } + .top-nav, + .bottom-nav { + font-size: 10px; + } + .sub-nav { + font-size: 10px; + } + .about-language { + font-size: 10px; + padding-right: 12px; + } } diff --git a/docs/api/tag-search-index.js b/docs/api/tag-search-index.js new file mode 100644 index 0000000..bf10aaf --- /dev/null +++ b/docs/api/tag-search-index.js @@ -0,0 +1 @@ +tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/api/type-search-index.js b/docs/api/type-search-index.js new file mode 100644 index 0000000..901ca33 --- /dev/null +++ b/docs/api/type-search-index.js @@ -0,0 +1 @@ +typeSearchIndex = [{"p":"scriptella.spi","l":"AbstractConnection"},{"p":"scriptella.spi","l":"AbstractScriptellaDriver"},{"p":"scriptella.driver.text","l":"AbstractTextConnection"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"scriptella.tools.ant","l":"AntHandler"},{"p":"scriptella.driver.spring","l":"BatchEtlExecutorBean"},{"p":"scriptella.driver.script","l":"BindingsParametersCallback"},{"p":"scriptella.tools.launcher","l":"BugReport"},{"p":"scriptella.core","l":"EtlVariable.ClassUtils"},{"p":"scriptella.util","l":"CollectionUtils"},{"p":"scriptella.util","l":"ColumnsMap"},{"p":"scriptella.configuration","l":"ConfigurationEl"},{"p":"scriptella.configuration","l":"ConfigurationException"},{"p":"scriptella.configuration","l":"ConfigurationFactory"},{"p":"scriptella.spi","l":"Connection"},{"p":"scriptella.configuration","l":"ConnectionEl"},{"p":"scriptella.core","l":"ConnectionInterceptor"},{"p":"scriptella.core","l":"ConnectionManager"},{"p":"scriptella.spi","l":"ConnectionParameters"},{"p":"scriptella.driver.text","l":"ConsoleAdapters"},{"p":"scriptella.interactive","l":"ConsoleProgressIndicator"},{"p":"scriptella.configuration","l":"ContentEl"},{"p":"scriptella.driver.csv","l":"CsvConnection"},{"p":"scriptella.driver.csv","l":"CsvConnectionParameters"},{"p":"scriptella.driver.csv","l":"CsvProviderException"},{"p":"scriptella.driver.csv","l":"CsvQuery"},{"p":"scriptella.driver.csv.opencsv","l":"CSVReader"},{"p":"scriptella.driver.csv.opencsv","l":"CSVWriter"},{"p":"scriptella.tools.template","l":"DataMigrator"},{"p":"scriptella.core","l":"EtlVariable.DateUtils"},{"p":"scriptella.configuration","l":"DialectBasedContentEl"},{"p":"scriptella.spi","l":"DialectIdentifier"},{"p":"scriptella.driver.as400","l":"Driver"},{"p":"scriptella.driver.auto","l":"Driver"},{"p":"scriptella.driver.csv","l":"Driver"},{"p":"scriptella.driver.cubrid","l":"Driver"},{"p":"scriptella.driver.db2","l":"Driver"},{"p":"scriptella.driver.derby","l":"Driver"},{"p":"scriptella.driver.h2","l":"Driver"},{"p":"scriptella.driver.janino","l":"Driver"},{"p":"scriptella.driver.jexl","l":"Driver"},{"p":"scriptella.driver.jndi","l":"Driver"},{"p":"scriptella.driver.ldap","l":"Driver"},{"p":"scriptella.driver.mail","l":"Driver"},{"p":"scriptella.driver.mssql","l":"Driver"},{"p":"scriptella.driver.mysql","l":"Driver"},{"p":"scriptella.driver.oracle","l":"Driver"},{"p":"scriptella.driver.postgresql","l":"Driver"},{"p":"scriptella.driver.script","l":"Driver"},{"p":"scriptella.driver.scriptella","l":"Driver"},{"p":"scriptella.driver.shell","l":"Driver"},{"p":"scriptella.driver.spring","l":"Driver"},{"p":"scriptella.driver.sybase","l":"Driver"},{"p":"scriptella.driver.text","l":"Driver"},{"p":"scriptella.driver.velocity","l":"Driver"},{"p":"scriptella.driver.xls","l":"Driver"},{"p":"scriptella.driver.xpath","l":"Driver"},{"p":"scriptella.spi","l":"DriverContext"},{"p":"scriptella.core","l":"DriverFactory"},{"p":"scriptella.core","l":"DynamicContext"},{"p":"scriptella.core","l":"DynamicContextDecorator"},{"p":"scriptella.execution","l":"ExecutionStatistics.ElementInfo"},{"p":"scriptella.core","l":"ElementInterceptor"},{"p":"scriptella.driver.ldap.ldif","l":"Entry"},{"p":"scriptella.tools.launcher","l":"EtlLauncher.ErrorCode"},{"p":"scriptella.core","l":"EtlCancelledException"},{"p":"scriptella.execution","l":"EtlContext"},{"p":"scriptella.tools.ant","l":"EtlExecuteTask"},{"p":"scriptella.execution","l":"EtlExecutor"},{"p":"scriptella.driver.spring","l":"EtlExecutorBean"},{"p":"scriptella.execution","l":"EtlExecutorException"},{"p":"scriptella.tools.launcher","l":"EtlLauncher"},{"p":"scriptella.tools.ant","l":"EtlTaskBase"},{"p":"scriptella.tools.ant","l":"EtlTemplateTask"},{"p":"scriptella.core","l":"EtlVariable"},{"p":"scriptella.expression","l":"Expression.EvaluationException"},{"p":"scriptella.core","l":"ExceptionInterceptor"},{"p":"scriptella.util","l":"ExceptionUtils"},{"p":"scriptella.core","l":"ExecutableElement"},{"p":"scriptella.core","l":"ExceptionInterceptor.ExecutionException"},{"p":"scriptella.execution","l":"ExecutionStatistics"},{"p":"scriptella.execution","l":"ExecutionStatisticsBuilder"},{"p":"scriptella.expression","l":"Expression"},{"p":"scriptella.configuration","l":"FallbackEl"},{"p":"scriptella.jdbc","l":"GenericDriver"},{"p":"scriptella.spi.support","l":"HierarchicalParametersCallback"},{"p":"scriptella.core","l":"IfInterceptor"},{"p":"scriptella.configuration","l":"IncludeEl"},{"p":"scriptella.util","l":"IOUtils"},{"p":"scriptella.driver.janino","l":"JaninoConnection"},{"p":"scriptella.driver.janino","l":"JaninoProviderException"},{"p":"scriptella.driver.janino","l":"JaninoQuery"},{"p":"scriptella.driver.janino","l":"JaninoScript"},{"p":"scriptella.jdbc","l":"JdbcConnection"},{"p":"scriptella.jdbc","l":"JdbcException"},{"p":"scriptella.jdbc","l":"JdbcUtils"},{"p":"scriptella.driver.jexl","l":"JexlConnection"},{"p":"scriptella.driver.jexl","l":"JexlContextMap"},{"p":"scriptella.expression","l":"JexlExpression"},{"p":"scriptella.driver.jexl","l":"JexlProviderException"},{"p":"scriptella.execution","l":"JmxEtlManager"},{"p":"scriptella.execution","l":"JmxEtlManagerMBean"},{"p":"scriptella.driver.jndi","l":"JndiProviderException"},{"p":"scriptella.driver.ldap","l":"LdapConnection"},{"p":"scriptella.driver.ldap","l":"LdapProviderException"},{"p":"scriptella.driver.ldap.ldif","l":"LdifParseException"},{"p":"scriptella.driver.ldap.ldif","l":"LdifReader"},{"p":"scriptella.driver.ldap","l":"LdifScript"},{"p":"scriptella.expression","l":"LineIterator"},{"p":"scriptella.configuration","l":"Location"},{"p":"scriptella.interactive","l":"LoggingConfigurer"},{"p":"scriptella.util","l":"LRUMap"},{"p":"scriptella.driver.mail","l":"MailConnection"},{"p":"scriptella.driver.mail","l":"MailProviderException"},{"p":"scriptella.spi.support","l":"MapParametersCallback"},{"p":"scriptella.driver.script","l":"MissingQueryNextCallDetector"},{"p":"scriptella.driver.script","l":"NashornBindingsParametersCallback"},{"p":"scriptella.spi","l":"NativeConnectionProvider"},{"p":"scriptella.driver.xpath","l":"NodeVariable"},{"p":"scriptella.spi.support","l":"NullParametersCallback"},{"p":"scriptella.configuration","l":"OnErrorEl"},{"p":"scriptella.core","l":"OnErrorHandler"},{"p":"scriptella.driver.oracle","l":"OracleConnection"},{"p":"scriptella.spi","l":"ParametersCallback"},{"p":"scriptella.driver.script","l":"ParametersCallbackMap"},{"p":"scriptella.jdbc","l":"ParametersParser"},{"p":"scriptella.expression","l":"Expression.ParseException"},{"p":"scriptella.interactive","l":"ProgressCallback"},{"p":"scriptella.interactive","l":"ProgressIndicator"},{"p":"scriptella.interactive","l":"ProgressIndicatorBase"},{"p":"scriptella.configuration","l":"PropertiesEl"},{"p":"scriptella.util","l":"PropertiesMap"},{"p":"scriptella.expression","l":"PropertiesSubstitutor"},{"p":"scriptella.text","l":"PropertyFormat"},{"p":"scriptella.text","l":"PropertyFormatInfo"},{"p":"scriptella.text","l":"PropertyFormatter"},{"p":"scriptella.spi","l":"ProviderException"},{"p":"scriptella.spi","l":"QueryCallback"},{"p":"scriptella.configuration","l":"QueryEl"},{"p":"scriptella.core","l":"QueryExecutor"},{"p":"scriptella.configuration","l":"RequiredAttributeException"},{"p":"scriptella.spi","l":"Resource"},{"p":"scriptella.jdbc","l":"ResultSetAdapter"},{"p":"scriptella.core","l":"RuntimeIOException"},{"p":"scriptella.driver.script","l":"ScriptConnection"},{"p":"scriptella.configuration","l":"ScriptEl"},{"p":"scriptella.driver.scriptella","l":"ScriptellaConnection"},{"p":"scriptella.spi","l":"ScriptellaDriver"},{"p":"scriptella.driver.scriptella","l":"ScriptellaProviderException"},{"p":"scriptella.core","l":"ScriptExecutor"},{"p":"scriptella.configuration","l":"ScriptingElement"},{"p":"scriptella.driver.script","l":"ScriptProviderException"},{"p":"scriptella.driver.ldap","l":"SearchFilterQuery"},{"p":"scriptella.core","l":"Session"},{"p":"scriptella.driver.shell","l":"ShellCommandRunner"},{"p":"scriptella.driver.shell","l":"ShellConnection"},{"p":"scriptella.driver.shell","l":"ShellConnectionParameters"},{"p":"scriptella.driver.shell","l":"ShellOs"},{"p":"scriptella.driver.shell","l":"ShellProviderException"},{"p":"scriptella.driver.shell","l":"ShellScriptExecutor"},{"p":"scriptella.execution","l":"SilentExecutionStatisticsBuilder"},{"p":"scriptella.driver.spring","l":"SpringProviderException"},{"p":"scriptella.jdbc","l":"SqlParserBase"},{"p":"scriptella.jdbc","l":"SqlReaderTokenizer"},{"p":"scriptella.jdbc","l":"SqlTokenizer"},{"p":"scriptella.spi","l":"AbstractConnection.StatementCounter"},{"p":"scriptella.core","l":"StatisticInterceptor"},{"p":"scriptella.configuration","l":"StringResource"},{"p":"scriptella.util","l":"StringUtils"},{"p":"scriptella.interactive","l":"ProgressCallback.Subprogress"},{"p":"scriptella.interactive","l":"SwingProgressIndicator"},{"p":"scriptella.core","l":"SystemException"},{"p":"scriptella.tools.template","l":"TemplateManager"},{"p":"scriptella.driver.text","l":"TextConnection"},{"p":"scriptella.driver.text","l":"TextConnectionParameters"},{"p":"scriptella.driver.text","l":"TextProviderException"},{"p":"scriptella.driver.text","l":"TextScriptExecutor"},{"p":"scriptella.core","l":"EtlVariable.TextUtils"},{"p":"scriptella.core","l":"ThreadLocalContext"},{"p":"scriptella.core","l":"ThreadSafe"},{"p":"scriptella.text","l":"TimestampValueFormat"},{"p":"scriptella.driver.ldap.ldif","l":"TrackingLineIterator"},{"p":"scriptella.core","l":"TxInterceptor"},{"p":"scriptella.text","l":"TypedPropertiesSource"},{"p":"scriptella.util","l":"UrlPathTokenizer"},{"p":"scriptella.text","l":"ValueFormatBuilder"},{"p":"scriptella.driver.velocity","l":"VelocityConnection"},{"p":"scriptella.driver.velocity","l":"VelocityProviderException"},{"p":"scriptella.configuration","l":"XmlConfigurable"},{"p":"scriptella.configuration","l":"XmlConfigurableBase"},{"p":"scriptella.configuration","l":"XmlElement"},{"p":"scriptella.driver.xpath","l":"XPathConnection"},{"p":"scriptella.driver.xpath","l":"XPathProviderException"},{"p":"scriptella.driver.xpath","l":"XPathQueryExecutor"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/dtd/etl.dtd b/docs/dtd/etl.dtd index 834dd94..bb9398e 100644 --- a/docs/dtd/etl.dtd +++ b/docs/dtd/etl.dtd @@ -69,9 +69,9 @@ This element may contain properties as plain text with includes. ignore_transactions=true - + % --> diff --git a/docs/dtd/scriptella/dtd/etl.dtd.html b/docs/dtd/scriptella/dtd/etl.dtd.html index 5dfc3cc..c0c010e 100644 --- a/docs/dtd/scriptella/dtd/etl.dtd.html +++ b/docs/dtd/scriptella/dtd/etl.dtd.html @@ -99,9 +99,9 @@ ignore_transactions=true </connection> -<connection driver="hsqldb" - url="jdbc:hsqldb:file:db" - user="sa" classpath="hsqldb.jar"/> +<connection driver="h2" + url="jdbc:h2:db" + user="sa" classpath="h2.jar"/>

    @@ -200,7 +200,7 @@ Element's model:

    (#PCDATA | include)*


    <include> -Child of onerror, fallback, script, properties, dialect, query, connection +Child of query, onerror, script, fallback, connection, dialect, properties

    The include element specifies content to include. Concept similar to XInclude.

    Examples: @@ -237,7 +237,7 @@

    Included text encoding name.


    <dialect> -Child of onerror, script, query +Child of query, onerror, script

    The dialect element defines a vendor specific script. Scripting elements may contain any number of nested dialects. This element may contain plain text or includes. @@ -397,7 +397,7 @@

    script identifier(name).

    Possible values: Match the ID rules.


    <script> -Child of etl, query +Child of query, etl

    The script element is used to specify a script. This element may contain plain text,onerror handlers, includes and dialects. diff --git a/docs/dtd/scriptella/dtd/etl.dtd.org.html b/docs/dtd/scriptella/dtd/etl.dtd.org.html index 1a6b433..10feca2 100644 --- a/docs/dtd/scriptella/dtd/etl.dtd.org.html +++ b/docs/dtd/scriptella/dtd/etl.dtd.org.html @@ -75,9 +75,9 @@ ignore_transactions=true </connection> -<connection driver="hsqldb" - url="jdbc:hsqldb:file:db" - user="sa" classpath="hsqldb.jar"/> +<connection driver="h2" + url="jdbc:h2:db" + user="sa" classpath="h2.jar"/> % --> <!ELEMENT connection (#PCDATA | include)*> diff --git a/docs/dtd/toc.html b/docs/dtd/toc.html index 5eddf46..9217a6b 100644 --- a/docs/dtd/toc.html +++ b/docs/dtd/toc.html @@ -4,10 +4,10 @@ -DTD Documentation, Jul 21, 2026 +DTD Documentation, Aug 14, 2026

    DTD Documentation

    -

    Jul 21, 2026

    +

    Aug 14, 2026

    Elements' index