Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
class | NoTextExtractorFound |
Static Public Member Functions | |
static TextExtractor | getExtractor (Content content, Lookup context) throws NoTextExtractorFound |
static TextExtractor | getExtractor (Content content) throws NoTextExtractorFound |
static TextExtractor | getStringsExtractor (Content content, Lookup context) |
Static Private Member Functions | |
static List< TextExtractor > | getFileExtractors (AbstractFile content, Lookup context) |
Factory for creating TextExtractors given a Content instance
See org.sleuthkit.autopsy.textextractors.configs for available extractor configuration options.
Definition at line 37 of file TextExtractorFactory.java.
|
static |
Returns a TextExtractor containing the Content text. Configuration files can be added to the Lookup.
See org.sleuthkit.autopsy.textextractors.configs for available extractor configuration options.
content | Content source that will be read from |
context | Contains extraction configurations for certain file types |
NoTextExtractorFound | Encountered when there is no Reader found for the given content type or there was an error while creating the reader. |
Definition at line 57 of file TextExtractorFactory.java.
References org.sleuthkit.autopsy.textextractors.TextExtractorFactory.getFileExtractors(), and org.sleuthkit.autopsy.textextractors.TextExtractor.setExtractionSettings().
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractTextAndIndex(), org.sleuthkit.autopsy.textextractors.TextExtractorFactory.getExtractor(), org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.BackgroundTranslationTask.getTextExtractor(), org.sleuthkit.autopsy.keywordsearch.SolrSearchService.index(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.indexArtifact().
|
static |
Returns a TextExtractor containing the Content text.
content | Content instance that will be read from |
NoTextExtractorFound | Encountered when there is no Reader was found for the given content type. Use getStringsExtractor(Content,Lookup) method instead. |
Definition at line 115 of file TextExtractorFactory.java.
References org.sleuthkit.autopsy.textextractors.TextExtractorFactory.getExtractor().
|
staticprivate |
Initializes, orders, and returns all file extractors that can read AbstractFile instances.
content | AbstractFile content |
context | Lookup containing extractor configurations |
Definition at line 90 of file TextExtractorFactory.java.
Referenced by org.sleuthkit.autopsy.textextractors.TextExtractorFactory.getExtractor().
|
static |
Returns a TextExtractor containing the Content strings. This method supports all content types. This method should be used as a backup in the event that no reader was found using getExtractor(Content) or getExtractor(Content, Lookup).
Configure this extractor with the StringsConfig in org.sleuthkit.autopsy.textextractors.configs
content | Content source to read from |
context | Contains extraction configurations for certain file types |
Definition at line 135 of file TextExtractorFactory.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex(), org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.BackgroundTranslationTask.getTextExtractor(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.index().
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.