Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
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.
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.
|
staticprivate |
Definition at line 58 of file ThreadDumpAction.java.
|
staticprivate |
Definition at line 57 of file ThreadDumpAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Sat Apr 1 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.