Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.report.GeneralReportModule.
Public Member Functions | |
void | generateReport (String baseReportDir, ReportProgressPanel progressPanel) |
JPanel | getConfigurationPanel () |
String | getDescription () |
String | getName () |
String | getRelativeFilePath () |
Static Public Member Functions | |
static synchronized ReportCaseUco | getDefault () |
static String | getReportFileName () |
Private Member Functions | |
ReportCaseUco () | |
Private Attributes | |
ReportCaseUcoConfigPanel | configPanel |
Static Private Attributes | |
static ReportCaseUco | instance = null |
static final Logger | logger = Logger.getLogger(ReportCaseUco.class.getName()) |
static final String | REPORT_FILE_NAME = "CASE_UCO_output.json-ld" |
ReportCaseUco generates a report in the CASE-UCO format. It saves basic file info like full caseDirPath, name, MIME type, times, and hash.
Definition at line 38 of file ReportCaseUco.java.
|
private |
Definition at line 47 of file ReportCaseUco.java.
Referenced by org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getDefault().
void org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.generateReport | ( | String | baseReportDir, |
ReportProgressPanel | progressPanel | ||
) |
Generates a CASE-UCO format report.
baseReportDir | caseDirPath to save the report |
progressPanel | panel to update the report's progress |
Implements org.sleuthkit.autopsy.report.GeneralReportModule.
Definition at line 108 of file ReportCaseUco.java.
References org.sleuthkit.autopsy.report.ReportProgressPanel.complete(), org.sleuthkit.autopsy.report.ReportProgressPanel.ReportStatus.ERROR, org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.report.caseuco.CaseUcoFormatExporter.generateReport(), and org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getRelativeFilePath().
JPanel org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getConfigurationPanel | ( | ) |
Definition at line 76 of file ReportCaseUco.java.
References org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.configPanel, and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error().
|
static |
Definition at line 51 of file ReportCaseUco.java.
References org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.instance, and org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.ReportCaseUco().
String org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getDescription | ( | ) |
Definition at line 70 of file ReportCaseUco.java.
String org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getName | ( | ) |
Definition at line 59 of file ReportCaseUco.java.
String org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getRelativeFilePath | ( | ) |
Definition at line 65 of file ReportCaseUco.java.
References org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.REPORT_FILE_NAME.
Referenced by org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.generateReport().
|
static |
Returns CASE-UCO report file name
Definition at line 92 of file ReportCaseUco.java.
References org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.REPORT_FILE_NAME.
Referenced by org.sleuthkit.autopsy.report.caseuco.CaseUcoFormatExporter.export(), and org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.run().
|
private |
Definition at line 42 of file ReportCaseUco.java.
Referenced by org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getConfigurationPanel().
|
staticprivate |
Definition at line 41 of file ReportCaseUco.java.
Referenced by org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getDefault().
|
staticprivate |
Definition at line 40 of file ReportCaseUco.java.
|
staticprivate |
Definition at line 44 of file ReportCaseUco.java.
Referenced by org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getRelativeFilePath(), and org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getReportFileName().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.