Uses of Annotation Interface
scriptella.core.ThreadSafe
Packages that use ThreadSafe
Package
Description
Core classes for scripts execution.
Facade classes for xml scripts execution.
-
Uses of ThreadSafe in scriptella.core
Classes in scriptella.core with annotations of type ThreadSafeModifier and TypeClassDescriptionclassRepresents dynamic execution context for executable elements. -
Uses of ThreadSafe in scriptella.execution
Classes in scriptella.execution with annotations of type ThreadSafeMethods in scriptella.execution with annotations of type ThreadSafeModifier and TypeMethodDescriptionEtlExecutor.execute()Executes ETL based on a specified configuration.EtlExecutor.execute(ProgressIndicator indicator) Executes ETL based on a specified configuration.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.