Interface ExternalConverter
- All Superinterfaces:
Converter
- All Known Implementing Classes:
BaseVideoConversionConverter,CommandLineBasedConverter,CommandLineConverter,HtmlPreviewConverter,Image2PDFConverter,LibreOfficeConverter,PDF2HtmlConverter,PDF2ImageConverter,VideoConversionConverter,WordPerfect2TextConverter
Interface that must be implemented by Converter that depend on an external service.
Compared to Converter interface, it adds support for checking converter availability.
- Author:
- tiry
-
Method Summary
Modifier and TypeMethodDescriptionChecks if the converter is available.
-
Method Details
-
isConverterAvailable
ConverterCheckResult isConverterAvailable()Checks if the converter is available.
-