|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextExtractor.Output | |
---|---|
org.modeshape.extractor.tika | The classes that make up the TextExtractor implementation that uses the Apache Tika
Parser implementations. |
org.modeshape.jcr.api.text | |
org.modeshape.jcr.text | This package defines an interface for components that extract text from content. |
Uses of TextExtractor.Output in org.modeshape.extractor.tika |
---|
Methods in org.modeshape.extractor.tika with parameters of type TextExtractor.Output | |
---|---|
void |
TikaTextExtractor.extractFrom(Binary binary,
TextExtractor.Output output,
TextExtractor.Context context)
Extract text from the given Binary , using the given output to record the results. |
Uses of TextExtractor.Output in org.modeshape.jcr.api.text |
---|
Methods in org.modeshape.jcr.api.text with parameters of type TextExtractor.Output | |
---|---|
abstract void |
TextExtractor.extractFrom(Binary binary,
TextExtractor.Output output,
TextExtractor.Context context)
Extract text from the given Binary , using the given output to record the results. |
Uses of TextExtractor.Output in org.modeshape.jcr.text |
---|
Classes in org.modeshape.jcr.text that implement TextExtractor.Output | |
---|---|
class |
TextExtractorOutput
A TextExtractor.Output implementation which appends each incoming text into a buffer,
separating the content via the configured separator. |
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |