| 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.extractors |
This package contains constants concerning IExtractor components.
|
| Modifier and Type | Field and Description |
|---|---|
protected IExtractor<T> |
AbstractETL.extractor |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IExtractor<T> |
AbstractETL.createExtractor()
Creates an IExtractor for retrieving elements from
the harvested repository to be used by the ITransformer.
|
protected IExtractor<Iterator<T>> |
StaticIteratorETL.createExtractor() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIteratorExtractor<T>
This IExtractor can extract an Iterator in order
to be able to iterate lists or similar constructs.
|
class |
JsonArrayExtractor<T>
This class represents the Extractor of an ETL process that
parses a JSON array from a HTTP response.
|
Copyright © 2017–2019. All rights reserved.