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

Inherits SwingWorker< File, Void >.

Protected Member Functions

File doInBackground () throws Exception
 
void done ()
 

Private Member Functions

Path createFilePath ()
 
File createThreadDump () throws IOException
 

Detailed Description

SwingWorker to that will create the thread dump file. Once the file is created it will be opened in an external viewer.

Definition at line 79 of file ThreadDumpAction.java.

Member Function Documentation

Path org.sleuthkit.autopsy.actions.ThreadDumpAction.ThreadDumper.createFilePath ( )
private
File org.sleuthkit.autopsy.actions.ThreadDumpAction.ThreadDumper.createThreadDump ( ) throws IOException
private

Create the thread dump file.

Exceptions
IOException

Definition at line 108 of file ThreadDumpAction.java.

References org.sleuthkit.autopsy.coreutils.ThreadUtils.generateThreadDump().

File org.sleuthkit.autopsy.actions.ThreadDumpAction.ThreadDumper.doInBackground ( ) throws Exception
protected

Definition at line 82 of file ThreadDumpAction.java.

void org.sleuthkit.autopsy.actions.ThreadDumpAction.ThreadDumper.done ( )
protected

Definition at line 87 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.