Autopsy  4.19.2
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.TskContentItem< T extends Content > Class Template Reference

Public Member Functions

Content getSourceContent () throws TskCoreException
 
getTskContent ()
 

Private Attributes

final T content
 

Detailed Description

An Autopsy Data Model item with an underlying Sleuth Kit Data Model object that implements the Sleuth Kit Data Model's Content interface.

Parameters
<T>The type of the underlying Sleuth Kit Data Model object.

Definition at line 32 of file TskContentItem.java.

Member Function Documentation

Content org.sleuthkit.autopsy.datamodel.TskContentItem< T extends Content >.getSourceContent ( ) throws TskCoreException

Definition at line 60 of file TskContentItem.java.

T org.sleuthkit.autopsy.datamodel.TskContentItem< T extends Content >.getTskContent ( )

Gets the underlying Sleuth Kit Data Model object.

Returns
The Sleuth Kit Data Model object.

Definition at line 55 of file TskContentItem.java.

Referenced by org.sleuthkit.autopsy.contentviewers.analysisresults.AnalysisResultsContentViewer.isSupported().

Member Data Documentation

final T org.sleuthkit.autopsy.datamodel.TskContentItem< T extends Content >.content
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Tue Feb 22 2022
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.