Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.StringContent.
Inherited by org.sleuthkit.autopsy.keywordsearch.AdHocSearchChildFactory.KeywordHitKey.
Public Member Functions | |
KeyValue (String name, Map< String, Object > map, int id) | |
KeyValue (String name, int id) | |
void | addMap (Map< String, Object > inMap) |
int | getId () |
Map< String, Object > | getMap () |
String | getName () |
String | getString () |
An object that holds a map of keys and values. Also has a default StringContent implementation so that the string viewer can show it's content.
Definition at line 27 of file KeyValue.java.
org.sleuthkit.autopsy.datamodel.KeyValue.KeyValue | ( | String | name, |
Map< String, Object > | map, | ||
int | id | ||
) |
name | name of the key value object that the key/value map is associated with |
map | Key to value map. Must iterate it keys and values in a consistent order (use of LinkedHashMap is recommended) |
id | Caller-defined ID. Can represent the type of the thing. |
Definition at line 40 of file KeyValue.java.
org.sleuthkit.autopsy.datamodel.KeyValue.KeyValue | ( | String | name, |
int | id | ||
) |
name | name of the key value object that the key/value map is associated with |
id | Caller-defined ID. Can represent the type of the thing. |
Definition at line 51 of file KeyValue.java.
void org.sleuthkit.autopsy.datamodel.KeyValue.addMap | ( | Map< String, Object > | inMap | ) |
Add a map to an already defined object.
inMap | Key/value map |
Definition at line 74 of file KeyValue.java.
int org.sleuthkit.autopsy.datamodel.KeyValue.getId | ( | ) |
Definition at line 57 of file KeyValue.java.
Map<String, Object> org.sleuthkit.autopsy.datamodel.KeyValue.getMap | ( | ) |
Definition at line 61 of file KeyValue.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeyValueNode.createSheet().
String org.sleuthkit.autopsy.datamodel.KeyValue.getName | ( | ) |
Definition at line 65 of file KeyValue.java.
Referenced by org.sleuthkit.autopsy.datamodel.KeyValueNode.createSheet(), and org.sleuthkit.autopsy.datamodel.KeyValueNode.KeyValueNode().
String org.sleuthkit.autopsy.datamodel.KeyValue.getString | ( | ) |
Implements org.sleuthkit.autopsy.datamodel.StringContent.
Definition at line 79 of file KeyValue.java.
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.