ModeShape Distribution 3.0.0.Alpha6

Uses of Class
org.modeshape.jcr.api.text.TextExtractor

Packages that use TextExtractor
org.modeshape.jcr   
org.modeshape.jcr.text This package defines an interface for components that extract text from content. 
org.modeshape.jcr.value.binary   
 

Uses of TextExtractor in org.modeshape.jcr
 

Subclasses of TextExtractor in org.modeshape.jcr
 class TextExtractors
          Facility for managing TextExtractor instances.
 

Uses of TextExtractor in org.modeshape.jcr.text
 

Subclasses of TextExtractor in org.modeshape.jcr.text
 class NoOpTextExtractor
          A TextExtractor that does nothing.
 

Fields in org.modeshape.jcr.text declared as TextExtractor
static TextExtractor NoOpTextExtractor.INSTANCE
           
 

Uses of TextExtractor in org.modeshape.jcr.value.binary
 

Methods in org.modeshape.jcr.value.binary that return TextExtractor
protected  TextExtractor AbstractBinaryStore.extractor()
          Get the text extractor that can be used to extract text by this store.
 

Methods in org.modeshape.jcr.value.binary with parameters of type TextExtractor
 void BinaryStore.setTextExtractor(TextExtractor textExtractor)
          Set the text extractor that can be used for extracting text from binary content.
 void AbstractBinaryStore.setTextExtractor(TextExtractor textExtractor)
           
 


ModeShape Distribution 3.0.0.Alpha6

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