Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CallableSystemAction.
Public Member Functions | |
boolean | asynchronous () |
HelpCtx | getHelpCtx () |
String | getName () |
boolean | isEnabled () |
void | performAction () |
void | setEnabled (boolean value) |
Static Public Member Functions | |
static String | getCaseToReopenFilePath () |
Static Private Attributes | |
static final String | CASE_TO_REOPEN_FILE = "caseToOpen.txt" |
static final String | DISPLAY_NAME = Bundle.CTL_ResetWindowsAction() |
static final Logger | logger = Logger.getLogger(ResetWindowsAction.class.getName()) |
static final long | serialVersionUID = 1L |
static final String | WINDOWS2LOCAL = "Windows2Local" |
Class to open the Discovery dialog. Allows the user to run searches and see results in the DiscoveryTopComponent.
Definition at line 50 of file ResetWindowsAction.java.
boolean org.sleuthkit.autopsy.apputils.ResetWindowsAction.asynchronous | ( | ) |
Definition at line 138 of file ResetWindowsAction.java.
|
static |
Definition at line 112 of file ResetWindowsAction.java.
References org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserConfigDirectory().
Referenced by org.sleuthkit.autopsy.casemodule.StartupWindowProvider.init(), and org.sleuthkit.autopsy.apputils.ResetWindowsAction.performAction().
HelpCtx org.sleuthkit.autopsy.apputils.ResetWindowsAction.getHelpCtx | ( | ) |
Definition at line 133 of file ResetWindowsAction.java.
String org.sleuthkit.autopsy.apputils.ResetWindowsAction.getName | ( | ) |
Definition at line 128 of file ResetWindowsAction.java.
boolean org.sleuthkit.autopsy.apputils.ResetWindowsAction.isEnabled | ( | ) |
Definition at line 59 of file ResetWindowsAction.java.
void org.sleuthkit.autopsy.apputils.ResetWindowsAction.performAction | ( | ) |
Definition at line 72 of file ResetWindowsAction.java.
References org.sleuthkit.autopsy.casemodule.Case.closeCurrentCase(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.confirm(), org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.ERROR, org.sleuthkit.autopsy.apputils.ResetWindowsAction.getCaseToReopenFilePath(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), org.sleuthkit.autopsy.casemodule.CaseMetadata.getFilePath(), org.sleuthkit.autopsy.casemodule.Case.getMetadata(), org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserConfigDirectory(), org.sleuthkit.autopsy.casemodule.Case.isCaseOpen(), and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Message.show().
void org.sleuthkit.autopsy.apputils.ResetWindowsAction.setEnabled | ( | boolean | value | ) |
Set this action to be enabled/disabled
value | whether to enable this action or not |
Definition at line 123 of file ResetWindowsAction.java.
|
staticprivate |
Definition at line 56 of file ResetWindowsAction.java.
|
staticprivate |
Definition at line 52 of file ResetWindowsAction.java.
|
staticprivate |
Definition at line 54 of file ResetWindowsAction.java.
|
staticprivate |
Definition at line 53 of file ResetWindowsAction.java.
|
staticprivate |
Definition at line 55 of file ResetWindowsAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.