Uses of Class
scriptella.execution.EtlExecutor

Packages that use EtlExecutor
scriptella.execution Facade classes for xml scripts execution. 
 

Uses of EtlExecutor in scriptella.execution
 

Methods in scriptella.execution that return EtlExecutor
static EtlExecutor EtlExecutor.newExecutor(java.io.File scriptFile)
          Converts file to URL and invokes newExecutor(java.net.URL).
static EtlExecutor EtlExecutor.newExecutor(java.net.URL scriptFileUrl)
          Helper method to create a new ScriptExecutor for specified script URL.
static EtlExecutor EtlExecutor.newExecutor(java.net.URL scriptFileUrl, java.util.Map<java.lang.String,?> externalProperties)
          Helper method to create a new ScriptExecutor for specified script URL.
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.