Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.textextractors.ArtifactTextExtractor, org.sleuthkit.autopsy.textextractors.HtmlTextExtractor, org.sleuthkit.autopsy.textextractors.SqliteTextExtractor, org.sleuthkit.autopsy.textextractors.StringsTextExtractor, and org.sleuthkit.autopsy.textextractors.TikaTextExtractor.
Classes | |
class | InitReaderException |
Public Member Functions | |
default Map< String, String > | getMetadata () |
Reader | getReader () throws InitReaderException |
boolean | isSupported () |
default void | setExtractionSettings (Lookup context) |
Extracts the text out of Content instances and exposes them as a Reader. Concrete implementations can be obtained from org.sleuthkit.autopsy.textextractors.TextExtractorFactory
Definition at line 31 of file TextExtractor.java.
default Map<String, String> org.sleuthkit.autopsy.textextractors.TextExtractor.getMetadata | ( | ) |
Retrieves content metadata, if any.
Definition at line 72 of file TextExtractor.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractTextAndIndex().
Reader org.sleuthkit.autopsy.textextractors.TextExtractor.getReader | ( | ) | throws InitReaderException |
Get a Reader that will iterate over the text extracted from the Content passed into org.sleuthkit.autopsy.textextractors.TextExtractorFactory.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractTextAndIndex(), org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.BackgroundTranslationTask.getTextExtractor(), org.sleuthkit.autopsy.keywordsearch.SolrSearchService.index(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.indexArtifact().
boolean org.sleuthkit.autopsy.textextractors.TextExtractor.isSupported | ( | ) |
Determines if this extractor supports the given Content and configurations passed into it in org.sleuthkit.autopsy.textextractors.TextExtractorFactory.
default void org.sleuthkit.autopsy.textextractors.TextExtractor.setExtractionSettings | ( | Lookup | context | ) |
Determines how the extraction process will proceed given the settings stored in the context instance.
context | Instance containing file config classes |
Definition at line 63 of file TextExtractor.java.
Referenced by org.sleuthkit.autopsy.textextractors.TextExtractorFactory.getExtractor().
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.