Autopsy  4.13.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 (AbstractFile parentFile)
 
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
 
final AbstractFile parentFile
 

Static Private Attributes

static final String EXECUTION_CONTEXT = "org.sleuthkit.autopsy.ingest.RunIngestModulesDialog"
 
static final Logger logger = Logger.getLogger(SpecialDirectoryNode.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

An action that invokes the Run Ingest Modules wizard for one or more data sources or for the children of a file.

Definition at line 48 of file RunIngestModulesAction.java.

Constructor & Destructor Documentation

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

Constructs an action that invokes the Run Ingest Modules wizard for one or more data sources.

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

Definition at line 85 of file RunIngestModulesAction.java.

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

org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.RunIngestModulesAction ( AbstractFile  parentFile)

Member Function Documentation

void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed ( ActionEvent  e)
Object org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.clone ( ) throws CloneNotSupportedException

Definition at line 162 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 68 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
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 Logger org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.logger = Logger.getLogger(SpecialDirectoryNode.class.getName())
staticprivate
final AbstractFile org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.parentFile
private
final long org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.serialVersionUID = 1L
staticprivate

Definition at line 51 of file RunIngestModulesAction.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.