20 package org.sleuthkit.autopsy.report.modules.caseuco;
22 import javax.swing.JPanel;
23 import org.openide.util.NbBundle;
45 if (instance == null) {
53 String name = NbBundle.getMessage(this.getClass(),
"ReportCaseUco.getName.text");
69 String desc = NbBundle.getMessage(this.getClass(),
"ReportCaseUco.getDesc.text");
89 "ReportCaseUco.notInitialized=CASE-UCO settings panel has not been initialized",
90 "ReportCaseUco.noDataSourceSelected=No data source selected for CASE-UCO report"
93 @SuppressWarnings(
"deprecation")
static CaseUcoReport instance
static final Logger logger
static synchronized CaseUcoReport getDefault()
static final String REPORT_FILE_NAME
static String getReportFileName()
String getRelativeFilePath()
synchronized static Logger getLogger(String name)
JPanel getConfigurationPanel()
void generateReport(String baseReportDir, ReportProgressPanel progressPanel)