Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Attributes | List of all members
org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.ItemEntry< T > Class Template Reference

Private Attributes

final String itemName
 
final Function< T, String > valueRetriever
 

Detailed Description

Describes a key value pair for an item of type T where the key is the field name to display and the value is retrieved from item of type T using a provided Function<T, string>.

Parameters
<T>The item type.

Definition at line 94 of file AnnotationsContentViewer.java.

Member Data Documentation

Definition at line 96 of file AnnotationsContentViewer.java.

final Function<T, String> org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.ItemEntry< T >.valueRetriever
private

Definition at line 97 of file AnnotationsContentViewer.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.