Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.report.GeneralReportModule.
Public Member Functions | |
abstract void | generateReport (String baseReportDir, ReportProgressPanel progressPanel) |
JPanel | getConfigurationPanel () |
abstract String | getDescription () |
abstract String | getName () |
String | getRelativeFilePath () |
An adapter that provides no-op implementations of various GeneralReportModule methods.
Definition at line 27 of file GeneralReportModuleAdapter.java.
|
abstract |
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.
JPanel org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.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 44 of file GeneralReportModuleAdapter.java.
|
abstract |
|
abstract |
String org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.getRelativeFilePath | ( | ) |
Definition at line 36 of file GeneralReportModuleAdapter.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.