Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.AddTaggedHashesToHashDb | ( | ) |
Definition at line 50 of file AddTaggedHashesToHashDb.java.
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.
baseReportDir | Base directory that reports are being stored in. Report should go into baseReportDir + getRelativeFilePath(). |
progressPanel | panel 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.
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 | ( | ) |
Definition at line 54 of file AddTaggedHashesToHashDb.java.
Referenced by org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.generateReport().
String org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.getRelativeFilePath | ( | ) |
Definition at line 64 of file AddTaggedHashesToHashDb.java.
|
private |
Definition at line 48 of file AddTaggedHashesToHashDb.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.