mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
comment update
This commit is contained in:
parent
9ece3e41ed
commit
ad9b499fee
@ -67,7 +67,9 @@ class SampleGeneralReportModule(GeneralReportModuleAdapter):
|
|||||||
return "sampleReport.txt"
|
return "sampleReport.txt"
|
||||||
|
|
||||||
# TODO: Update this method to make a report
|
# TODO: Update this method to make a report
|
||||||
# The 'baseReportDir' object being passed in is a string with the directory that reports are being stored in. Report should go into baseReportDir + getRelativeFilePath().
|
# The 'reportSettings' object being passed in is an instance of org.sleuthkit.autopsy.report.GeneralReportSettings.
|
||||||
|
# GeneralReportSettings.getReportDirectoryPath() is the directory that reports are being stored in.
|
||||||
|
# Report should go into GeneralReportSettings.getReportDirectoryPath() + getRelativeFilePath().
|
||||||
# The 'progressBar' object is of type ReportProgressPanel.
|
# The 'progressBar' object is of type ReportProgressPanel.
|
||||||
# See: http://sleuthkit.org/autopsy/docs/api-docs/latest/classorg_1_1sleuthkit_1_1autopsy_1_1report_1_1_report_progress_panel.html
|
# See: http://sleuthkit.org/autopsy/docs/api-docs/latest/classorg_1_1sleuthkit_1_1autopsy_1_1report_1_1_report_progress_panel.html
|
||||||
def generateReport(self, reportSettings, progressBar):
|
def generateReport(self, reportSettings, progressBar):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user