Autopsy  4.6.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 255 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 277 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 257 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-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.