Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater Class Reference

Inherits Runnable.

Public Member Functions

void run ()
 

Private Attributes

final DataSourceProcessorProgressMonitor progressMonitor
 
final SleuthkitJNI.CaseDbHandle.AddImageProcess tskAddImageProcess
 

Detailed Description

A Runnable that updates the progress monitor with the name of the directory currently being processed by the SleuthKit add image process.

Definition at line 308 of file AddImageTask.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater.run ( )

Updates the progress monitor with the name of the directory currently being processed by the SleuthKit add image process.

Definition at line 330 of file AddImageTask.java.

References org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressText(), and org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater.tskAddImageProcess.

Member Data Documentation

final DataSourceProcessorProgressMonitor org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater.progressMonitor
private

Definition at line 310 of file AddImageTask.java.

final SleuthkitJNI.CaseDbHandle.AddImageProcess org.sleuthkit.autopsy.casemodule.AddImageTask.ProgressUpdater.tskAddImageProcess
private

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

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