Autopsy
4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
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.
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 | ) |
Constructs an action that invokes the Run Ingest Modules wizard for the children of a file.
parentFile | The file. |
Definition at line 98 of file RunIngestModulesAction.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), org.sleuthkit.autopsy.ingest.IngestJobSettings.IngestType.FILES_ONLY, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.ingestType, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.logger, and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.parentFile.
void org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed | ( | ActionEvent | e | ) |
Opens a run ingest modules wizard with the list of data sources.
e | the 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 120 of file RunIngestModulesAction.java.
References org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.dataSources, org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.error(), 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.runIngestModuleWizard.RunIngestModulesAction.logger, org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.parentFile, org.sleuthkit.autopsy.ingest.IngestManager.queueIngestJob(), and org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.showWarnings().
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.ExtractArchiveWithPasswordAction.ExtractAndIngestWorker.done().
Object org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.clone | ( | ) | throws CloneNotSupportedException |
Definition at line 162 of file RunIngestModulesAction.java.
|
staticprivate |
Display any warnings that the ingestJobSettings have.
ingestJobSettings |
Definition at line 68 of file RunIngestModulesAction.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed().
|
private |
Definition at line 59 of file RunIngestModulesAction.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed().
|
staticprivate |
Definition at line 58 of file RunIngestModulesAction.java.
Referenced by org.sleuthkit.autopsy.ingest.runIngestModuleWizard.RunIngestModulesAction.actionPerformed().
|
private |
|
staticprivate |
|
private |
|
staticprivate |
Definition at line 51 of file RunIngestModulesAction.java.
Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.