Go to the documentation of this file.
19package org.sleuthkit.autopsy.keywordsearch;
30public class KeywordList {
96 KeywordList(List<Keyword>
keywords) {
97 this(
"",
new Date(0),
new Date(0),
false,
false,
keywords,
false);
114 Date getDateCreated() {
123 Date getDateModified() {
132 Boolean getUseForIngest() {
151 Boolean getIngestMessages() {
181 boolean hasKeyword(
Keyword keyword) {
192 boolean hasSearchTerm(String searchTerm) {
194 if (word.getSearchTerm().equals(searchTerm)) {
Boolean postIngestMessages
List< Keyword > getKeywords()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.