Package | Description |
---|---|
scriptella.driver.spring |
Spring Framework Integration Driver for Scriptella.
|
scriptella.execution |
Facade classes for xml scripts execution.
|
scriptella.interactive |
Progress Indicators and other classes related to user interaction.
|
scriptella.tools.launcher |
Command line ETL launcher.
|
Modifier and Type | Method and Description |
---|---|
ExecutionStatistics |
EtlExecutorBean.execute(ProgressIndicator indicator) |
void |
EtlExecutorBean.setProgressIndicator(ProgressIndicator progressIndicator)
Sets progress indicator to use.
|
void |
BatchEtlExecutorBean.setProgressIndicator(ProgressIndicator progressIndicator)
Sets progress indicator to use.
|
Modifier and Type | Method and Description |
---|---|
ExecutionStatistics |
EtlExecutor.execute(ProgressIndicator indicator)
Executes ETL based on a specified configuration.
|
protected EtlContext |
EtlExecutor.prepare(ProgressIndicator indicator)
Prepares the scripts context.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleProgressIndicator
Progress indicator to send out
|
class |
ProgressIndicatorBase
TODO: Add documentation
|
class |
SwingProgressIndicator
TODO: Add documentation
|
Modifier and Type | Field and Description |
---|---|
protected ProgressIndicator |
ProgressCallback.progressIndicator |
Modifier and Type | Method and Description |
---|---|
void |
ProgressCallback.setProgressBar(ProgressIndicator progressIndicator) |
Constructor and Description |
---|
ProgressCallback(int size,
ProgressIndicator indicator) |
Modifier and Type | Method and Description |
---|---|
void |
EtlLauncher.setProgressIndicator(ProgressIndicator indicator) |
Copyright © Copyright 2006-2019 The Scriptella Project Team.