Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.GetInterestingItemSetNamesCallback Class Reference

Inherits CaseDbAccessQueryCallback.

Public Member Functions

Map< String, Long > getSetCountMap ()
 
void process (ResultSet rs)
 

Private Attributes

final Map< String, Long > setCounts = new HashMap<>()
 

Static Private Attributes

static final java.util.logging.Logger logger = java.util.logging.Logger.getLogger(GetInterestingItemSetNamesCallback.class.getName())
 

Detailed Description

Processes the result sets from the interesting item set name query.

Definition at line 1501 of file PortableCaseReportModule.java.

Member Function Documentation

Map<String, Long> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.GetInterestingItemSetNamesCallback.getSetCountMap ( )
void org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.GetInterestingItemSetNamesCallback.process ( ResultSet  rs)

Definition at line 1507 of file PortableCaseReportModule.java.

Member Data Documentation

final java.util.logging.Logger org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.GetInterestingItemSetNamesCallback.logger = java.util.logging.Logger.getLogger(GetInterestingItemSetNamesCallback.class.getName())
staticprivate

Definition at line 1503 of file PortableCaseReportModule.java.

final Map<String, Long> org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.GetInterestingItemSetNamesCallback.setCounts = new HashMap<>()
private

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

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