Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor Class Reference

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)
 

Detailed Description

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 283 of file ViewContextAction.java.

Member Function Documentation

List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.defaultVisit ( Content  content)
protected

Definition at line 288 of file ViewContextAction.java.

List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.skipToParent ( Content  content)
private
List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.visit ( VolumeSystem  volumeSystem)
List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.visit ( FileSystem  fileSystem)

The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Fri Mar 22 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.