|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.datamodel.ContentVisitor< class >.Default< List< Content > >.
Public Member Functions | |
| T | visit (Directory d) |
| T | visit (UnsupportedContent uc) |
| T | visit (File f) |
| T | visit (Report r) |
| T | visit (BlackboardArtifact ba) |
| T | visit (SlackFile sf) |
| T | visit (LayoutFile lf) |
| T | visit (DerivedFile df) |
| T | visit (LocalDirectory ld) |
| T | visit (OsAccount act) |
| T | visit (VirtualDirectory ld) |
| T | visit (Pool p) |
| T | visit (LocalFile lf) |
| T | visit (Image i) |
| T | visit (Volume v) |
| List< Content > | visit (VolumeSystem volumeSystem) |
| List< Content > | visit (FileSystem fileSystem) |
Protected Member Functions | |
| List< Content > | defaultVisit (Content content) |
Private Member Functions | |
| List< Content > | skipToParent (Content content) |
A ContentVisitor that returns a list of content objects by starting with a given content and following its chain of ancestors to the root content of the lineage.
Definition at line 463 of file ViewContextAction.java.
|
protected |
Definition at line 468 of file ViewContextAction.java.
References org::sleuthkit::datamodel::Content.accept(), and org::sleuthkit::datamodel::Content.getParent().
|
private |
Definition at line 499 of file ViewContextAction.java.
References org::sleuthkit::datamodel::Content.accept(), and org::sleuthkit::datamodel::Content.getParent().
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.visit().
| List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.visit | ( | VolumeSystem | volumeSystem | ) |
Definition at line 480 of file ViewContextAction.java.
References org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.skipToParent().
| List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.visit | ( | FileSystem | fileSystem | ) |
Definition at line 490 of file ViewContextAction.java.
References org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.skipToParent().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.