Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.casemodule.services.FileManager.FileAddProgressUpdater.
Public Member Functions | |
void | fileAdded (final AbstractFile file) |
void | fileAdded (AbstractFile newFile) |
Private Attributes | |
int | count |
Updates task progress as the file manager adds the local/logical files and/or directories to the case database.
Definition at line 111 of file AddLocalFilesTask.java.
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 120 of file AddLocalFilesTask.java.
References org.sleuthkit.autopsy.casemodule.AddLocalFilesTask.ProgressUpdater.count.
|
inherited |
Called after a file or directory is added to the case database.
newFile | AbstractFile representing the added file or directory. |
Implemented in org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.ProgressMonitorAdapter.
|
private |
Definition at line 113 of file AddLocalFilesTask.java.
Referenced by org.sleuthkit.autopsy.casemodule.AddLocalFilesTask.ProgressUpdater.fileAdded().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.