Uses of Interface
org.modeshape.repository.ModeShapeConfiguration.TextExtractorDefinition

Packages that use ModeShapeConfiguration.TextExtractorDefinition
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 ModeShapeConfiguration.TextExtractorDefinition in org.modeshape.repository
 

Classes in org.modeshape.repository that implement ModeShapeConfiguration.TextExtractorDefinition
protected static class ModeShapeConfiguration.TextExtractorBuilder<ReturnType>
           
 

Methods in org.modeshape.repository that return ModeShapeConfiguration.TextExtractorDefinition
 ModeShapeConfiguration.TextExtractorDefinition<? extends ModeShapeConfiguration> ModeShapeConfiguration.textExtractor(String name)
          Obtain or create a definition for the text extractor with the supplied name or identifier.
protected
<ReturnType extends ModeShapeConfiguration>
ModeShapeConfiguration.TextExtractorDefinition<ReturnType>
ModeShapeConfiguration.textExtractorDefinition(ReturnType returnObject, String name)
          Utility method to construct a definition object for the text extractor with the supplied name and return type.
 

Methods in org.modeshape.repository that return types with arguments of type ModeShapeConfiguration.TextExtractorDefinition
 Set<ModeShapeConfiguration.TextExtractorDefinition<? extends ModeShapeConfiguration>> ModeShapeConfiguration.textExtractors()
          Get the list of text extractor definitions.
 



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