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

Inherits org.sleuthkit.autopsy.datamodel.StringContent.

Public Member Functions

 ArtifactStringContent (BlackboardArtifact art)
 
String getString ()
 

Static Private Member Functions

static Content getAssociatedContent (BlackboardArtifact artifact)
 
static TimeZone getTimeZone (BlackboardArtifact artifact)
 

Private Attributes

String stringContent = ""
 

Static Private Attributes

static SimpleDateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
 

Detailed Description

StringContent object for a blackboard artifact, that can be looked up and used to display text for the DataContent viewers. Displays values in artifact in HTML. Note that it has no style associated with it and assumes that the pane showing the HTML has styles set (such as with HTMLEditorKit).

Definition at line 41 of file ArtifactStringContent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.ArtifactStringContent.ArtifactStringContent ( BlackboardArtifact  art)

Definition at line 48 of file ArtifactStringContent.java.

Member Function Documentation

static Content org.sleuthkit.autopsy.datamodel.ArtifactStringContent.getAssociatedContent ( BlackboardArtifact  artifact)
staticprivate
String org.sleuthkit.autopsy.datamodel.ArtifactStringContent.getString ( )
static TimeZone org.sleuthkit.autopsy.datamodel.ArtifactStringContent.getTimeZone ( BlackboardArtifact  artifact)
staticprivate

Member Data Documentation

SimpleDateFormat org.sleuthkit.autopsy.datamodel.ArtifactStringContent.dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
staticprivate

Definition at line 46 of file ArtifactStringContent.java.

String org.sleuthkit.autopsy.datamodel.ArtifactStringContent.stringContent = ""
private

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.