Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.casemodule.services.FileManager.FileAddProgressUpdater Interface Reference

Inherited by org.sleuthkit.autopsy.casemodule.AddLocalFilesTask.ProgressUpdater, and org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.ProgressMonitorAdapter.

Public Member Functions

void fileAdded (AbstractFile newFile)
 

Detailed Description

Interface for receiving a notification for each file or directory added to the case database by a FileManager add files operation.

Definition at line 436 of file FileManager.java.

Member Function Documentation

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

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

Parameters
newFileAbstractFile representing the added file or directory.

Implemented in org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.ProgressMonitorAdapter.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.