See: Description
| Class | Description |
|---|---|
| AbstractETL<T,S> |
This class offers a skeleton for harvesting a repository to
retrieve all of its metadata.
|
| AbstractIteratorETL<T,S> |
This ETL harvests data via Iterators and creates a
document for each iterated element.
|
| StaticIteratorETL<T,S> |
This ETL harvests data via Iterators and creates a
document for each iterated element.
|
| Exception | Description |
|---|---|
| ETLPreconditionException |
This exception signifies that a harvester has not started harvesting,
because a pre-condition failed.
|
Copyright © 2017–2019. All rights reserved.