Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.report.ReportModuleSettings Interface Reference

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

Detailed Description

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.

Member Function Documentation

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.

Returns
A serialization version number.

Implemented in org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModuleSettings, and org.sleuthkit.autopsy.report.NoReportModuleSettings.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.