Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults Class Reference

Inherits Observable.

Private Member Functions

void loadArtifacts ()
 

Private Attributes

final Map< String, Set< Long > > interestingItemsMap = new LinkedHashMap<>()
 

Detailed Description

Cache of result ids mapped by artifact type -> set name -> artifact id.

Definition at line 99 of file InterestingHits.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.loadArtifacts ( )
private

Member Data Documentation

final Map<String, Set<Long> > org.sleuthkit.autopsy.datamodel.InterestingHits.InterestingResults.interestingItemsMap = new LinkedHashMap<>()
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.