Autopsy  4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.report.GeneralReportModuleAdapter Class Referenceabstract

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 ()
 

Detailed Description

An adapter that provides no-op implementations of various GeneralReportModule methods.

Definition at line 27 of file GeneralReportModuleAdapter.java.

Member Function Documentation

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
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.

JPanel org.sleuthkit.autopsy.report.GeneralReportModuleAdapter.getConfigurationPanel ( )

Definition at line 44 of file GeneralReportModuleAdapter.java.

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 ( )

Definition at line 36 of file GeneralReportModuleAdapter.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.