Autopsy  3.1
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 ()
 

Static Public Member Functions

static synchronized KeywordListsManager getInstance ()
 

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
List<String> org.sleuthkit.autopsy.keywordsearch.KeywordListsManager.getKeywordListNames ( )

Gets the names of the configured keyword lists.

Returns
The name strings.

Definition at line 68 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-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.