Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.DataSourceIngestModuleAdapter.
Public Member Functions | |
ProcessResult | process (Content dataSource, DataSourceIngestModuleProgress progressBar) |
void | startUp (IngestJobContext context) throws IngestModuleException |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(CustomArtifactsCreatorDataSourceIngestModule.class.getName()) |
A data source ingest module that associates custom artifacts and attributes with data sources for test purposes.
Definition at line 39 of file CustomArtifactsCreatorDataSourceIngestModule.java.
ProcessResult org.sleuthkit.autopsy.test.CustomArtifactsCreatorDataSourceIngestModule.process | ( | Content | dataSource, |
DataSourceIngestModuleProgress | progressBar | ||
) |
Creates a custom artifact instance associated with the data source to be processed.
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 72 of file CustomArtifactsCreatorDataSourceIngestModule.java.
References org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.ERROR, and org.sleuthkit.autopsy.ingest.IngestModule.ProcessResult.OK.
void org.sleuthkit.autopsy.test.CustomArtifactsCreatorDataSourceIngestModule.startUp | ( | IngestJobContext | context | ) | throws IngestModuleException |
Adds the custom artifact type this module uses to the case database of the current case.
context | Provides data and services specific to the ingest job and the ingest pipeline of which the module is a part. |
IngestModuleException | If there is an error adding the custom artifact type. |
Implements org.sleuthkit.autopsy.ingest.IngestModule.
Definition at line 54 of file CustomArtifactsCreatorDataSourceIngestModule.java.
|
staticprivate |
Definition at line 41 of file CustomArtifactsCreatorDataSourceIngestModule.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.