Autopsy  4.16.0
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 DateFormat DATE_FORMAT = new SimpleDateFormat("MM-dd-yyyy-HH-mm-ss-SSSS")
 
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 61 of file ThreadDumpAction.java.

Member Function Documentation

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

Definition at line 79 of file ThreadDumpAction.java.

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

Definition at line 74 of file ThreadDumpAction.java.

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

Definition at line 69 of file ThreadDumpAction.java.

Member Data Documentation

final DateFormat org.sleuthkit.autopsy.actions.ThreadDumpAction.DATE_FORMAT = new SimpleDateFormat("MM-dd-yyyy-HH-mm-ss-SSSS")
staticprivate

Definition at line 66 of file ThreadDumpAction.java.

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

Definition at line 64 of file ThreadDumpAction.java.

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

Definition at line 63 of file ThreadDumpAction.java.


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

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