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

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"
 

Detailed Description

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.

Member Function Documentation

boolean org.sleuthkit.autopsy.apputils.ResetWindowsAction.asynchronous ( )

Definition at line 138 of file ResetWindowsAction.java.

static String org.sleuthkit.autopsy.apputils.ResetWindowsAction.getCaseToReopenFilePath ( )
static
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 ( )
void org.sleuthkit.autopsy.apputils.ResetWindowsAction.setEnabled ( boolean  value)

Set this action to be enabled/disabled

Parameters
valuewhether to enable this action or not

Definition at line 123 of file ResetWindowsAction.java.

Member Data Documentation

final String org.sleuthkit.autopsy.apputils.ResetWindowsAction.CASE_TO_REOPEN_FILE = "caseToOpen.txt"
staticprivate

Definition at line 56 of file ResetWindowsAction.java.

final String org.sleuthkit.autopsy.apputils.ResetWindowsAction.DISPLAY_NAME = Bundle.CTL_ResetWindowsAction()
staticprivate

Definition at line 52 of file ResetWindowsAction.java.

final Logger org.sleuthkit.autopsy.apputils.ResetWindowsAction.logger = Logger.getLogger(ResetWindowsAction.class.getName())
staticprivate

Definition at line 54 of file ResetWindowsAction.java.

final long org.sleuthkit.autopsy.apputils.ResetWindowsAction.serialVersionUID = 1L
staticprivate

Definition at line 53 of file ResetWindowsAction.java.

final String org.sleuthkit.autopsy.apputils.ResetWindowsAction.WINDOWS2LOCAL = "Windows2Local"
staticprivate

Definition at line 55 of file ResetWindowsAction.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.