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

Private Member Functions

void update ()
 

Private Attributes

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

Detailed Description

Tracks the account types and the number of account types found.

Definition at line 262 of file Accounts.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeResults.update ( )
private

Queries the database and updates the counts for each account type.

Definition at line 291 of file Accounts.java.

References org.sleuthkit.autopsy.datamodel.accounts.Accounts.getFilterByDataSourceClause().

Member Data Documentation

final Map<String, Long> org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeResults.counts = new HashMap<>()
private

Definition at line 263 of file Accounts.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.