Autopsy  4.12.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.report.taggedhashes.AddTaggedHashesToHashDb Class Reference

Inherits org.sleuthkit.autopsy.report.GeneralReportModule.

Public Member Functions

 AddTaggedHashesToHashDb ()
 
void generateReport (String reportPath, ReportProgressPanel progressPanel)
 
JPanel getConfigurationPanel ()
 
String getDescription ()
 
String getName ()
 
String getRelativeFilePath ()
 

Private Attributes

AddTaggedHashesToHashDbConfigPanel configPanel
 

Static Private Attributes

static final Logger logger = Logger.getLogger(AddTaggedHashesToHashDb.class.getName())
 

Detailed Description

Instances of this class plug in to the reporting infrastructure to provide a convenient way to add content hashes to hash set databases.

Definition at line 48 of file AddTaggedHashesToHashDb.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.AddTaggedHashesToHashDb ( )

Definition at line 53 of file AddTaggedHashesToHashDb.java.

Member Function Documentation

void org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.generateReport ( String  baseReportDir,
ReportProgressPanel  progressPanel 
)

Called to generate the report. Method is responsible for saving the file at the path specified and updating progress via the progressPanel object.

Parameters
baseReportDirBase directory that reports are being stored in. Report should go into baseReportDir + getRelativeFilePath().
progressPanelpanel to update the report's progress with

Implements org.sleuthkit.autopsy.report.GeneralReportModule.

Definition at line 76 of file AddTaggedHashesToHashDb.java.

References org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.addHashes(), org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.CANCELED, org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.COMPLETE, org.sleuthkit.autopsy.report.ReportProgressPanel.complete(), org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.ERROR, org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getContentTagsByTagName(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getDisplayName(), org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDb.getHashSetName(), org.sleuthkit.autopsy.coreutils.Logger.getLogger(), org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getName(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.report.ReportProgressPanel.getStatus(), org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager(), org.sleuthkit.autopsy.report.ReportProgressPanel.setIndeterminate(), org.sleuthkit.autopsy.report.ReportProgressPanel.start(), and org.sleuthkit.autopsy.report.ReportProgressPanel.updateStatusLabel().

JPanel org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getConfigurationPanel ( )

Definition at line 160 of file AddTaggedHashesToHashDb.java.

String org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getDescription ( )

Definition at line 62 of file AddTaggedHashesToHashDb.java.

String org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getName ( )
String org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getRelativeFilePath ( )

Definition at line 67 of file AddTaggedHashesToHashDb.java.

Member Data Documentation

AddTaggedHashesToHashDbConfigPanel org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.configPanel
private

Definition at line 51 of file AddTaggedHashesToHashDb.java.

final Logger org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.logger = Logger.getLogger(AddTaggedHashesToHashDb.class.getName())
staticprivate

Definition at line 50 of file AddTaggedHashesToHashDb.java.


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

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.