Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.DataSourceIngestModule.
Public Member Functions | |
ProcessResult | process (Content dataSource, DataSourceIngestModuleProgress progressBar) |
void | startUp (IngestJobContext context) throws IngestModuleException |
Private Attributes | |
IngestJobContext | context |
final List< DroneExtractor > | extractors |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(DroneIngestModule.class.getName()) |
Drone file ingest module.
Definition at line 37 of file DroneIngestModule.java.
ProcessResult org.sleuthkit.autopsy.modules.drones.DroneIngestModule.process | ( | Content | dataSource, |
DataSourceIngestModuleProgress | progressBar | ||
) |
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.
Definition at line 63 of file DroneIngestModule.java.
References org.sleuthkit.autopsy.ingest.IngestMessage.createMessage(), org.sleuthkit.autopsy.ingest.IngestJobContext.dataSourceIngestIsCancelled(), org.sleuthkit.autopsy.ingest.IngestServices.getInstance(), org.sleuthkit.autopsy.ingest.IngestMessage.MessageType.INFO, org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.OK, org.sleuthkit.autopsy.ingest.IngestServices.postMessage(), org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.progress(), and org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProgress.switchToIndeterminate().
void org.sleuthkit.autopsy.modules.drones.DroneIngestModule.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 52 of file DroneIngestModule.java.
References org.sleuthkit.autopsy.modules.drones.DroneIngestModule.context.
|
private |
Definition at line 42 of file DroneIngestModule.java.
Referenced by org.sleuthkit.autopsy.modules.drones.DroneIngestModule.startUp().
|
private |
Definition at line 40 of file DroneIngestModule.java.
|
staticprivate |
Definition at line 39 of file DroneIngestModule.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.