Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.report.caseuco.ReportCaseUco Class Reference

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"
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.ReportCaseUco ( )
private

Member Function Documentation

void org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.generateReport ( String  baseReportDir,
ReportProgressPanel  progressPanel 
)
JPanel org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getConfigurationPanel ( )
static synchronized ReportCaseUco org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getDefault ( )
static
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 ( )
static String org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.getReportFileName ( )
static

Returns CASE-UCO report file name

Returns
the 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.commandlineingest.CommandLineIngestManager.JobProcessingTask.run().

Member Data Documentation

ReportCaseUcoConfigPanel org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.configPanel
private
ReportCaseUco org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.instance = null
staticprivate
final Logger org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.logger = Logger.getLogger(ReportCaseUco.class.getName())
staticprivate

Definition at line 40 of file ReportCaseUco.java.

final String org.sleuthkit.autopsy.report.caseuco.ReportCaseUco.REPORT_FILE_NAME = "CASE_UCO_output.json-ld"
staticprivate

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

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.