Go to the documentation of this file.
19package org.sleuthkit.autopsy.report.infrastructure;
21import org.sleuthkit.autopsy.report.ReportModule;
23import org.sleuthkit.datamodel.AbstractFile;
51 public void startTable(List<FileReportDataTypes> headers);
60 public void addRow(AbstractFile toAdd, List<FileReportDataTypes> columns);
void addRow(AbstractFile toAdd, List< FileReportDataTypes > columns)
void startReport(String baseReportDir)
void startTable(List< FileReportDataTypes > headers)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.