Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.StringContent.
Public Member Functions | |
ArtifactStringContent (BlackboardArtifact artifact) | |
String | getString () |
Private Member Functions | |
String | escapeHtmlString (String str) |
String | makeTableRow (String type, String value, String source) |
Private Attributes | |
final BlackboardArtifact | artifact |
String | stringContent = "" |
Static Private Attributes | |
static final SimpleDateFormat | dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss") |
static final Logger | logger = Logger.getLogger(ArtifactStringContent.class.getName()) |
An HTML representation of an artifact. The representation is plain vanilla HTML, so any styling needs to be supplied by the display mechansim. For example, GUI components such as content viewers might use HTMLEditorKit to add styling.
Definition at line 41 of file ArtifactStringContent.java.
org.sleuthkit.autopsy.datamodel.ArtifactStringContent.ArtifactStringContent | ( | BlackboardArtifact | artifact | ) |
Constructs an HTML representation of an artifact. The representation is plain vanilla HTML, so any styling needs to be supplied by the display mechansim. For example, GUI components such as content viewers might use HTMLEditorKit to add styling.
artifact | The artifact to be represented as HTML. |
Definition at line 56 of file ArtifactStringContent.java.
References org.sleuthkit.autopsy.datamodel.ArtifactStringContent.artifact.
|
private |
Definition at line 188 of file ArtifactStringContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ArtifactStringContent.makeTableRow().
String org.sleuthkit.autopsy.datamodel.ArtifactStringContent.getString | ( | ) |
Gets the HTML representation of the artifact.
Implements org.sleuthkit.autopsy.datamodel.StringContent.
Definition at line 73 of file ArtifactStringContent.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils.getTimeZone(), org.sleuthkit.autopsy.datamodel.ArtifactStringContent.makeTableRow(), and org.sleuthkit.autopsy.datamodel.ArtifactStringContent.stringContent.
|
private |
Make a row in the result table
type | String for column1 (Type of attribute)) |
value | String for column2 (value of attribute) |
source | Column 3 (attribute source) |
Definition at line 203 of file ArtifactStringContent.java.
References org.sleuthkit.autopsy.datamodel.ArtifactStringContent.escapeHtmlString().
Referenced by org.sleuthkit.autopsy.datamodel.ArtifactStringContent.getString().
|
private |
Definition at line 45 of file ArtifactStringContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ArtifactStringContent.ArtifactStringContent().
|
staticprivate |
Definition at line 43 of file ArtifactStringContent.java.
|
staticprivate |
Definition at line 44 of file ArtifactStringContent.java.
|
private |
Definition at line 46 of file ArtifactStringContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ArtifactStringContent.getString().
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.