Go to the documentation of this file.
19package org.sleuthkit.autopsy.report.modules.file;
21import org.sleuthkit.autopsy.report.ReportModuleSettings;
28 private static final long serialVersionUID = 1L;
40 FileReportModuleSettings() {
44 FileReportModuleSettings(ReportDelimiter type) {
45 this.delimiter = type;
50 return serialVersionUID;
58 ReportDelimiter getReportDelimiter() {
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.