|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |