|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextExtractorContext | |
---|---|
org.modeshape.extractor.teiid | The package containing the Teiid VDB text extractor implementation. |
org.modeshape.extractor.tika | The classes that make up the TextExtractor implementation that uses the Apache Tika
Parser implementations. |
org.modeshape.graph.text | This package defines an interface for components that extract text from content. |
Uses of TextExtractorContext in org.modeshape.extractor.teiid |
---|
Methods in org.modeshape.extractor.teiid with parameters of type TextExtractorContext | |
---|---|
void |
TeiidVdbTextExtractor.extractFrom(InputStream stream,
TextExtractorOutput output,
TextExtractorContext context)
Sequence the data found in the supplied stream, placing the output information into the supplied map. |
Uses of TextExtractorContext in org.modeshape.extractor.tika |
---|
Methods in org.modeshape.extractor.tika with parameters of type TextExtractorContext | |
---|---|
void |
TikaTextExtractor.extractFrom(InputStream stream,
TextExtractorOutput output,
TextExtractorContext context)
Sequence the data found in the supplied stream, placing the output information into the supplied map. |
Uses of TextExtractorContext in org.modeshape.graph.text |
---|
Methods in org.modeshape.graph.text that return TextExtractorContext | |
---|---|
TextExtractorContext |
TextExtractorContext.with(ClassLoaderFactory classLoaderFactory)
Create a new execution context that mirrors this context but that uses the supplied class loader
factory . |
TextExtractorContext |
TextExtractorContext.with(Map<String,String> data)
Create a new execution context that mirrors this context but that contains the supplied data. |
TextExtractorContext |
TextExtractorContext.with(MimeTypeDetector mimeTypeDetector)
Create a new execution context that is the same as this context, but which uses the supplied MIME
type detector . |
TextExtractorContext |
TextExtractorContext.with(NamespaceRegistry namespaceRegistry)
Create a new execution context that mirrors this context but that uses the supplied namespace registry. |
TextExtractorContext |
TextExtractorContext.with(SecurityContext securityContext)
Create an ExecutionContext that is the same as this context, but which uses the supplied security context . |
TextExtractorContext |
TextExtractorContext.with(String processId)
Create a new execution context that mirrors this context but that contains the supplied process identifier. |
TextExtractorContext |
TextExtractorContext.with(String key,
String value)
Create a new execution context that mirrors this context but that contains the supplied key-value pair in the new context's data. |
Methods in org.modeshape.graph.text with parameters of type TextExtractorContext | |
---|---|
void |
TextExtractors.extractFrom(InputStream stream,
TextExtractorOutput output,
TextExtractorContext context)
Sequence the data found in the supplied stream, placing the output information into the supplied map. |
void |
TextExtractor.extractFrom(InputStream stream,
TextExtractorOutput output,
TextExtractorContext context)
Sequence the data found in the supplied stream, placing the output information into the supplied map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |