Uses of Interface
org.modeshape.graph.text.TextExtractorOutput

Packages that use TextExtractorOutput
org.modeshape.extractor.teiid The package containing the Teiid VDB text extractor implementation. 
org.modeshape.extractor.tika The classes that make up the TextExtractor implementation that uses the Apache Tika Parser implementations. 
org.modeshape.graph.text This package defines an interface for components that extract text from content. 
 

Uses of TextExtractorOutput in org.modeshape.extractor.teiid
 

Methods in org.modeshape.extractor.teiid with parameters of type TextExtractorOutput
 void TeiidVdbTextExtractor.extractFrom(InputStream stream, TextExtractorOutput output, TextExtractorContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of TextExtractorOutput in org.modeshape.extractor.tika
 

Methods in org.modeshape.extractor.tika with parameters of type TextExtractorOutput
 void TikaTextExtractor.extractFrom(InputStream stream, TextExtractorOutput output, TextExtractorContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 

Uses of TextExtractorOutput in org.modeshape.graph.text
 

Methods in org.modeshape.graph.text with parameters of type TextExtractorOutput
 void TextExtractors.extractFrom(InputStream stream, TextExtractorOutput output, TextExtractorContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 void TextExtractor.extractFrom(InputStream stream, TextExtractorOutput output, TextExtractorContext context)
          Sequence the data found in the supplied stream, placing the output information into the supplied map.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.