Autopsy
4.12.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 |
Static Protected Member Functions | |
static String | getRAOutputPath (Case a_case, String mod) |
static String | getRATempPath (Case a_case, String mod) |
Private Attributes | |
final List< Extract > | browserExtractors = new ArrayList<>() |
IngestJobContext | context |
final List< Extract > | extractors = new ArrayList<>() |
IngestServices | services = IngestServices.getInstance() |
StringBuilder | subCompleted = new StringBuilder() |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(RAImageIngestModule.class.getName()) |
Recent activity image ingest module
Definition at line 46 of file RAImageIngestModule.java.
|
staticprotected |
Get the output path for a specific sub-module in recent activity. Will create the dir if it doesn't exist.
a_case | Case that directory is for |
mod | Module name that will be used for a sub folder in the temp folder to prevent name collisions |
Definition at line 232 of file RAImageIngestModule.java.
References org.sleuthkit.autopsy.casemodule.Case.getModuleDirectory().
|
staticprotected |
Get the temp path for a specific sub-module in recent activity. Will create the dir if it doesn't exist.
a_case | Case that directory is for |
mod | Module name that will be used for a sub folder in the temp folder to prevent name collisions |
Definition at line 213 of file RAImageIngestModule.java.
References org.sleuthkit.autopsy.casemodule.Case.getTempDirectory().
ProcessResult org.sleuthkit.autopsy.recentactivity.RAImageIngestModule.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 105 of file RAImageIngestModule.java.
References org.sleuthkit.autopsy.ingest.IngestMessage.createMessage(), org.sleuthkit.autopsy.ingest.IngestJobContext.dataSourceIngestIsCancelled(), org.sleuthkit.autopsy.ingest.IngestMessage.MessageType.ERROR, 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.switchToDeterminate().
void org.sleuthkit.autopsy.recentactivity.RAImageIngestModule.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 59 of file RAImageIngestModule.java.
References org.sleuthkit.autopsy.recentactivity.RAImageIngestModule.context.
|
private |
Definition at line 50 of file RAImageIngestModule.java.
|
private |
Definition at line 52 of file RAImageIngestModule.java.
Referenced by org.sleuthkit.autopsy.recentactivity.RAImageIngestModule.startUp().
|
private |
Definition at line 49 of file RAImageIngestModule.java.
|
staticprivate |
Definition at line 48 of file RAImageIngestModule.java.
|
private |
Definition at line 51 of file RAImageIngestModule.java.
|
private |
Definition at line 53 of file RAImageIngestModule.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.