Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Private Member Functions | |
ZipFileStatusWrapper (AbstractFile file, ZipFileStatus status) | |
AbstractFile | getFile () |
ZipFileStatus | getStatus () |
void | setStatus (ZipFileStatus status) |
Private Attributes | |
final AbstractFile | abstractFile |
ZipFileStatus | zipStatus |
A class which wraps an AbstractFile and an enum identifing whether the file which exists in the case database is current
Definition at line 1268 of file SevenZipExtractor.java.
|
private |
Construct a ZipFileStatusWrapper to wrap the given AbstractFile and status
file | - The AbstractFile which exists in the case database |
status | - an indicator of if the file information is current |
Definition at line 1280 of file SevenZipExtractor.java.
|
private |
Get the AbstractFile contained in this object
Definition at line 1290 of file SevenZipExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.abstractFile.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.updateOrAddFileToCaseRec().
|
private |
Get whether the file should be skipped or updated
Definition at line 1299 of file SevenZipExtractor.java.
References org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.zipStatus.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.updateOrAddFileToCaseRec().
|
private |
Set the zipStatus of the file being wrapped when it changes
status | - an Enum value indicating if the file is current |
Definition at line 1308 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.updateOrAddFileToCaseRec().
|
private |
Definition at line 1270 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.getFile().
|
private |
Definition at line 1271 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.getStatus().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.