Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Observable.
Public Member Functions | |
List< String > | getKeywordListNames () |
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 56 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 68 of file KeywordListsManager.java.
|
static |
Force reload of the keyword lists XML file.
Definition at line 79 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-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.