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

Inherits CallableSystemAction, and ActionListener.

Classes

class  ThreadDumper
 

Public Member Functions

HelpCtx getHelpCtx ()
 
String getName ()
 
void performAction ()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ThreadDumpAction.class.getName())
 
static final long serialVersionUID = 1L
 

Detailed Description

Action class for the Thread Dump help menu item. If there is no case open the dump file will be created in PlatformUtil.getLogDirectory() otherwise the file will be created in Case.getCurrentCase().getLogDirectoryPath()

Definition at line 55 of file ThreadDumpAction.java.

Member Function Documentation

HelpCtx org.sleuthkit.autopsy.actions.ThreadDumpAction.getHelpCtx ( )

Definition at line 71 of file ThreadDumpAction.java.

String org.sleuthkit.autopsy.actions.ThreadDumpAction.getName ( )

Definition at line 66 of file ThreadDumpAction.java.

void org.sleuthkit.autopsy.actions.ThreadDumpAction.performAction ( )

Definition at line 61 of file ThreadDumpAction.java.

Member Data Documentation

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

Definition at line 58 of file ThreadDumpAction.java.

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

Definition at line 57 of file ThreadDumpAction.java.


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

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