Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 (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) |
Creates appropriate Node for each sub-class of Content
Definition at line 40 of file CreateSleuthkitNodeVisitor.java.
|
protected |
Definition at line 98 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | Directory | drctr | ) |
Definition at line 43 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | File | file | ) |
Definition at line 48 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | Image | image | ) |
Definition at line 53 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | Volume | volume | ) |
Definition at line 58 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | LayoutFile | lf | ) |
Definition at line 63 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | DerivedFile | df | ) |
Definition at line 68 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | LocalFile | lf | ) |
Definition at line 73 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | VirtualDirectory | ld | ) |
Definition at line 78 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | LocalDirectory | ld | ) |
Definition at line 83 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | SlackFile | sf | ) |
Definition at line 88 of file CreateSleuthkitNodeVisitor.java.
AbstractContentNode<? extends Content> org.sleuthkit.autopsy.datamodel.CreateSleuthkitNodeVisitor.visit | ( | BlackboardArtifact | art | ) |
Definition at line 93 of file CreateSleuthkitNodeVisitor.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.