Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.DataSourceIngestModule.
Inherited by org.sleuthkit.autopsy.modules.vmextractor.VMExtractorIngestModule, and org.sleuthkit.autopsy.test.CustomArtifactsCreatorDataSourceIngestModule.
Public Member Functions | |
abstract ProcessResult | process (Content dataSource, DataSourceIngestModuleProgress progressBar) |
void | startUp (IngestJobContext context) throws IngestModuleException |
An adapter that provides a no-op implementation of the startUp() method for data source ingest modules.
Definition at line 27 of file DataSourceIngestModuleAdapter.java.
|
abstract |
Processes a data source. Called once between calls to startUp() and shutDown().
dataSource | The data source to process. |
progressBar | A progress bar to be used to report progress. |
Implements org.sleuthkit.autopsy.ingest.DataSourceIngestModule.
void org.sleuthkit.autopsy.ingest.DataSourceIngestModuleAdapter.startUp | ( | IngestJobContext | context | ) | throws IngestModuleException |
Invoked by Autopsy to allow an ingest module instance to set up any internal data structures and acquire any private resources it will need during an ingest job. If the module depends on loading any resources, it should do so in this method so that it can throw an exception in the case of an error and alert the user. Exceptions that are thrown from process() and shutDown() are logged, but do not stop processing of the data source.
context | Provides data and services specific to the ingest job and the ingest pipeline of which the module is a part. |
Implements org.sleuthkit.autopsy.ingest.IngestModule.
Definition at line 30 of file DataSourceIngestModuleAdapter.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.