Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Default< List< Content > >.
Public Member Functions | |
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 229 of file ViewContextAction.java.
|
protected |
Definition at line 234 of file ViewContextAction.java.
|
private |
Definition at line 265 of file ViewContextAction.java.
Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.visit().
List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.visit | ( | VolumeSystem | volumeSystem | ) |
Definition at line 246 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 256 of file ViewContextAction.java.
References org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.skipToParent().
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.