| Package | Description |
|---|---|
| de.gerdiproject.harvest.etls |
This package contains classes and packages that are related to the AbstractETL and its sub-classes.
|
| de.gerdiproject.harvest.etls.transformers |
This package contains classes concerning the ITransformer.
|
| Modifier and Type | Field and Description |
|---|---|
protected ITransformer<T,S> |
AbstractETL.transformer |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ITransformer<T,S> |
AbstractETL.createTransformer()
Creates an ITransformer for transforming source elements
to documents that can be used by the ILoader.
|
protected ITransformer<Iterator<T>,Iterator<S>> |
StaticIteratorETL.createTransformer() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIteratorTransformer<T,S>
This transformer can transform multiple documents.
|
Copyright © 2017–2019. All rights reserved.