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

Inherits JDialog.

Public Member Functions

 RunIngestModulesDialog (JFrame frame, String title, boolean modal, List< Content > dataSources)
 
 RunIngestModulesDialog (List< Content > dataSources)
 
 RunIngestModulesDialog (JFrame frame, String title, boolean modal)
 
 RunIngestModulesDialog ()
 
void setDataSources (List< Content > dataSources)
 
void display ()
 
void close ()
 

Private Member Functions

void doButtonAction (boolean startIngestJob)
 

Static Private Member Functions

static void showWarnings (IngestJobSettings ingestJobSettings)
 

Private Attributes

final List< ContentdataSources = new ArrayList<>()
 
IngestJobSettingsPanel ingestJobSettingsPanel
 

Static Private Attributes

static final String TITLE = NbBundle.getMessage(RunIngestModulesDialog.class, "IngestDialog.title.text")
 
static Dimension DIMENSIONS = new Dimension(500, 300)
 

Detailed Description

Dialog box that allows a user to configure and run an ingest job on one or more data sources.

Definition at line 43 of file RunIngestModulesDialog.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.RunIngestModulesDialog ( JFrame  frame,
String  title,
boolean  modal,
List< Content dataSources 
)

Construct a dialog box that allows a user to configure and run an ingest job on one or more data sources.

Parameters
frameThe dialog parent window.
titleThe title for the dialog.
modalTrue if the dialog should be modal, false otherwise.
dataSourcesThe data sources to be processed.

Definition at line 59 of file RunIngestModulesDialog.java.

org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.RunIngestModulesDialog ( List< Content dataSources)

Construct a dialog box that allows a user to configure and run an ingest job on one or more data sources.

Parameters
dataSourcesThe data sources to be processed.

Definition at line 70 of file RunIngestModulesDialog.java.

References org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.dataSources, and org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.TITLE.

org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.RunIngestModulesDialog ( JFrame  frame,
String  title,
boolean  modal 
)

Construct a dialog box that allows a user to configure and run an ingest job on one or more data sources.

Parameters
frameThe dialog parent window.
titleThe title for the dialog.
modalTrue if the dialog should be modal, false otherwise.
Deprecated:

Definition at line 84 of file RunIngestModulesDialog.java.

org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.RunIngestModulesDialog ( )

Construct a dialog box that allows a user to configure and run an ingest job on one or more data sources.

Deprecated:

Definition at line 95 of file RunIngestModulesDialog.java.

References org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.TITLE.

Member Function Documentation

void org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.close ( )

Closes this dialog.

Definition at line 185 of file RunIngestModulesDialog.java.

void org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.display ( )

Displays this dialog.

Center the dialog.

Get the default or saved ingest job settings for this context and use them to create and add an ingest job settings panel.

Add a handler for when the dialog window is closed directly, bypassing the buttons.

Show the dialog.

Definition at line 114 of file RunIngestModulesDialog.java.

References org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.doButtonAction(), and org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.showWarnings().

void org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.doButtonAction ( boolean  startIngestJob)
private
void org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.setDataSources ( List< Content dataSources)

Set the data sources to be processed.

Parameters
dataSourcesThe data sources.
Deprecated:

Definition at line 106 of file RunIngestModulesDialog.java.

static void org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.showWarnings ( IngestJobSettings  ingestJobSettings)
staticprivate

Member Data Documentation

final List<Content> org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.dataSources = new ArrayList<>()
private
Dimension org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.DIMENSIONS = new Dimension(500, 300)
staticprivate

Definition at line 46 of file RunIngestModulesDialog.java.

IngestJobSettingsPanel org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.ingestJobSettingsPanel
private

Definition at line 48 of file RunIngestModulesDialog.java.

final String org.sleuthkit.autopsy.ingest.RunIngestModulesDialog.TITLE = NbBundle.getMessage(RunIngestModulesDialog.class, "IngestDialog.title.text")
staticprivate

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.