Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static boolean | checkAndConfirmProceed (String optionsDlgTitle, String optionsDlgMessage) |
Private Member Functions | |
IngestRunningCheck () | |
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.
|
private |
Private contructor to prevent instantiation of a utility class.
Definition at line 50 of file IngestRunningCheck.java.
|
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).
optionsDlgTitle | The title for the options dialog used to confirm the iser's intentions. |
optionsDlgMessage | The message for the options dialog used to confirm the iser's intentions. |
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.AddImageAction.actionPerformed(), and org.sleuthkit.autopsy.core.Installer.closing().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.