Go to the documentation of this file.
6package org.sleuthkit.autopsy.actions;
8import org.openide.DialogDescriptor;
9import org.openide.DialogDisplayer;
10import org.openide.NotifyDescriptor;
11import org.sleuthkit.autopsy.ingest.IngestManager;
34 NotifyDescriptor descriptor =
new NotifyDescriptor.Confirmation(
37 NotifyDescriptor.YES_NO_OPTION,
38 NotifyDescriptor.WARNING_MESSAGE);
39 descriptor.setValue(NotifyDescriptor.NO_OPTION);
40 Object response = DialogDisplayer.getDefault().notify(descriptor);
41 return (DialogDescriptor.YES_OPTION == response);
static boolean checkAndConfirmProceed(String optionsDlgTitle, String optionsDlgMessage)
static synchronized IngestManager getInstance()
boolean isIngestRunning()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.