Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.modules.drones.DroneIngestModule Class Reference

Inherits org.sleuthkit.autopsy.ingest.DataSourceIngestModule.

Public Member Functions

ProcessResult process (Content dataSource, DataSourceIngestModuleProgress progressBar)
 
default void shutDown ()
 
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())
 

Detailed Description

Drone file ingest module.

Definition at line 37 of file DroneIngestModule.java.

Member Function Documentation

ProcessResult org.sleuthkit.autopsy.modules.drones.DroneIngestModule.process ( Content  dataSource,
DataSourceIngestModuleProgress  progressBar 
)
default void org.sleuthkit.autopsy.ingest.IngestModule.shutDown ( )
inherited

Invoked by Autopsy when an ingest job is completed (either because the data has been analyzed or because the job was cancelled), before the ingest module instance is discarded. The module should respond by doing things like releasing private resources, submitting final results, and posting a final ingest message.

IMPORTANT: If the module instances must share resources, the modules are responsible for synchronizing access to the shared resources and doing reference counting as required to release those resources correctly. Also, more than one ingest job may be in progress at any given time. This must also be taken into consideration when sharing resources between module instances. See IngestModuleReferenceCounter.

Implemented in org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule, org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule, org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule, org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdIngestModule, org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule, org.sleuthkit.autopsy.modules.embeddedfileextractor.EmbeddedFileExtractorIngestModule, org.sleuthkit.autopsy.modules.yara.YaraIngestModule, and org.sleuthkit.autopsy.ingest.FileIngestModuleAdapter.

Definition at line 86 of file IngestModule.java.

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 startUp() are logged and stop processing of the data source.

IMPORTANT: If the module instances must share resources, the modules are responsible for synchronizing access to the shared resources and doing reference counting as required to release those resources correctly. Also, more than one ingest job may be in progress at any given time. This must also be taken into consideration when sharing resources between module instances. See IngestModuleReferenceCounter.

Parameters
contextProvides data and services specific to the ingest job and the ingest pipeline of which the module is a part.
Exceptions
org.sleuthkit.autopsy.ingest.IngestModule.IngestModuleException

Implements org.sleuthkit.autopsy.ingest.IngestModule.

Definition at line 52 of file DroneIngestModule.java.

References org.sleuthkit.autopsy.modules.drones.DroneIngestModule.context.

Member Data Documentation

IngestJobContext org.sleuthkit.autopsy.modules.drones.DroneIngestModule.context
private
final List<DroneExtractor> org.sleuthkit.autopsy.modules.drones.DroneIngestModule.extractors
private

Definition at line 40 of file DroneIngestModule.java.

final Logger org.sleuthkit.autopsy.modules.drones.DroneIngestModule.logger = Logger.getLogger(DroneIngestModule.class.getName())
staticprivate

Definition at line 39 of file DroneIngestModule.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.