| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls |
This package contains classes and packages that are related to the AbstractETL and its sub-classes.
|
| Constructor and Description |
|---|
StaticIteratorETL(AbstractIteratorExtractor<T> extractor,
AbstractIteratorTransformer<T,S> transformer)
Constructor that initializes the extractor and transformer.
|
StaticIteratorETL(String name,
AbstractIteratorExtractor<T> extractor,
AbstractIteratorTransformer<T,S> transformer)
Constructor that initializes the extractor and transformer.
|
Copyright © 2017–2019. All rights reserved.