Autopsy  4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | List of all members
org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor Class Reference

Inherits org.sleuthkit.datamodel.SleuthkitItemVisitor< class >.Default< AbstractContentNode<?extends Content > >.

Public Member Functions

visit (FileSystem fs)
 
visit (OsAccount account)
 
visit (VolumeSystem vs)
 
visit (BlackboardArtifact.ARTIFACT_TYPE tw)
 
visit (Report report)
 
AbstractContentNode<?extends Contentvisit (Directory drctr)
 
AbstractContentNode<?extends Contentvisit (File file)
 
AbstractContentNode<?extends Contentvisit (Image image)
 
AbstractContentNode<?extends Contentvisit (Volume volume)
 
AbstractContentNode<?extends Contentvisit (Pool pool)
 
AbstractContentNode<?extends Contentvisit (LayoutFile lf)
 
AbstractContentNode<?extends Contentvisit (DerivedFile df)
 
AbstractContentNode<?extends Contentvisit (LocalFile lf)
 
AbstractContentNode<?extends Contentvisit (VirtualDirectory ld)
 
AbstractContentNode<?extends Contentvisit (LocalDirectory ld)
 
AbstractContentNode<?extends Contentvisit (SlackFile sf)
 
AbstractContentNode<?extends Contentvisit (BlackboardArtifact art)
 
AbstractContentNode<?extends Contentvisit (UnsupportedContent uc)
 
AbstractContentNode<?extends Contentvisit (LocalFilesDataSource ld)
 

Protected Member Functions

AbstractContentNode<?extends ContentdefaultVisit (SleuthkitVisitableItem di)
 

Detailed Description

Creates appropriate Node for each sub-class of Content

Definition at line 43 of file CreateSleuthkitNodeVisitor.java.

Member Function Documentation

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.defaultVisit ( SleuthkitVisitableItem  di)
protected

Definition at line 111 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( Directory  drctr)

Definition at line 46 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( File  file)

Definition at line 51 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( Image  image)

Definition at line 56 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( Volume  volume)

Definition at line 61 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( Pool  pool)

Definition at line 66 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( LayoutFile  lf)

Definition at line 71 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( DerivedFile  df)

Definition at line 76 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( LocalFile  lf)

Definition at line 81 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( VirtualDirectory  ld)

Definition at line 86 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( LocalDirectory  ld)

Definition at line 91 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( SlackFile  sf)

Definition at line 96 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( BlackboardArtifact  art)

Definition at line 101 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( UnsupportedContent  uc)

Definition at line 106 of file CreateSleuthkitNodeVisitor.java.

AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit ( LocalFilesDataSource  ld)

Definition at line 117 of file CreateSleuthkitNodeVisitor.java.


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.