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) Helper method to create a new ScriptExecutor for specified script URL.static EtlExecutorEtlExecutor.newExecutor(URL scriptFileUrl, Map<String, ?> externalProperties) Helper method to create a new ScriptExecutor for specified script URL.