Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer Class Reference

Inherits SwingWorker< Object, Void >.

Protected Member Functions

Object doInBackground ()
 
void done ()
 

Private Attributes

ProgressHandle progress = null
 
HashDb hashDb = null
 

Detailed Description

Worker thread to make an index of a database

Definition at line 948 of file HashDbManager.java.

Member Function Documentation

Object org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.doInBackground ( )
protected
void org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.done ( )
protected

Member Data Documentation

HashDb org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.hashDb = null
private
ProgressHandle org.sleuthkit.autopsy.modules.hashdatabase.HashDbManager.HashDbIndexer.progress = null
private

Definition at line 950 of file HashDbManager.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.