Autopsy  4.4
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 CallableSystemAction.

Public Member Functions

 RunIngestModulesAction (List< Content > dataSources)
 
 RunIngestModulesAction (Directory dir)
 
void actionPerformed (ActionEvent e)
 
HelpCtx getHelpCtx ()
 
String getName ()
 
void performAction ()
 

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 63 of file RunIngestModulesAction.java.

References org.sleuthkit.autopsy.ingest.IngestJobSettings.IngestType.ALL_MODULES.

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 75 of file RunIngestModulesAction.java.

References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.dataSources, 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)
HelpCtx org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.getHelpCtx ( )

Definition at line 133 of file RunIngestModulesAction.java.

String org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.getName ( )

Definition at line 128 of file RunIngestModulesAction.java.

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

Display any warnings that the ingestJobSettings have.

Parameters
ingestJobSettings

Definition at line 111 of file RunIngestModulesAction.java.

References org.sleuthkit.autopsy.ingest.IngestJobSettings.getWarnings().

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
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 Jun 13 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.