Autopsy  3.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

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)
 
visit (FileSystem fs)
 
visit (VolumeSystem vs)
 
visit (BlackboardArtifact ba)
 
visit (BlackboardArtifact.ARTIFACT_TYPE tw)
 

Protected Member Functions

AbstractContentNode<?extends ContentdefaultVisit (SleuthkitVisitableItem di)
 

Detailed Description

Creates appropriate Node for each sub-class of Content

Definition at line 69 of file AbstractContentChildren.java.

Member Function Documentation

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

Definition at line 112 of file AbstractContentChildren.java.

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

Definition at line 72 of file AbstractContentChildren.java.

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

Definition at line 77 of file AbstractContentChildren.java.

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

Definition at line 82 of file AbstractContentChildren.java.

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

Definition at line 87 of file AbstractContentChildren.java.

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

Definition at line 92 of file AbstractContentChildren.java.

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

Definition at line 97 of file AbstractContentChildren.java.

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

Definition at line 102 of file AbstractContentChildren.java.

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

Definition at line 107 of file AbstractContentChildren.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.