Autopsy
4.12.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 1504 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 1516 of file SevenZipExtractor.java.
|
private |
Get the AbstractFile contained in this object
Definition at line 1526 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 1535 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 1544 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.UnpackedTree.updateOrAddFileToCaseRec().
|
private |
Definition at line 1506 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.getFile().
|
private |
Definition at line 1507 of file SevenZipExtractor.java.
Referenced by org.sleuthkit.autopsy.modules.embeddedfileextractor.SevenZipExtractor.ZipFileStatusWrapper.getStatus().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.