Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.report.ReportModule.
Inherited by org.sleuthkit.autopsy.modules.stix.STIXReportModule, org.sleuthkit.autopsy.report.GeneralReportModuleAdapter, org.sleuthkit.autopsy.report.ReportBodyFile, org.sleuthkit.autopsy.report.ReportKML, and org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.
Public Member Functions | |
void | generateReport (String baseReportDir, ReportProgressPanel progressPanel) |
JPanel | getConfigurationPanel () |
String | getDescription () |
String | getName () |
String | getRelativeFilePath () |
Definition at line 23 of file GeneralReportModule.java.
void org.sleuthkit.autopsy.report.GeneralReportModule.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 |
Implemented in org.sleuthkit.autopsy.modules.stix.STIXReportModule, org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb, and org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.
JPanel org.sleuthkit.autopsy.report.GeneralReportModule.getConfigurationPanel | ( | ) |
Returns the configuration panel for the report, which is displayed in the report configuration step of the report wizard.
Implemented in org.sleuthkit.autopsy.modules.stix.STIXReportModule, org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb, and org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.
|
inherited |
Gets a one-line, user friendly description of the type of report this module generates.
|
inherited |
Get the name of the report this module generates.
|
inherited |
Gets the relative path of the report file, if any, generated by this module. The path should be relative to the location that gets passed in to generateReport() (or similar).
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.