Interface ExternalConverter
-
- All Superinterfaces:
Converter
- All Known Implementing Classes:
BaseBlenderConverter
,BaseVideoConversionConverter
,BatchConverter
,Collada2glTFConverter
,ColladaConverter
,CommandLineBasedConverter
,CommandLineConverter
,HtmlPreviewConverter
,Image2PDFConverter
,LibreOfficeConverter
,LodsConverter
,MP4Converter
,OggConverter
,PDF2HtmlConverter
,PDF2ImageConverter
,RenderConverter
,VideoConversionConverter
,WebMConverter
,WordPerfect2TextConverter
public interface ExternalConverter extends Converter
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConverterCheckResult
isConverterAvailable()
Checks if the converter is available.
-
-
-
Method Detail
-
isConverterAvailable
ConverterCheckResult isConverterAvailable()
Checks if the converter is available.
-
-