Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
Classes | |
class | ArtifactFactory |
class | RootNode |
class | TypeFactory |
class | TypeNode |
Public Member Functions | |
ExtractedContent (SleuthkitCase skCase) | |
SleuthkitCase | getSleuthkitCase () |
Static Public Attributes | |
static final String | NAME = NbBundle.getMessage(RootNode.class, "ExtractedContentNode.name.text") |
Private Attributes | |
SleuthkitCase | skCase |
Parent of the "extracted content" artifacts to be displayed in the tree. Other artifacts are displayed under other more specific parents.
Definition at line 57 of file ExtractedContent.java.
org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent | ( | SleuthkitCase | skCase | ) |
Definition at line 62 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase | ( | ) |
Definition at line 71 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
|
static |
Definition at line 60 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
private |
Definition at line 59 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.