Autopsy
4.7.0
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 () |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(OpenOutputFolderAction.class.getName()) |
static final long | serialVersionUID = 1L |
The action associated with the Tools/Open Output Folder menu item. It opens a file explorer window for the root output directory for the currently open case. If the case is a single-user case, this is the case directory. If the case is a multi-user case, this is a subdirectory of the case directory specific to the host machine.
This action should only be invoked in the event dispatch thread (EDT).
Definition at line 51 of file OpenOutputFolderAction.java.
boolean org.sleuthkit.autopsy.actions.OpenOutputFolderAction.asynchronous | ( | ) |
Definition at line 93 of file OpenOutputFolderAction.java.
HelpCtx org.sleuthkit.autopsy.actions.OpenOutputFolderAction.getHelpCtx | ( | ) |
Definition at line 88 of file OpenOutputFolderAction.java.
String org.sleuthkit.autopsy.actions.OpenOutputFolderAction.getName | ( | ) |
Definition at line 98 of file OpenOutputFolderAction.java.
boolean org.sleuthkit.autopsy.actions.OpenOutputFolderAction.isEnabled | ( | ) |
Definition at line 83 of file OpenOutputFolderAction.java.
References org.sleuthkit.autopsy.casemodule.Case.isCaseOpen().
void org.sleuthkit.autopsy.actions.OpenOutputFolderAction.performAction | ( | ) |
Definition at line 57 of file OpenOutputFolderAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getOutputDirectory(), and org.sleuthkit.autopsy.casemodule.Case.open().
|
staticprivate |
Definition at line 54 of file OpenOutputFolderAction.java.
|
staticprivate |
Definition at line 53 of file OpenOutputFolderAction.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.