Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.ExtractedContent Class Reference

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
 

Detailed Description

Parent of the "extracted content" artifacts to be displayed in the tree. Other artifacts are displayed under other more specific parents.

Definition at line 55 of file ExtractedContent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent ( SleuthkitCase  skCase)

Member Function Documentation

SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase ( )

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.ExtractedContent.NAME = NbBundle.getMessage(RootNode.class, "ExtractedContentNode.name.text")
static
SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase
private

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.