Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.DomainTokenizer.DomainCategory Class Reference

Inherits HashMap< String, DomainCategory >.

Private Member Functions

DomainCategory getOrAddChild (String childKey)
 

Detailed Description

This is a node in the trie. Children in the hashmap are identified by token. So for example, for a domain google.co.uk, the top level category would have an entry for "uk" linking to a domain category with "co".

Definition at line 43 of file DomainTokenizer.java.

Member Function Documentation

DomainCategory org.sleuthkit.autopsy.coreutils.DomainTokenizer.DomainCategory.getOrAddChild ( String  childKey)
private

Definition at line 45 of file DomainTokenizer.java.


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.