Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.KeywordListsManager Class Reference

Inherits Observable.

Public Member Functions

List< String > getKeywordListNames ()
 
KeywordList getList (String name)
 

Static Public Member Functions

static synchronized KeywordListsManager getInstance ()
 
static void reloadKeywordLists ()
 

Private Member Functions

 KeywordListsManager ()
 

Private Attributes

final PropertyChangeListener listsChangeListener
 

Static Private Attributes

static KeywordListsManager instance
 

Detailed Description

A manager for keyword lists.

Definition at line 34 of file KeywordListsManager.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.KeywordListsManager ( )
private

Constructs a keyword lists manager.

Definition at line 42 of file KeywordListsManager.java.

Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getInstance().

Member Function Documentation

static synchronized KeywordListsManager org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getInstance ( )
static

Gets the singleton instance of the keyword lists manager.

Returns
an instance of KeywordListsManager.

Definition at line 58 of file KeywordListsManager.java.

References org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.instance, and org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.KeywordListsManager().

List<String> org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getKeywordListNames ( )

Gets the names of the configured keyword lists.

Returns
The name strings.

Definition at line 70 of file KeywordListsManager.java.

KeywordList org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getList ( String  name)

Get keyword list by name.

Parameters
nameid of the list
Returns
keyword list representation, null if no list by that name

Definition at line 85 of file KeywordListsManager.java.

static void org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.reloadKeywordLists ( )
static

Force reload of the keyword lists XML file.

Definition at line 92 of file KeywordListsManager.java.

Member Data Documentation

KeywordListsManager org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.instance
staticprivate
final PropertyChangeListener org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.listsChangeListener
private

Definition at line 37 of file KeywordListsManager.java.


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

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