Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings.
Public Member Functions | |
long | getVersionNumber () |
boolean | isOCREnabled () |
void | setOCREnabled (boolean ocrEnabled) |
Private Member Functions | |
void | upgradeFromOlderVersions () |
Private Attributes | |
boolean | indexToSolr |
Boolean | limitedOCREnabled |
HashSet< String > | namesOfDisabledKeywordLists |
final HashSet< String > | namesOfEnabledKeywordLists |
Boolean | ocrEnabled |
boolean | ocrOnly |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Ingest job settings for the keywords search module.
Definition at line 29 of file KeywordSearchJobSettings.java.
long org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.getVersionNumber | ( | ) |
Returns the version number of the settings object. The version number should be a private final static long per the documentation of the Serializable interface.
Implements org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings.
Definition at line 156 of file KeywordSearchJobSettings.java.
References org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.serialVersionUID, and org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.upgradeFromOlderVersions().
boolean org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.isOCREnabled | ( | ) |
Whether or not OCR is enabled for keyword search.
Definition at line 90 of file KeywordSearchJobSettings.java.
References org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.ocrEnabled.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.getExtractor(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettingsPanel.initializeKeywordListSettings(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.process().
void org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.setOCREnabled | ( | boolean | ocrEnabled | ) |
Sets whether or not OCR is enabled for keyword search.
ocrEnabled | Whether or not OCR is enabled for keyword search. |
Definition at line 103 of file KeywordSearchJobSettings.java.
References org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.ocrEnabled.
|
private |
Initialize fields set to null when an instance of a previous, but still compatible, version of this class is de-serialized.
Definition at line 198 of file KeywordSearchJobSettings.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.getVersionNumber().
|
private |
Definition at line 45 of file KeywordSearchJobSettings.java.
|
private |
Definition at line 41 of file KeywordSearchJobSettings.java.
|
private |
Definition at line 34 of file KeywordSearchJobSettings.java.
|
private |
Definition at line 33 of file KeywordSearchJobSettings.java.
|
private |
These are nullable so that if no serialized setting, the setting can defer to legacy KeywordSearchSettings.
Definition at line 40 of file KeywordSearchJobSettings.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.isOCREnabled(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.setOCREnabled().
|
private |
Definition at line 43 of file KeywordSearchJobSettings.java.
|
staticprivate |
Definition at line 31 of file KeywordSearchJobSettings.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchJobSettings.getVersionNumber().
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.