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

Public Member Functions

List< KeywordgetKeywords ()
 

Private Attributes

Date created
 
Boolean isEditable
 
List< Keywordkeywords
 
Date modified
 
String name
 
Boolean postIngestMessages
 
Boolean useForIngest
 

Detailed Description

A list of keywords for which to search. Includes list creation and modification metadata and settings that determine how the list is to be used when ingesting a data source. Standard lists provided by Autopsy may be marked as not editable.

Definition at line 30 of file KeywordList.java.

Member Function Documentation

List<Keyword> org.sleuthkit.autopsy.keywordsearch.KeywordList.getKeywords ( )

Gets the keywords included in the list

Returns
A colleciton of Keyword objects.

Definition at line 170 of file KeywordList.java.

References org.sleuthkit.autopsy.keywordsearch.KeywordList.keywords.

Referenced by org.sleuthkit.autopsy.keywordsearch.IngestSearchRunner.Searcher.updateKeywords().

Member Data Documentation

Date org.sleuthkit.autopsy.keywordsearch.KeywordList.created
private

Definition at line 33 of file KeywordList.java.

Boolean org.sleuthkit.autopsy.keywordsearch.KeywordList.isEditable
private

Definition at line 38 of file KeywordList.java.

List<Keyword> org.sleuthkit.autopsy.keywordsearch.KeywordList.keywords
private
Date org.sleuthkit.autopsy.keywordsearch.KeywordList.modified
private

Definition at line 34 of file KeywordList.java.

String org.sleuthkit.autopsy.keywordsearch.KeywordList.name
private

Definition at line 32 of file KeywordList.java.

Boolean org.sleuthkit.autopsy.keywordsearch.KeywordList.postIngestMessages
private

Definition at line 36 of file KeywordList.java.

Boolean org.sleuthkit.autopsy.keywordsearch.KeywordList.useForIngest
private

Definition at line 35 of file KeywordList.java.


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

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