Package | Description |
---|---|
controller |
Application controller classes, for managing the extraction
process, the storage of the extracted information, management of modules and profiles,
event handling, and environment observation.
|
Modifier and Type | Method and Description |
---|---|
ExtractionControllerBuilder |
ExtractionControllerBuilder.headless()
Call this function to start the PET without any graphic.
|
ExtractionControllerBuilder |
ExtractionControllerBuilder.once()
Call this function to start a single extraction and no continuous
extraction.
|
Constructor and Description |
---|
ExtractionController(ExtractionControllerBuilder builder)
Constructor that works with the builder pattern.
|