|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ContentTransformer | Interface for class that allow content transformation from one mimetype to another. |
ContentTransformerWorker | An interface that allows separation between the content transformer registry and the various third party subsystems performing the transformation. |
Class Summary | |
---|---|
AbstractContentTransformer | Deprecated. Deprecated since 3.0. |
AbstractContentTransformer2 | Provides basic services for ContentTransformer
implementations. |
AbstractContentTransformerTest | Provides a base set of tests for testing
ContentTransformer
implementations. |
ArchiveContentTransformer | This class transforms archive files (currently only ZIPs) to text, which enables indexing and searching of archives as well as webpreviewing. |
ArchiveContentTransformerTest | Test class for ArchiveContentTransformer. |
BinaryPassThroughContentTransformer | Allows direct streaming from source to target when the respective mimetypes are identical, except where the mimetype is text. |
BinaryPassThroughContentTransformerTest | |
ComplexContentTransformer | Transformer that passes a document through several nested transformations in order to accomplish its goal. |
ComplexContentTransformerTest | Tests a transformation from Powerpoint->PDF->Text. |
ContentTransformerHelper | A class providing basic functionality shared by both ContentTransformer s and ContentTransformerWorker
s. |
ContentTransformerRegistry | Holds and provides the most appropriate content transformer for a particular source and target mimetype transformation request. |
ContentTransformerRegistry.TransformationKey | Deprecated. |
ContentTransformerRegistryTest | |
EMLTransformer | |
ExplictTransformationDetails | |
FailoverContentTransformer | This class is a transformer which contains a fixed sequence of delegate transformers. |
FailoverContentTransformerTest | Tests the FailoverContentTransformer. |
HtmlParserContentTransformer | |
HtmlParserContentTransformerTest | |
MailContentTransformer | Outlook email msg format to-text transformer. |
MailContentTransformerTest | |
MediaWikiContentTransformer | MediaWiki content transformer. |
MediaWikiContentTransformerTest | |
OOoContentTransformerHelper | A class providing basic OOo-related functionality shared by both
ContentTransformer s and ContentTransformerWorker s. |
OpenOfficeContentTransformerTest | |
OpenOfficeContentTransformerWorker | Makes use of the http://sourceforge.net/projects/joott/JOOConverter library to perform
OpenOffice-driven conversions. |
PdfBoxContentTransformer | Uses Apache Tika and
Apache PDFBox to perform
conversions from PDF documents. |
PdfBoxContentTransformerTest | |
PdfBoxPdfToImageContentTransformer | Makes use of the PDFBox library to
perform conversions from PDF files to images. |
PdfToImageContentTransformer | Makes use of the PDFRenderer library to
perform conversions from PDF files to images. |
PoiContentTransformer | Uses Apache Tika and
Apache POI to perform
conversions from Office documents. |
PoiContentTransformerTest | |
PoiHssfContentTransformer | Uses Apache Tika and
Apache POI to perform
conversions from Excel spreadsheets. |
PoiHssfContentTransformer.CsvContentHandler | A wrapper around the normal Tika BodyContentHandler, which causes things to be CSV encoded rather than tab separated |
PoiHssfContentTransformerTest | |
PoiOOXMLContentTransformer | Uses Apache Tika and
Apache POI to perform
conversions from the newer OOXML Office documents. |
PoiOOXMLContentTransformerTest | |
ProxyContentTransformer | Makes use of a ContentTransformerWorker to perform conversions. |
RemoteOpenOfficeContentTransformer | Makes use of the http://sourceforge.net/projects/joott/JOOConverter library to
perform OpenOffice-drive conversions. |
RuntimeExecutableContentTransformerOptions | Transformation options for the runtime executable transformer. |
RuntimeExecutableContentTransformerTest | |
RuntimeExecutableContentTransformerWorker | This configurable wrapper is able to execute any command line transformation that accepts an input and an output file on the command line. |
StringExtractingContentTransformer | Converts any textual format to plain text. |
StringExtractingContentTransformerTest | |
TextMiningContentTransformer | This badly named transformer turns Microsoft Word documents (Word 6, 95, 97, 2000, 2003) into plain text. |
TextMiningContentTransformerTest | |
TextToPdfContentTransformer | Makes use of the PDFBox library's TextToPDF utility. |
TextToPdfContentTransformerTest | |
TikaAutoContentTransformer | A Content Extractor for XML, HTML and Text, which makes use of the Apache Tika auto-detection to select the best parser to process your document. |
TikaAutoContentTransformerTest | Most of the work for testing the Tika Auto-Detect transformer
is automatically done by AbstractContentTransformerTest |
TikaPoweredContentTransformer | Provides helpful services for ContentTransformer
implementations which are powered by Apache Tika. |
TikaPoweredContentTransformerTest | Parent test for Tika powered transformer tests |
Exception Summary | |
---|---|
TransformerInfoException | Wraps an exception that could be thrown in any transformer to
propagate it up to NodeInfoBean.sendNodeInfo method. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |