Autopsy  4.1
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.AbstractContentChildren< T >.CreateSleuthkitNodeVisitor Class Reference

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

Public Member Functions

visit (FileSystem fs)
 
visit (VolumeSystem vs)
 
visit (BlackboardArtifact ba)
 
visit (BlackboardArtifact.ARTIFACT_TYPE tw)
 
AbstractContentNode<?extends Contentvisit (Directory drctr)
 
AbstractContentNode<?extends Contentvisit (File file)
 
AbstractContentNode<?extends Contentvisit (Image image)
 
AbstractContentNode<?extends Contentvisit (Volume volume)
 
AbstractContentNode<?extends Contentvisit (LayoutFile lf)
 
AbstractContentNode<?extends Contentvisit (DerivedFile df)
 
AbstractContentNode<?extends Contentvisit (LocalFile lf)
 
AbstractContentNode<?extends Contentvisit (VirtualDirectory ld)
 
AbstractContentNode<?extends Contentvisit (SlackFile sf)
 

Protected Member Functions

AbstractContentNode<?extends ContentdefaultVisit (SleuthkitVisitableItem di)
 

Detailed Description

Creates appropriate Node for each sub-class of Content

Definition at line 71 of file AbstractContentChildren.java.

Member Function Documentation

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

Definition at line 119 of file AbstractContentChildren.java.

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

Definition at line 74 of file AbstractContentChildren.java.

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

Definition at line 79 of file AbstractContentChildren.java.

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

Definition at line 84 of file AbstractContentChildren.java.

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

Definition at line 89 of file AbstractContentChildren.java.

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

Definition at line 94 of file AbstractContentChildren.java.

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

Definition at line 99 of file AbstractContentChildren.java.

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

Definition at line 104 of file AbstractContentChildren.java.

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

Definition at line 109 of file AbstractContentChildren.java.

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

Definition at line 114 of file AbstractContentChildren.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.