Autopsy  4.14.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 getReportingConfigName ()
 

Private Member Functions

void bnEditIngestSettingsActionPerformed (java.awt.event.ActionEvent evt)
 
void bnEditReportSettingsActionPerformed (java.awt.event.ActionEvent evt)
 
void displayIngestJobSettingsPanel ()
 
void initComponents ()
 

Static Private Member Functions

static void showWarnings (IngestJobSettings ingestJobSettings)
 

Private Attributes

javax.swing.JButton bnEditIngestSettings
 
javax.swing.JButton bnEditReportSettings
 
javax.swing.JLabel jLabelDescription
 
javax.swing.JPanel nodePanel
 
javax.swing.JScrollPane nodeScrollPane
 

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 35 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 49 of file CommandLineIngestSettingsPanel.java.

Member Function Documentation

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

Definition at line 177 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 171 of file CommandLineIngestSettingsPanel.java.

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.displayIngestJobSettingsPanel ( )
private
static String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.getReportingConfigName ( )
static
Returns
the REPORTING_CONFIGURATION_NAME

Definition at line 56 of file CommandLineIngestSettingsPanel.java.

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

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 97 of file CommandLineIngestSettingsPanel.java.

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 182 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 183 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 41 of file CommandLineIngestSettingsPanel.java.

javax.swing.JLabel org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.jLabelDescription
private

Definition at line 184 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 38 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 185 of file CommandLineIngestSettingsPanel.java.

javax.swing.JScrollPane org.sleuthkit.autopsy.commandlineingest.CommandLineIngestSettingsPanel.nodeScrollPane
private

Definition at line 186 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 40 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 42 of file CommandLineIngestSettingsPanel.java.

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

Definition at line 37 of file CommandLineIngestSettingsPanel.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.