Uses of Class
org.modeshape.graph.text.TextExtractorConfig

Packages that use TextExtractorConfig
org.modeshape.graph.text This package defines an interface for components that extract text from content. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of TextExtractorConfig in org.modeshape.graph.text
 

Methods in org.modeshape.graph.text that return types with arguments of type TextExtractorConfig
 ComponentLibrary<TextExtractor,TextExtractorConfig> TextExtractors.getLibrary()
           
 

Methods in org.modeshape.graph.text with parameters of type TextExtractorConfig
 boolean TextExtractors.addExtractor(TextExtractorConfig config)
          Adds the configuration for a text extractor before any previously added configurations, or updates any existing one that represents the same configuration
 boolean TextExtractors.removeExtractor(TextExtractorConfig config)
          Removes the configuration for a text extractor.
 

Uses of TextExtractorConfig in org.modeshape.repository
 

Methods in org.modeshape.repository that return types with arguments of type TextExtractorConfig
 List<TextExtractorConfig> ModeShapeEngine.ConfigurationScanner.getTextExtractors()
           
 



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