Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Serializable.
Inherited by org.sleuthkit.autopsy.report.modules.file.FileReportModuleSettings, org.sleuthkit.autopsy.report.modules.html.HTMLReportModuleSettings, org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings, org.sleuthkit.autopsy.report.modules.stix.STIXReportModuleSettings, org.sleuthkit.autopsy.report.modules.taggedhashes.HashesReportModuleSettings, and org.sleuthkit.autopsy.report.NoReportModuleSettings.
Public Member Functions | |
long | getVersionNumber () |
An interface for defining report module settings. The settings are serializable to support persistence of settings for different configurations and between invocations of the application. Report module writers will implement their own settings classes conforming to this interface.
Definition at line 29 of file ReportModuleSettings.java.
long org.sleuthkit.autopsy.report.ReportModuleSettings.getVersionNumber | ( | ) |
Returns the version number of the settings object. The version number should be a private final static long per the documentation of the Serializable interface.
Implemented in org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings, and org.sleuthkit.autopsy.report.NoReportModuleSettings.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.