Inherits org.sleuthkit.autopsy.report.GeneralReportModule.
An adapter that provides no-op implementations of various GeneralReportModule methods.
Definition at line 27 of file GeneralReportModuleAdapter.java.
abstract void org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.generateReport |
( |
String |
baseReportDir, |
|
|
ReportProgressPanel |
progressPanel |
|
) |
| |
|
abstract |
Called to generate the report. Method is responsible for saving the file at the path specified and updating progress via the progressPanel object.
- Parameters
-
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 |
( |
| ) |
|
abstract String org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.getDescription |
( |
| ) |
|
|
abstract |
abstract String org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.getName |
( |
| ) |
|
|
abstract |
String org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.getRelativeFilePath |
( |
| ) |
|
The documentation for this class was generated from the following file: