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

Inherits org.sleuthkit.autopsy.casemodule.services.FileManager.FileAddProgressUpdater.

Public Member Functions

void fileAdded (final AbstractFile file)
 
void fileAdded (AbstractFile newFile)
 

Private Attributes

int count
 

Detailed Description

Updates task progress as the file manager adds the local/logical files and/or directories to the case database.

Definition at line 107 of file AddLocalFilesTask.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.AddLocalFilesTask.ProgressUpdater.fileAdded ( final AbstractFile  file)

Updates task progress (called by the file manager after it adds each local file/directory to the case database).

Definition at line 116 of file AddLocalFilesTask.java.

References org.sleuthkit.autopsy.casemodule.AddLocalFilesTask.ProgressUpdater.count.

void org.sleuthkit.autopsy.casemodule.services.FileManager.FileAddProgressUpdater.fileAdded ( AbstractFile  newFile)
inherited

Called after a file or directory is added to the case database.

Parameters
newFileAbstractFile representing the added file or directory.

Member Data Documentation

int org.sleuthkit.autopsy.casemodule.AddLocalFilesTask.ProgressUpdater.count
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Jun 13 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.