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

Inherits AbstractAction.

Public Member Functions

 RunIngestModulesAction (List< Content > dataSources)
 
 RunIngestModulesAction (Directory dir)
 
void actionPerformed (ActionEvent e)
 
Object clone () throws CloneNotSupportedException
 

Static Private Member Functions

static void showWarnings (IngestJobSettings ingestJobSettings)
 

Private Attributes

final List< Content > dataSources = new ArrayList<>()
 
final IngestJobSettings.IngestType ingestType
 

Static Private Attributes

static final String EXECUTION_CONTEXT = "org.sleuthkit.autopsy.ingest.RunIngestModulesDialog"
 
static final long serialVersionUID = 1L
 

Detailed Description

This class is used to add the action to the run ingest modules menu item. When the data source is pressed, it should open the wizard for ingest modules.

Definition at line 44 of file RunIngestModulesAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.RunIngestModulesAction ( List< Content >  dataSources)

Creates an action which will make a run ingest modules wizard when it is performed.

Parameters
dataSources- the data sources you want to run ingest on

Definition at line 79 of file RunIngestModulesAction.java.

References org.sleuthkit.autopsy.ingest.IngestJobSettings.IngestType.ALL_MODULES, and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.ingestType.

org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.RunIngestModulesAction ( Directory  dir)

Creates an action which will make a run ingest modules wizard when it is performed.

Parameters
dir- the directory you want to run ingest on

Definition at line 91 of file RunIngestModulesAction.java.

References org.sleuthkit.autopsy.ingest.IngestJobSettings.IngestType.FILES_ONLY, and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.ingestType.

Member Function Documentation

void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed ( ActionEvent  e)

Opens a run ingest modules wizard with the list of data sources.

Parameters
ethe action event

Create and display a Run Ingest Modules wizard. Note that the argument in the title format string will be supplied by WizardDescriptor.Panel.getComponent().getName().

Definition at line 103 of file RunIngestModulesAction.java.

References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.EXECUTION_CONTEXT, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.ingestType, org.sleuthkit.autopsy.ingest.IngestManager.queueIngestJob(), and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.showWarnings().

Object org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.clone ( ) throws CloneNotSupportedException

Definition at line 126 of file RunIngestModulesAction.java.

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

Display any warnings that the ingestJobSettings have.

Parameters
ingestJobSettings

Definition at line 60 of file RunIngestModulesAction.java.

Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed().

Member Data Documentation

final List<Content> org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.dataSources = new ArrayList<>()
private

Definition at line 70 of file RunIngestModulesAction.java.

final String org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.EXECUTION_CONTEXT = "org.sleuthkit.autopsy.ingest.RunIngestModulesDialog"
staticprivate
final IngestJobSettings.IngestType org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.ingestType
private
final long org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.serialVersionUID = 1L
staticprivate

Definition at line 47 of file RunIngestModulesAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.