ModeShape Distribution 3.0.0.Alpha6

Uses of Interface
org.modeshape.jcr.api.text.TextExtractorOutput

Packages that use TextExtractorOutput
org.modeshape.jcr   
org.modeshape.jcr.api.text   
org.modeshape.jcr.text This package defines an interface for components that extract text from content. 
 

Uses of TextExtractorOutput in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type TextExtractorOutput
 void TextExtractors.extractFrom(InputStream stream, TextExtractorOutput output, TextExtractor.Context context)
           
 

Uses of TextExtractorOutput in org.modeshape.jcr.api.text
 

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

Uses of TextExtractorOutput in org.modeshape.jcr.text
 

Methods in org.modeshape.jcr.text with parameters of type TextExtractorOutput
 void NoOpTextExtractor.extractFrom(InputStream stream, TextExtractorOutput output, TextExtractor.Context context)
           
 


ModeShape Distribution 3.0.0.Alpha6

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