Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
boolean | equals (Object obj) |
String | getSearchTerm () |
int | hashCode () |
boolean | searchTermIsLiteral () |
boolean | searchTermIsWholeWord () |
String | toString () |
Private Attributes | |
BlackboardAttribute.ATTRIBUTE_TYPE | artifactAtrributeType |
boolean | isLiteral |
boolean | isWholeWord |
final String | listName |
final String | originalTerm |
String | searchTerm |
A representation of a keyword for which to search. The search term for the keyword may be either a literal term, to be treated as either a whole word or a substring, or a regex.
It is currently possible to optionally associate an artifact attribute type with a keyword. This feature was added to support an initial implementation of account number search and may be removed in the future.
Definition at line 34 of file Keyword.java.
boolean org.sleuthkit.autopsy.keywordsearch.Keyword.equals | ( | Object | obj | ) |
String org.sleuthkit.autopsy.keywordsearch.Keyword.getSearchTerm | ( | ) |
Gets the search term for the keyword, which may be either a literal term or a regex.
Definition at line 126 of file Keyword.java.
References org.sleuthkit.autopsy.keywordsearch.Keyword.searchTerm.
Referenced by org.sleuthkit.autopsy.keywordsearch.Keyword.equals(), and org.sleuthkit.autopsy.keywordsearch.GlobalEditListPanel.KeywordTableModel.getValueAt().
int org.sleuthkit.autopsy.keywordsearch.Keyword.hashCode | ( | ) |
Definition at line 211 of file Keyword.java.
boolean org.sleuthkit.autopsy.keywordsearch.Keyword.searchTermIsLiteral | ( | ) |
Indicates whether the search term for the keyword is a literal term or a regex.
Definition at line 136 of file Keyword.java.
References org.sleuthkit.autopsy.keywordsearch.Keyword.isLiteral.
Referenced by org.sleuthkit.autopsy.keywordsearch.Keyword.equals().
boolean org.sleuthkit.autopsy.keywordsearch.Keyword.searchTermIsWholeWord | ( | ) |
Indicates whether or not the search term for the keyword, if it is a literal term and not a regex, will be treated as a whole word or as a substring.
Definition at line 147 of file Keyword.java.
References org.sleuthkit.autopsy.keywordsearch.Keyword.isWholeWord.
Referenced by org.sleuthkit.autopsy.keywordsearch.Keyword.equals().
String org.sleuthkit.autopsy.keywordsearch.Keyword.toString | ( | ) |
Definition at line 190 of file Keyword.java.
|
private |
Definition at line 39 of file Keyword.java.
|
private |
Definition at line 37 of file Keyword.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.Keyword.searchTermIsLiteral().
|
private |
Definition at line 38 of file Keyword.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.Keyword.searchTermIsWholeWord().
|
private |
Definition at line 40 of file Keyword.java.
|
private |
Definition at line 46 of file Keyword.java.
|
private |
Definition at line 36 of file Keyword.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.Keyword.getSearchTerm().
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.