Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.
Public Member Functions | |
Void | visit (File file) |
Void | visit (LayoutFile file) |
Void | visit (DerivedFile file) |
Void | visit (LocalFile file) |
Void | visit (SlackFile file) |
Void | visit (Directory dir) |
Void | visit (VirtualDirectory dir) |
Void | visit (LocalDirectory dir) |
Void | visitDir (AbstractFile dir) |
Static Public Member Functions | |
static< T, V > void | extract (Content cntnt, java.io.File dest, ProgressHandle progress, SwingWorker< T, V > worker) |
Protected Member Functions | |
Void | defaultVisit (Content content) |
ExtractFscContentVisitor< T, V > | getChildVisitor (File childFile, ProgressHandle progress, SwingWorker< T, V > worker) |
ExtractFscContentVisitor< T, V > | getChildVisitor (java.io.File childFile, ProgressHandle progress, SwingWorker< T, V > worker) |
Void | visitFile (Content file, String fileType) |
void | writeFile (Content file, File dest, ProgressHandle progress, SwingWorker< T, V > worker, boolean source) throws IOException |
void | writeFile (Content file, java.io.File dest, ProgressHandle progress, SwingWorker< T, V > worker, boolean source) throws IOException |
A file content extraction visitor that handles for the UI designed to handle file name conflicts by appending the object id to the file name.
Definition at line 279 of file ExtractActionHelper.java.
|
protectedinherited |
Definition at line 533 of file ContentUtils.java.
|
staticinherited |
Convenience method to make a new instance for given destination and extract given content
Definition at line 392 of file ContentUtils.java.
Referenced by org.sleuthkit.autopsy.report.modules.html.HTMLReport.saveContent().
|
protected |
Definition at line 329 of file ExtractActionHelper.java.
|
protectedinherited |
Returns a visitor to visit any child content.
childFile | The disk location where the content will be written. |
progress | progress bar handle to update, if available. null otherwise |
worker | the swing worker background thread the process runs within, or null, if in the main thread, used to handle task cancellation |
Definition at line 491 of file ContentUtils.java.
Referenced by org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitDir().
|
inherited |
Definition at line 436 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitFile().
|
inherited |
Definition at line 441 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitFile().
|
inherited |
Definition at line 446 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitFile().
|
inherited |
Definition at line 451 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitFile().
|
inherited |
Definition at line 456 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitFile().
|
inherited |
Definition at line 461 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitDir().
|
inherited |
Definition at line 466 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitDir().
|
inherited |
Definition at line 471 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitDir().
|
inherited |
Definition at line 495 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.getChildVisitor(), org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.getFsContentDest(), and org.sleuthkit.autopsy.datamodel.ContentUtils.isDotDirectory().
Referenced by org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visit().
|
protectedinherited |
Visits a TSK content file and writes that file to disk.
file | The file to be written. |
fileType | The file type (i.e. "derived file") for error logging. |
Definition at line 420 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.writeFile().
Referenced by org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visit().
|
protected |
Definition at line 314 of file ExtractActionHelper.java.
|
protectedinherited |
Base method writing a file to disk.
file | The TSK content file. |
dest | The disk location where the content will be written. |
progress | progress bar handle to update, if available. null otherwise |
worker | the swing worker background thread the process runs within, or null, if in the main thread, used to handle task cancellation |
source | true if source file |
IOException |
Definition at line 410 of file ContentUtils.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.writeToFile().
Referenced by org.sleuthkit.autopsy.datamodel.ContentUtils.ExtractFscContentVisitor< T, V >.visitFile().
Copyright © 2012-2022 Basis Technology. Generated on: Thu Jun 1 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.