ModeShape Distribution 3.0.0.Alpha6

Uses of Interface
org.modeshape.jcr.api.text.TextExtractor.Context

Packages that use TextExtractor.Context
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 TextExtractor.Context in org.modeshape.jcr
 

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

Uses of TextExtractor.Context in org.modeshape.jcr.api.text
 

Methods in org.modeshape.jcr.api.text with parameters of type TextExtractor.Context
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 TextExtractor.Context in org.modeshape.jcr.text
 

Classes in org.modeshape.jcr.text that implement TextExtractor.Context
 class TextExtractorContext
          A context for extracting the content.
 

Methods in org.modeshape.jcr.text with parameters of type TextExtractor.Context
 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.