Autopsy  4.21.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 org.sleuthkit.datamodel.ContentVisitor< class >.Default< List< Content > >.

Public Member Functions

visit (Directory d)
 
visit (UnsupportedContent uc)
 
visit (File f)
 
visit (Report r)
 
visit (BlackboardArtifact ba)
 
visit (SlackFile sf)
 
visit (LayoutFile lf)
 
visit (DerivedFile df)
 
visit (LocalDirectory ld)
 
visit (OsAccount act)
 
visit (VirtualDirectory ld)
 
visit (Pool p)
 
visit (LocalFile lf)
 
visit (Image i)
 
visit (Volume v)
 
List< Contentvisit (VolumeSystem volumeSystem)
 
List< Contentvisit (FileSystem fileSystem)
 

Protected Member Functions

List< ContentdefaultVisit (Content content)
 

Private Member Functions

List< ContentskipToParent (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 463 of file ViewContextAction.java.

Member Function Documentation

List<Content> org.sleuthkit.autopsy.directorytree.ViewContextAction.AncestorVisitor.defaultVisit ( Content  content)
protected
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-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.