Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
A manager for keyword lists.
Definition at line 34 of file KeywordListsManager.java.
|
private |
Constructs a keyword lists manager.
Definition at line 42 of file KeywordListsManager.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getInstance().
|
static |
Gets the singleton instance of the keyword lists manager.
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.
Definition at line 70 of file KeywordListsManager.java.
KeywordList org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getList | ( | String | name | ) |
Get keyword list by name.
name | id of the list |
Definition at line 85 of file KeywordListsManager.java.
|
static |
Force reload of the keyword lists XML file.
Definition at line 92 of file KeywordListsManager.java.
|
staticprivate |
Definition at line 36 of file KeywordListsManager.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getInstance().
|
private |
Definition at line 37 of file KeywordListsManager.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.