Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Runnable.
Public Member Functions | |
void | run () |
Private Member Functions | |
void | checkIfCancelled () throws InterruptedException |
List< Image > | getImages () |
void | openFileSystems (List< Image > images) throws TskCoreException, InterruptedException |
Private Attributes | |
final String | caseName |
final long | MAX_IMAGE_THRESHOLD = 100 |
final ProgressIndicator | progressIndicator |
final SleuthkitCase | tskCase |
This task opens all the filesystems of all images in the case in the background. It also responds to cancellation events.
|
private |
Checks if thread has been cancelled and throws an InterruptedException if it has.
InterruptedException | The exception thrown if the operation has been cancelled. |
Definition at line 2087 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.openFileSystems(), and org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.run().
|
private |
Retrieves all images present in the sleuthkit case.
Definition at line 2098 of file Case.java.
References org.sleuthkit.autopsy.progress.ProgressIndicator.progress().
Referenced by org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.run().
|
private |
Opens all file systems in the list of images provided.
images | The images whose file systems will be opened. |
CaseActionCancelledException | The exception thrown in the event that the operation is cancelled prior to completion. |
Definition at line 2121 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.checkIfCancelled(), and org.sleuthkit.autopsy.progress.ProgressIndicator.progress().
Referenced by org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.run().
void org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.run | ( | ) |
Definition at line 2140 of file Case.java.
References org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.checkIfCancelled(), org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.getImages(), org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.MAX_IMAGE_THRESHOLD, and org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.openFileSystems().
|
private |
|
private |
Definition at line 2063 of file Case.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.BackgroundOpenFileSystemsTask.run().
|
private |
|
private |
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.