Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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", Locale.US) |
String[][] | rowData = null |
Static Private Attributes | |
static final String | INDENT_RIGHT = " " |
static final String | NEW_LINE = "\n" |
This class is a container to hold the data necessary for the artifact being viewed.
Definition at line 307 of file DefaultTableArtifactContentViewer.java.
|
private |
Definition at line 331 of file DefaultTableArtifactContentViewer.java.
References org::sleuthkit::datamodel::BlackboardArtifact.getArtifactID(), org::sleuthkit::datamodel::BlackboardArtifact.getAttributes(), org.sleuthkit.autopsy.coreutils.TimeZoneUtils.getFormattedTime(), org::sleuthkit::datamodel::BlackboardArtifact.getObjectID(), and org::sleuthkit::datamodel::Content.getUniquePath().
|
private |
Converts the given JSON element into string and appends to the given string builder.
jsonKey | |
jsonElement | |
startIndent | Starting indentation for the element. |
sb | String builder to append to. |
Definition at line 461 of file DefaultTableArtifactContentViewer.java.
References org.sleuthkit.autopsy.coreutils.TimeZoneUtils.getFormattedTime().
|
private |
Definition at line 327 of file DefaultTableArtifactContentViewer.java.
Referenced by org.sleuthkit.autopsy.contentviewers.artifactviewers.DefaultTableArtifactContentViewer.updateView().
|
private |
Recursively converts a JSON element into an indented multi-line display string.
element | JSON element to convert |
startIndent | Starting indentation for the element. |
Definition at line 412 of file DefaultTableArtifactContentViewer.java.
|
private |
Definition at line 311 of file DefaultTableArtifactContentViewer.java.
|
private |
Definition at line 312 of file DefaultTableArtifactContentViewer.java.
|
private |
Definition at line 309 of file DefaultTableArtifactContentViewer.java.
|
staticprivate |
Definition at line 400 of file DefaultTableArtifactContentViewer.java.
|
staticprivate |
Definition at line 401 of file DefaultTableArtifactContentViewer.java.
|
private |
Definition at line 310 of file DefaultTableArtifactContentViewer.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.