Autopsy  4.5.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.OpenLogFolderAction Class Reference

Inherits ActionListener.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Static Private Attributes

static final Logger logger = Logger.getLogger(OpenLogFolderAction.class.getName())
 

Detailed Description

The action associated with the Help/Open Log Folder menu item. It opens a file explorer window for either the log subdirectory for the currently open case, or the log subdirectory of the user directory, if there is no current case.

This action should only be invoked in the event dispatch thread (EDT).

Definition at line 48 of file OpenLogFolderAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.OpenLogFolderAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

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

Definition at line 50 of file OpenLogFolderAction.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.