Autopsy  4.14.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 Default< AbstractContentNode<?extends Content > >.

Public Member Functions

AbstractContentNode<?extends Content > visit (Directory drctr)
 
AbstractContentNode<?extends Content > visit (File file)
 
AbstractContentNode<?extends Content > visit (Image image)
 
AbstractContentNode<?extends Content > visit (Volume volume)
 
AbstractContentNode<?extends Content > visit (Pool pool)
 
AbstractContentNode<?extends Content > visit (LayoutFile lf)
 
AbstractContentNode<?extends Content > visit (DerivedFile df)
 
AbstractContentNode<?extends Content > visit (LocalFile lf)
 
AbstractContentNode<?extends Content > visit (VirtualDirectory ld)
 
AbstractContentNode<?extends Content > visit (LocalDirectory ld)
 
AbstractContentNode<?extends Content > visit (SlackFile sf)
 
AbstractContentNode<?extends Content > visit (BlackboardArtifact art)
 

Protected Member Functions

AbstractContentNode<?extends Content > defaultVisit (SleuthkitVisitableItem di)
 

Detailed Description

Creates appropriate Node for each sub-class of Content

Definition at line 41 of file CreateSleuthkitNodeVisitor.java.

Member Function Documentation

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

Definition at line 104 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 44 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 49 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 54 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 59 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 64 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 69 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 74 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 79 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 84 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 89 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 94 of file CreateSleuthkitNodeVisitor.java.

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

Definition at line 99 of file CreateSleuthkitNodeVisitor.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.