Autopsy
4.1
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 107 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 116 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. |
|
private |
Definition at line 109 of file AddLocalFilesTask.java.
Referenced by org.sleuthkit.autopsy.casemodule.AddLocalFilesTask.ProgressUpdater.fileAdded().
Copyright © 2012-2016 Basis Technology. Generated on: Tue Oct 25 2016
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.