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

Inherits JPanel.

Public Member Functions

 CommandLineIngestSettingsPanel (CommandLineIngestSettingsPanelController theController)
 

Static Public Member Functions

static String getDefaultReportingConfigName ()
 

Private Member Functions

void bnEditIngestSettingsActionPerformed (java.awt.event.ActionEvent evt)
 
void bnEditReportSettingsActionPerformed (java.awt.event.ActionEvent evt)
 
void displayIngestJobSettingsPanel ()
 
boolean doesReportProfileNameExist (String name)
 
String getReportName ()
 
void initComponents ()
 
void setupReportList ()
 

Static Private Member Functions

static void showWarnings (IngestJobSettings ingestJobSettings)
 

Private Attributes

javax.swing.JButton bnEditIngestSettings
 
javax.swing.JButton bnEditReportSettings
 
javax.swing.JComboBox< String > ingestProfileCB
 
javax.swing.JTextPane jTextPane1
 
javax.swing.JPanel nodePanel
 
javax.swing.JComboBox< String > reportProfileCB
 

Static Private Attributes

static final boolean DISPLAY_CASE_SPECIFIC_DATA = false
 
static final Logger logger = Logger.getLogger(CommandLineIngestSettingsPanel.class.getName())
 
static final String REPORTING_CONFIGURATION_NAME = "CommandLineIngest"
 
static final boolean RUN_REPORTS = false
 
static final long serialVersionUID = 1L
 

Detailed Description

Configuration panel for auto ingest settings.

Definition at line 39 of file CommandLineIngestSettingsPanel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.CommandLineIngestSettingsPanel ( CommandLineIngestSettingsPanelController  theController)

Creates new form AutoIngestSettingsPanel

Parameters
theControllerController to notify of changes.

Definition at line 53 of file CommandLineIngestSettingsPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditIngestSettingsActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 320 of file CommandLineIngestSettingsPanel.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditReportSettingsActionPerformed ( java.awt.event.ActionEvent  evt)
private

Definition at line 287 of file CommandLineIngestSettingsPanel.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.displayIngestJobSettingsPanel ( )
private
boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.doesReportProfileNameExist ( String  name)
private

Checks to see if there is currently a profile define with the given name.

Parameters
nameProfile name to check.
Returns
True if there is a report with the given name.

Definition at line 125 of file CommandLineIngestSettingsPanel.java.

References org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getReportConfigNames().

static String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.getDefaultReportingConfigName ( )
static
Returns
the REPORTING_CONFIGURATION_NAME

Definition at line 61 of file CommandLineIngestSettingsPanel.java.

Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.run().

String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.getReportName ( )
private

Returns the currently selected report profile name from the cb. For backwards compatibility if Default is selected, the existing default profile name of CommandLineIngest will be returned.

Returns
The selected profile name.

Definition at line 137 of file CommandLineIngestSettingsPanel.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.initComponents ( )
private

This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 154 of file CommandLineIngestSettingsPanel.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.setupReportList ( )
private

Initializes the report profile list combo box.

Definition at line 102 of file CommandLineIngestSettingsPanel.java.

References org.sleuthkit.autopsy.report.infrastructure.ReportWizardAction.getReportConfigNames().

static void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.showWarnings ( IngestJobSettings  ingestJobSettings)
staticprivate

Member Data Documentation

javax.swing.JButton org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditIngestSettings
private

Definition at line 325 of file CommandLineIngestSettingsPanel.java.

javax.swing.JButton org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.bnEditReportSettings
private

Definition at line 326 of file CommandLineIngestSettingsPanel.java.

final boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.DISPLAY_CASE_SPECIFIC_DATA = false
staticprivate

Definition at line 45 of file CommandLineIngestSettingsPanel.java.

javax.swing.JComboBox<String> org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.ingestProfileCB
private

Definition at line 327 of file CommandLineIngestSettingsPanel.java.

javax.swing.JTextPane org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.jTextPane1
private

Definition at line 328 of file CommandLineIngestSettingsPanel.java.

final Logger org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.logger = Logger.getLogger(CommandLineIngestSettingsPanel.class.getName())
staticprivate

Definition at line 42 of file CommandLineIngestSettingsPanel.java.

javax.swing.JPanel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.nodePanel
private

Definition at line 329 of file CommandLineIngestSettingsPanel.java.

final String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.REPORTING_CONFIGURATION_NAME = "CommandLineIngest"
staticprivate

Definition at line 44 of file CommandLineIngestSettingsPanel.java.

javax.swing.JComboBox<String> org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.reportProfileCB
private

Definition at line 330 of file CommandLineIngestSettingsPanel.java.

final boolean org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.RUN_REPORTS = false
staticprivate

Definition at line 46 of file CommandLineIngestSettingsPanel.java.

final long org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.serialVersionUID = 1L
staticprivate

Definition at line 41 of file CommandLineIngestSettingsPanel.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.