Uses of Class
scriptella.execution.EtlExecutor
Packages that use EtlExecutor
Package
Description
Spring Framework Integration Driver for Scriptella.
Facade classes for xml scripts execution.
-
Uses of EtlExecutor in scriptella.driver.spring
Subclasses of EtlExecutor in scriptella.driver.spring -
Uses of EtlExecutor in scriptella.execution
Methods in scriptella.execution that return EtlExecutorModifier and TypeMethodDescriptionstatic EtlExecutorEtlExecutor.newExecutor(File scriptFile) Converts file to URL and invokesnewExecutor(java.net.URL).static EtlExecutorEtlExecutor.newExecutor(URL scriptFileUrl) Creates an ETL executor for the specified script URL.static EtlExecutorEtlExecutor.newExecutor(URL scriptFileUrl, Map<String, ?> externalProperties) Creates an ETL executor for the specified script URL and external parameters.