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

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
 

Detailed Description

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.

Member Function Documentation

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 ( )
void org.sleuthkit.autopsy.actions.OpenOutputFolderAction.performAction ( )

Member Data Documentation

final Logger org.sleuthkit.autopsy.actions.OpenOutputFolderAction.logger = Logger.getLogger(OpenOutputFolderAction.class.getName())
staticprivate

Definition at line 54 of file OpenOutputFolderAction.java.

final long org.sleuthkit.autopsy.actions.OpenOutputFolderAction.serialVersionUID = 1L
staticprivate

Definition at line 53 of file OpenOutputFolderAction.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.