Uses of Interface
scriptella.interactive.ProgressIndicator
Packages that use ProgressIndicator
Package
Description
Spring Framework Integration Driver for Scriptella.
Facade classes for xml scripts execution.
Progress Indicators and other classes related to user interaction.
Command line ETL launcher.
-
Uses of ProgressIndicator in scriptella.driver.spring
Methods in scriptella.driver.spring with parameters of type ProgressIndicatorModifier and TypeMethodDescriptionEtlExecutorBean.execute(ProgressIndicator indicator) voidBatchEtlExecutorBean.setProgressIndicator(ProgressIndicator progressIndicator) Sets progress indicator to use.voidEtlExecutorBean.setProgressIndicator(ProgressIndicator progressIndicator) Sets progress indicator to use. -
Uses of ProgressIndicator in scriptella.execution
Methods in scriptella.execution with parameters of type ProgressIndicatorModifier and TypeMethodDescriptionEtlExecutor.execute(ProgressIndicator indicator) Executes ETL based on a specified configuration.protected EtlContextEtlExecutor.prepare(ProgressIndicator indicator) Prepares the scripts context. -
Uses of ProgressIndicator in scriptella.interactive
Classes in scriptella.interactive that implement ProgressIndicatorModifier and TypeClassDescriptionclassProgress indicator to send outclassTODO: Add documentationclassDeprecated.No longer used by Scriptella's built-in launchers.Fields in scriptella.interactive declared as ProgressIndicatorMethods in scriptella.interactive with parameters of type ProgressIndicatorModifier and TypeMethodDescriptionvoidProgressCallback.setProgressBar(ProgressIndicator progressIndicator) Constructors in scriptella.interactive with parameters of type ProgressIndicator -
Uses of ProgressIndicator in scriptella.tools.launcher
Methods in scriptella.tools.launcher with parameters of type ProgressIndicatorModifier and TypeMethodDescriptionvoidEtlLauncher.setProgressIndicator(ProgressIndicator indicator)