Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact Class Reference

Private Member Functions

void addRows (BlackboardArtifact artifact)
 
void appendJsonElementToString (String jsonKey, JsonElement jsonElement, String startIndent, StringBuilder sb)
 
String[][] getRows ()
 
String toJsonDisplayString (JsonElement element, String startIndent)
 

Private Attributes

final String artifactDisplayName
 
final Content content
 
final SimpleDateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
 
String[][] rowData = null
 

Static Private Attributes

static final String INDENT_RIGHT = " "
 
static final String NEW_LINE = "\n"
 

Detailed Description

This class is a container to hold the data necessary for each of the result pages associated with file or artifact beivng viewed.

Definition at line 507 of file DataContentViewerArtifact.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.addRows ( BlackboardArtifact  artifact)
private
void org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.appendJsonElementToString ( String  jsonKey,
JsonElement  jsonElement,
String  startIndent,
StringBuilder  sb 
)
private

Converts the given JSON element into string and appends to the given string builder.

Parameters
jsonKey
jsonElement
startIndentStarting indentation for the element.
sbString builder to append to.

Definition at line 642 of file DataContentViewerArtifact.java.

String [][] org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.getRows ( )
private
String org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.toJsonDisplayString ( JsonElement  element,
String  startIndent 
)
private

Recursively converts a JSON element into an indented multi-line display string.

Parameters
elementJSON element to convert
startIndentStarting indentation for the element.
Returns
A multi-line display string.

Definition at line 617 of file DataContentViewerArtifact.java.

Member Data Documentation

final String org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.artifactDisplayName
private

Definition at line 511 of file DataContentViewerArtifact.java.

final Content org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.content
private

Definition at line 512 of file DataContentViewerArtifact.java.

final SimpleDateFormat org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.dateFormatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
private

Definition at line 509 of file DataContentViewerArtifact.java.

final String org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.INDENT_RIGHT = " "
staticprivate

Definition at line 605 of file DataContentViewerArtifact.java.

final String org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.NEW_LINE = "\n"
staticprivate

Definition at line 606 of file DataContentViewerArtifact.java.

String [][] org.sleuthkit.autopsy.corecomponents.DataContentViewerArtifact.ResultsTableArtifact.rowData = null
private

Definition at line 510 of file DataContentViewerArtifact.java.


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

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.