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

Static Public Member Functions

static boolean checkAndConfirmProceed (String optionsDlgTitle, String optionsDlgMessage)
 

Private Member Functions

 IngestRunningCheck ()
 

Detailed Description

A helper for actions that checks to see if ingest is running. If it is, prompts the user to confirm they want to proceed with whatever operation was initiated (e.g., closing the case).

Definition at line 18 of file IngestRunningCheck.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.actions.IngestRunningCheck.IngestRunningCheck ( )
private

Private contructor to prevent instantiation of a utility class.

Definition at line 50 of file IngestRunningCheck.java.

Member Function Documentation

static boolean org.sleuthkit.autopsy.actions.IngestRunningCheck.checkAndConfirmProceed ( String  optionsDlgTitle,
String  optionsDlgMessage 
)
static

Checks to see if ingest is running. If it is, prompts the user to confirm they want to proceed with whatever operation was initiated (e.g., closing the case).

Parameters
optionsDlgTitleThe title for the options dialog used to confirm the iser's intentions.
optionsDlgMessageThe message for the options dialog used to confirm the iser's intentions.
Returns
True to proceed, false otherwise.

Definition at line 32 of file IngestRunningCheck.java.

References org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.ingest.IngestManager.isIngestRunning().

Referenced by org.sleuthkit.autopsy.actions.ExitAction.actionPerformed(), org.sleuthkit.autopsy.casemodule.CaseCloseAction.actionPerformed(), org.sleuthkit.autopsy.casemodule.CaseOpenAction.actionPerformed(), org.sleuthkit.autopsy.casemodule.AddImageAction.actionPerformed(), and org.sleuthkit.autopsy.core.Installer.closing().


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

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.