Autopsy  4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | 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
 

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 46 of file AddTaggedHashesToHashDb.java.

Constructor & Destructor Documentation

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

Definition at line 50 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 69 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.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 ( )

Returns the configuration panel for the report, which is displayed in the report configuration step of the report wizard.

Returns
Configuration panel or null if the module does not need configuration.

Implements org.sleuthkit.autopsy.report.GeneralReportModule.

Definition at line 138 of file AddTaggedHashesToHashDb.java.

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

Definition at line 59 of file AddTaggedHashesToHashDb.java.

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

Definition at line 64 of file AddTaggedHashesToHashDb.java.

Member Data Documentation

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

Definition at line 48 of file AddTaggedHashesToHashDb.java.


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

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.